[U-Boot] [PATCH v1 0/9] ARM: Odroid XU3: Enable DM_MMC support which is necessary for CONFIG_BLK
Lukasz Majewski
lukma at denx.de
Wed Jul 25 22:25:43 UTC 2018
This patch series provides following improvements to Odroid XU3:
- Fix sdr_timing problem with DW_MMC running with DM
- Clean up the defconfig file
- Allow default booting via SD card
- Fix potential memory leak when running under DM (DW_MMC)
Travis-CI: https://travis-ci.org/lmajewski/u-boot-dfu/builds/408080614
Lukasz Majewski (9):
ARM: dw_mmc: Exclude dwmci Exynos priv_data allocation from
exynos_dwmci_get_config()
ARM: Odroid XU3: config: Disable SDHCI support in the Odroid XU3
ARM: Odroid XU3: Enable driver model support for MMC (DM_MMC)
ARM: Odroid XU3: Fix autoboot.cmd to use ${mmcbootdev} instead of
hardcoded 0
ARM: Odroid XU3: Adjust BOOT_TARGET_DEVICES to allow booting from SD
card (mmc2)
ARM: Odroid XU3: MAINTAINERS: Add a co-maintainer for OdroidXU3
ARM: Odroid XU3: Fix the dwmci_exynos *priv data assignment for DM_MMC
(sdr_timing)
ARM: Odroid XU3: Modify exynos dw_mmc driver to support Odroid XU3 in
DM MMC
ARM: Odroid XU3: Modify Odroid XU3 config to boot by default from SD
card
board/samsung/common/bootscripts/autoboot.cmd | 6 ++---
board/samsung/smdk5420/MAINTAINERS | 1 +
configs/odroid-xu3_defconfig | 3 +--
drivers/mmc/exynos_dw_mmc.c | 37 +++++++++++++++------------
include/configs/exynos5-common.h | 1 +
include/configs/odroid_xu3.h | 7 +++--
6 files changed, 32 insertions(+), 23 deletions(-)
--
2.11.0
More information about the U-Boot
mailing list