arm-trusted-firmware/docs
Dan Handley 6d16ce0bfe Remove redundant io_init() function
The intent of io_init() was to allow platform ports to provide
a data object (io_plat_data_t) to the IO storage framework to
allocate into. The abstraction was incomplete because io_plat_data_t
uses a platform defined constant and the IO storage framework
internally allocates other arrays using platform defined constants.

This change simplifies the implementation by instantiating the
supporting objects in the IO storage framework itself. There is now
no need for the platform to call io_init().

The FVP port has been updated accordingly.

THIS CHANGE REQUIRES ALL PLATFORM PORTS THAT USE THE IO STORAGE
FRAMEWORK TO BE UDPATED.

Change-Id: Ib48ac334de9e538064734334c773f8b43df3a7dc
2014-08-14 11:16:15 +01:00
..
diagrams Document design of the Interrupt Mangement Framework 2014-06-03 18:42:14 +01:00
change-log.md Trusted Firmware v0.4 release documentation 2014-06-03 14:52:12 +01:00
firmware-design.md Merge pull request #184 from jcastillo-arm/jc/tf-issues/100 2014-08-14 09:52:22 +01:00
interrupt-framework-design.md Document design of the Interrupt Mangement Framework 2014-06-03 18:42:14 +01:00
porting-guide.md Remove redundant io_init() function 2014-08-14 11:16:15 +01:00
rt-svc-writers-guide.md Implement ARM Standard Service 2014-03-20 11:16:23 +00:00
user-guide.md Merge pull request #184 from jcastillo-arm/jc/tf-issues/100 2014-08-14 09:52:22 +01:00