arm-trusted-firmware/include/drivers
Vikram Kanigiri 6b47706375 Refactor the ARM CoreLink TZC-400 driver
TrustZone protection can be programmed by both memory and TrustZone
address space controllers like DMC-500 and TZC-400. These peripherals
share a similar programmer's view.

Furthermore, it is possible to have multiple instances of each type of
peripheral in a system resulting in multiple programmer's views.
For example, on the TZC-400 each of the 4 filter units can be enabled
or disabled for each region. There is a single set of registers to
program the region attributes. On the DMC-500, each filter unit has its
own programmer's view resulting in multiple sets of registers to program
the region attributes. The layout of the registers is almost the same
across all these variations.

Hence the existing driver in `tzc400\tzc400.c` is refactored into the
new driver in `tzc\tzc400.c`. The previous driver file is still maintained
for compatibility and it is now deprecated.

Change-Id: Ieabd0528e244582875bc7e65029a00517671216d
2016-03-31 21:23:23 +01:00
..
arm Refactor the ARM CoreLink TZC-400 driver 2016-03-31 21:23:23 +01:00
auth Remove direct usage of __attribute__((foo)) 2016-01-14 10:55:17 -08:00
io Remove deprecated IO return definitions 2015-11-02 10:47:01 +00:00
ti/uart Driver for 16550 UART interface 2015-05-29 11:25:20 +05:30
console.h Introduce console_uninit() API in ARM Trusted Firmware 2015-12-09 16:38:29 +00:00
delay_timer.h Fix SP804 delay timer on FVP 2015-12-04 10:23:33 +00:00
gpio.h gpio: add gpio framework 2016-02-12 23:19:12 +08:00