arm-trusted-firmware/drivers
Haojian Zhuang 9da7a653bd IO: support block device type
FIP is accessed as memory-mapped type. eMMC is block device type.
In order to support FIP based on eMMC, add the new io_block layer.

io_block always access eMMC device as block size. And it'll only
copy the required data into buffer in io_block driver. So preparing
an temporary buffer is required.

When use io_block device, MAX_IO_BLOCK_DEVICES should be declared
in platform_def.h. It's used to support multiple block devices.

Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
2016-04-27 18:51:58 +08:00
..
arm Use unsigned long long instead of uintptr_t in TZC400/DMC500 drivers 2016-04-12 16:51:39 +01:00
auth TBB: add non-volatile counter support 2016-03-31 13:29:17 +01:00
cadence/uart drivers: Add Cadence UART driver 2016-04-01 11:43:45 -07:00
console Disable PL011 UART before configuring it 2016-01-21 17:27:47 +00:00
delay_timer Add a simple delay timer driver API 2015-06-17 13:13:54 +01:00
gpio gpio: add gpio framework 2016-02-12 23:19:12 +08:00
io IO: support block device type 2016-04-27 18:51:58 +08:00
ti/uart Driver for 16550 UART interface 2015-05-29 11:25:20 +05:30