Add support to program a DMC-500 TZC on ARM platforms
This patch adds support to program TrustZone protection on ARM platforms that
implement a DMC-500. arm_dmc_500.c has been added which implements the
arm_dmc_tzc_setup() function. This function relies on constants related to TZC
programming that are exported by each platform to program TrustZone protection
using the DMC-500 TrustZone controller driver. This function should be called
from plat_arm_security_setup() which is implemented by each platform.

Change-Id: I5400bdee9e4b29155fd11296a40693d512312f29
1 parent f568604 commit 618f0feeed78db24974b1d761dd161f63d03fa11
@Vikram Kanigiri Vikram Kanigiri authored on 29 Jan 2016
Soby Mathew committed on 31 Mar 2016
Showing 2 changed files
View
include/plat/arm/common/plat_arm.h
View
plat/arm/common/arm_tzc_dmc500.c 0 → 100644