]> Git Repo - qemu.git/commit
hw/misc/tz-ppc: Model TrustZone peripheral protection controller
authorPeter Maydell <[email protected]>
Fri, 2 Mar 2018 10:45:39 +0000 (10:45 +0000)
committerPeter Maydell <[email protected]>
Fri, 2 Mar 2018 11:03:45 +0000 (11:03 +0000)
commit9eb8040c2d2b38e1a40bb6129b1b668fa178fcab
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 <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Message-id: 20180220180325[email protected]
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]
This page took 0.026261 seconds and 4 git commands to generate.