mbox series

[u-boot,v2019.04-aspeed-openbmc,0/5] AST2600: Boot from eMMC

Message ID 20200831190130.47060-1-eajames@linux.ibm.com
Headers show
Series AST2600: Boot from eMMC | expand

Message

Eddie James Aug. 31, 2020, 7:01 p.m. UTC
This series includes the necessary fixes and features to boot SPL
and U-Boot from the eMMC chip for Tacoma and Rainier systems.

Eddie James (5):
  ARM: Aspeed: AST2600: Support booting from eMMC
  spl: mmc: Switch partition error to debug
  mmc: Add support for devicetree parameters for Aspeed controller
  ARM: dts: Aspeed: Tacoma and Rainier: Add eMMC nodes and parameters
  configs: AST2600 Openbmc: Update config for eMMC boot

 arch/arm/dts/ast2600-rainier.dts            |  8 +++
 arch/arm/dts/ast2600-tacoma.dts             |  8 +++
 arch/arm/include/asm/arch-aspeed/boot0.h    |  2 +-
 arch/arm/mach-aspeed/ast2600/board_common.c | 72 +++++++++++++++++++++
 arch/arm/mach-aspeed/ast2600/spl.c          |  9 +--
 common/spl/spl_mmc.c                        |  4 +-
 configs/ast2600_openbmc_spl_defconfig       |  7 +-
 drivers/mmc/aspeed_sdhci.c                  |  2 +
 drivers/mmc/aspeed_sdhci_ic.c               | 16 +++++
 drivers/mmc/sdhci.c                         |  8 +++
 include/configs/aspeed-common.h             |  3 +
 include/mmc.h                               |  1 +
 include/sdhci.h                             |  6 +-
 13 files changed, 132 insertions(+), 14 deletions(-)
 mode change 100755 => 100644 drivers/mmc/aspeed_sdhci.c