Files
OpenCellular/include/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
..
2016-04-01 11:43:45 -07:00
2016-04-27 18:51:58 +08:00
2015-05-29 11:25:20 +05:30
2015-12-04 10:23:33 +00:00
2016-02-12 23:19:12 +08:00