arm-trusted-firmware/drivers/io
Haojian Zhuang 9d063aa2e8 io: block: fix unaligned buffer
If buffer address parameter isn't aligned, it may cause
DMA issue in block device driver, as eMMC. Now check the buffer
address. If it's not aligned, use temporary buffer in io block
driver instead.

Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
2016-08-04 09:53:29 +08:00
..
io_block.c io: block: fix unaligned buffer 2016-08-04 09:53:29 +08:00
io_dummy.c Bring IO storage dummy driver 2016-05-12 16:07:07 +02:00
io_fip.c Remove direct usage of __attribute__((foo)) 2016-01-14 10:55:17 -08:00
io_memmap.c Add "size" function to IO memmap device driver 2016-03-11 16:12:13 +01:00
io_semihosting.c Remove direct usage of __attribute__((foo)) 2016-01-14 10:55:17 -08:00
io_storage.c Remove deprecated IO return definitions 2015-11-02 10:47:01 +00:00