|
From: | Richard Henderson |
Subject: | Re: [Qemu-arm] [Qemu-devel] [PATCH 14/19] hw/misc/tz-ppc: Model TrustZone peripheral protection controller |
Date: | Tue, 27 Feb 2018 13:36:25 -0800 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 |
On 02/20/2018 10:03 AM, Peter Maydell wrote: > 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 <address@hidden> > --- > hw/misc/Makefile.objs | 2 + > include/hw/misc/tz-ppc.h | 101 ++++++++++++++ > hw/misc/tz-ppc.c | 302 > ++++++++++++++++++++++++++++++++++++++++ > default-configs/arm-softmmu.mak | 2 + > hw/misc/trace-events | 11 ++ > 5 files changed, 418 insertions(+) > create mode 100644 include/hw/misc/tz-ppc.h > create mode 100644 hw/misc/tz-ppc.c Reviewed-by: Richard Henderson <address@hidden> r~
[Prev in Thread] | Current Thread | [Next in Thread] |