stm32mp1: add an IO to read MMC devices
authorYann Gautier <yann.gautier@st.com>
Mon, 15 Oct 2018 07:36:44 +0000 (09:36 +0200)
committerYann Gautier <yann.gautier@st.com>
Mon, 15 Oct 2018 07:36:44 +0000 (09:36 +0200)
commita3d39cc7639ec708970def37a2dc18921c24acaa
treefe30dd5a2d12712f2ea4ce9981324f45a3cb2dcb
parentceaff75c9fbf04ded58edfccef3333c9a700f941
stm32mp1: add an IO to read MMC devices

Whereas the GPT table is read with io_block, the binaries to be loaded
(e.g. BL33) cannot use it, as it is not suitable to read them block by
block, or the boot time would be very bad.

Signed-off-by: Yann Gautier <yann.gautier@st.com>
drivers/st/io/io_mmc.c [new file with mode: 0644]
include/drivers/st/io_mmc.h [new file with mode: 0644]