hw/misc/tz-ppc: Model TrustZone peripheral protection controller
commit9eb8040c2d2b38e1a40bb6129b1b668fa178fcab
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 2 Mar 2018 10:45:39 +0000 (2 10:45 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 2 Mar 2018 11:03:45 +0000 (2 11:03 +0000)
treed9d9405f48f95c7fbaa0a65dac8695c2eac67fdf
parent9a52d9992f179416f02cef457c947a28999d879d
hw/misc/tz-ppc: Model TrustZone peripheral protection controller

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
default-configs/arm-softmmu.mak
hw/misc/Makefile.objs
hw/misc/trace-events
hw/misc/tz-ppc.c [new file with mode: 0644]
include/hw/misc/tz-ppc.h [new file with mode: 0644]