arm-trusted-firmware/plat/rpi3
Ying-Chun Liu (PaulLiu) 2c8ef2ae6b rpi3: sdhost: SDHost driver improvement
This commit improves the SDHost driver for RPi3 as following:
 * Unblock MMC_CMD(17). Using MMC_CMD(17) is more efficient on
   block reading.
 * In some low probability that SEND_OP_COND might results CRC7
   error. We can consider that the command runs correctly. We don't
   need to retry this command so removing the code for retry.
 * Using MMC_BUS_WIDTH_1 as MMC default value to improve the stability.
 * Increase the clock to 50Mhz in data mode to speed up the io.
 * Change the pull resistors configuration to gain more stability.

Signed-off-by: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
2019-02-27 01:06:57 +08:00
..
aarch64 Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
include rpi3: Enable SDHost driver in BL2 2019-02-01 04:09:31 +08:00
platform.mk rpi3: Enable SDHost driver in BL2 2019-02-01 04:09:31 +08:00
rpi3_bl1_setup.c Move BL1 and BL2 private defines to bl_common.h 2019-01-15 13:52:32 +00:00
rpi3_bl2_setup.c rpi3: sdhost: SDHost driver improvement 2019-02-27 01:06:57 +08:00
rpi3_bl31_setup.c Remove duplicated definitions of linker symbols 2019-02-01 12:24:57 +00:00
rpi3_common.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
rpi3_hw.h rpi3: Enable SDHost driver in BL2 2019-02-01 04:09:31 +08:00
rpi3_image_load.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
rpi3_io_storage.c rpi3: remove duplicate initialization for BL32_IMAGE_ID 2019-01-28 20:27:46 +01:00
rpi3_mbox.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
rpi3_pm.c rpi3: mark one more function as static 2019-01-28 20:39:51 +01:00
rpi3_private.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
rpi3_rng.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
rpi3_rotpk.S rpi3: Add support for Trusted Board Boot 2018-07-05 14:58:51 +08:00
rpi3_stack_protector.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
rpi3_topology.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
rpi3_trusted_boot.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00