drivers/tzc-dmc620: add driver to setup DMC-620 TZC controller
authorVijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
Mon, 22 Oct 2018 13:06:35 +0000 (18:36 +0530)
committerVijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
Wed, 21 Nov 2018 13:55:35 +0000 (19:25 +0530)
commit9d3b191a4846e42070ca35b032db0501b910690b
tree9987c5d79ba723c23cc48e6d1d1046452c8dece0
parentc385955764f1bbd297c233d727d3ecc1c161163a
drivers/tzc-dmc620: add driver to setup DMC-620 TZC controller

ARM CoreLink DMC-620 Dynamic Memory Controller includes a TZC controller
to setup secure or non-secure regions of DRAM memory. The TZC controller
allows to setup upto eight such regions of memory in DRAM. This driver
provides helper functions to setup the TZC controller within DMC-620.

Change-Id: Iee7692417c2080052bdb7b1c2873a024bc5d1d10
Signed-off-by: Vijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
drivers/arm/tzc/tzc_dmc620.c [new file with mode: 0644]
include/drivers/arm/tzc_dmc620.h [new file with mode: 0644]