diff options
author | danh-arm <dan.handley@arm.com> | 2016-04-07 17:11:20 +0100 |
---|---|---|
committer | danh-arm <dan.handley@arm.com> | 2016-04-07 17:11:20 +0100 |
commit | 105b59e7bb47b41daf8b707921203d13151b3227 (patch) | |
tree | 6793c346e8b5e3e3427fd7accd66502632917322 /include/plat/arm/common/plat_arm.h | |
parent | 5d29c7601561542b9bb1c07b398cd0c1db9feecf (diff) | |
parent | 618f0feeed78db24974b1d761dd161f63d03fa11 (diff) |
Merge pull request #575 from soby-mathew/sm/new_tzc_driver
Refactor the TZC driver and add DMC-500 driver
Diffstat (limited to 'include/plat/arm/common/plat_arm.h')
-rw-r--r-- | include/plat/arm/common/plat_arm.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/plat/arm/common/plat_arm.h b/include/plat/arm/common/plat_arm.h index e9eebaa0..2fe0a690 100644 --- a/include/plat/arm/common/plat_arm.h +++ b/include/plat/arm/common/plat_arm.h @@ -130,7 +130,9 @@ void arm_configure_mmu_el3(unsigned long total_base, void arm_io_setup(void); /* Security utility functions */ -void arm_tzc_setup(void); +void arm_tzc400_setup(void); +struct tzc_dmc500_driver_data; +void arm_tzc_dmc500_setup(struct tzc_dmc500_driver_data *plat_driver_data); /* Systimer utility function */ void arm_configure_sys_timer(void); |