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 <peter.mayd...@linaro.org>
> ---
>  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 <richard.hender...@linaro.org>


r~

Reply via email to