arm-trusted-firmware/drivers/io
Ruchika Gupta d4d598e92f Extend FIP io driver to support multiple FIP devices
Platform can define MAX_NUM_FIP_DEVICES in platform_def.h
to define the number of FIP io devices.

The FIP driver doesn't support muliple open file.
So only one single file can be open at a time across
multiple FIP devices.

For any FIP device, an image should be loaded
fully before moving on to the next image.

Signed-off-by: Ruchika Gupta <ruchika.gupta@nxp.com>
2018-07-02 09:51:59 +05:30
..
io_block.c io: block: fix block_read/write may read/write overlap buffer 2017-12-13 09:13:37 +00:00
io_dummy.c io_dummy: correct sparse warnings 2017-06-23 09:38:15 +02:00
io_fip.c Extend FIP io driver to support multiple FIP devices 2018-07-02 09:51:59 +05:30
io_memmap.c Fix MISRA rule 8.4 in common code 2018-02-28 17:18:46 +00:00
io_semihosting.c Fix MISRA rule 8.4 in common code 2018-02-28 17:18:46 +00:00
io_storage.c io_storage: use unsigned int for index 2017-06-23 09:38:13 +02:00