[PATCH 00/10] Add Support for eMMC boot in AM65x and J721e
Lokesh Vutla
lokeshvutla at ti.com
Fri Jan 24 04:37:10 CET 2020
On 23/01/20 8:54 PM, Faiz Abbas wrote:
> The following patches add support for eMMC boot in TI's Am65x and J721e
> devices.
Can you re order the series something like below?
- Bring all mmc related driver changes in the beginning
- Then introduce SoC related changes(arch/arm/*)
Also please split driver and dts changes.
Thanks and regards,
Lokesh
>
> Faiz Abbas (10):
> mmc: Add a saved_clock member
> arm: K3: sysfw-loader: Add a config_pm_pre_callback()
> configs: am65x_evm: Add CONFIG_SUPPORT_EMMC_BOOT
> spl: mmc: Fix spl_mmc_get_uboot_raw_sector() implementation
> mmc: Merge SD_LEGACY and MMC_LEGACY bus modes
> mmc: sdhci_am654: Update output tap delay writes
> configs: j721e_evm: Add Support for eMMC boot
> mmc: Add init() API
> mmc: sdhci: Expose sdhci_init() as non-static
> mmc: am654_sdhci: Implement workaround for card detect
>
> arch/arm/dts/k3-am65-main.dtsi | 12 ++-
> arch/arm/dts/k3-am654-base-board-u-boot.dtsi | 11 +-
> arch/arm/dts/k3-j721e-main.dtsi | 15 ++-
> arch/arm/mach-imx/imx8/image.c | 3 +-
> arch/arm/mach-k3/am6_init.c | 33 +++++-
> arch/arm/mach-k3/include/mach/sysfw-loader.h | 2 +-
> arch/arm/mach-k3/j721e_init.c | 33 +++++-
> arch/arm/mach-k3/sysfw-loader.c | 6 +-
> common/spl/spl_mmc.c | 11 +-
> configs/am65x_evm_a53_defconfig | 1 +
> configs/am65x_evm_r5_defconfig | 1 +
> configs/j721e_evm_a72_defconfig | 3 +
> configs/j721e_evm_r5_defconfig | 3 +
> drivers/mmc/am654_sdhci.c | 105 ++++++++++++++++---
> drivers/mmc/fsl_esdhc_imx.c | 1 -
> drivers/mmc/mmc.c | 33 +++---
> drivers/mmc/omap_hsmmc.c | 1 -
> drivers/mmc/sdhci.c | 2 +-
> drivers/mmc/zynq_sdhci.c | 1 -
> include/configs/am65x_evm.h | 2 -
> include/mmc.h | 9 +-
> include/sdhci.h | 1 +
> 22 files changed, 236 insertions(+), 53 deletions(-)
>
More information about the U-Boot
mailing list