+2
−0
+11
−0
hw/misc/tz-ppc.c
0 → 100644
+302
−0
include/hw/misc/tz-ppc.h
0 → 100644
+101
−0
Loading
Add a model of the TrustZone peripheral protection controller (PPC), which is used to gate transactions to non-TZ-aware peripherals so that secure software can configure them to not be accessible to non-secure software. Signed-off-by:Peter Maydell <peter.maydell@linaro.org> Reviewed-by:
Richard Henderson <richard.henderson@linaro.org> Message-id: 20180220180325.29818-15-peter.maydell@linaro.org