[PATCH v2 0/6] AM64: Add support for higher speed modes and boot mode in eMMC

Aswath Govindraju a-govindraju at ti.com
Mon Jul 26 17:28:01 CEST 2021


The following series of patches add support for,
- HS200/HS400 speed modes
- eMMC boot mode
- gpt and FDT library overlay

This series of patches,
- dependent on
  https://patchwork.ozlabs.org/project/uboot/list/?series=237442

- applies on top of,
  https://patchwork.ozlabs.org/project/uboot/list/?series=255259

changes since v1:
- rebased the series on top of latest mainline master

Aswath Govindraju (4):
  arch: arm: mach-k3: am642_init: Correct the function name
    spl_boot_mode() to spl_mmc_boot_mode()
  arch: dts: am642-sk-u-boot: Disable main_sdhci0 DT node and define
    alias index 1 for main_sdhci1 node
  configs: am64x_evm: Move CONFIG_SYS_MMC_ENV_DEV and
    CONFIG_SYS_MMC_ENV_PART to defconfig files and enable configs to
    save env in eMMC and FAT write.
  configs: am64x_evm_*_defconfig: Enable config to support gpt and FDT
    library overlay

Kishon Vijay Abraham I (2):
  configs: am64x_evm_a53_defconfig: Enable configs to support
    HS200/HS400
  configs: am64x_evm_*_defconfig:  Enable configs to support eMMC boot

 arch/arm/dts/k3-am642-sk-u-boot.dtsi |  5 +++++
 arch/arm/mach-k3/am642_init.c        |  2 +-
 configs/am64x_evm_a53_defconfig      | 18 +++++++++++++++---
 configs/am64x_evm_r5_defconfig       |  7 +++++++
 include/configs/am64x_evm.h          |  6 ------
 5 files changed, 28 insertions(+), 10 deletions(-)

-- 
2.17.1



More information about the U-Boot mailing list