arm-trusted-firmware/include
Dan Handley 3279f6251e Simplify interface to TZC-400 driver
The TZC-400 driver previously allowed the possibility of multiple
controller instances to be present in the same executable. This
was unnecessary since there will only ever be one instance.

This change simplifies the tzc_init() function to only take the
base address argument needed by implementation, conforming to the
driver initialization model of other drivers. It also hides some
of the implementation details that were previously exposed by the
API.

The FVP port has been updated accordingly.

THIS CHANGE REQUIRES ALL PLATFORM PORTS THAT USE THE TZC-400
DRIVER TO BE UPDATED

Fixes ARM-software/tf-issues#181

Change-Id: I7b721edf947064989958d8f457d6462d92e742c8
2014-08-14 11:17:52 +01:00
..
bl31 Optimize EL3 register state stored in cpu_context structure 2014-07-31 10:09:58 +01:00
bl32/payloads Move BL porting functions into platform.h 2014-05-23 17:18:54 +01:00
common Add concept of console output log levels 2014-08-12 16:51:05 +01:00
drivers Simplify interface to TZC-400 driver 2014-08-14 11:17:52 +01:00
lib Move IO storage source to drivers directory 2014-08-14 11:17:03 +01:00
plat/common Merge pull request #172 from soby-mathew/sm/asm_assert 2014-07-28 14:28:40 +01:00
stdlib Add Firmware Image Package creation tool 2014-02-17 18:51:43 +00:00