mbox series

[U-Boot,v2019.04-aspeed-openbmc,v2,0/3] Aspeed: Support eMMC boot

Message ID 20201029021450.12118-1-eajames@linux.ibm.com
Headers show
Series Aspeed: Support eMMC boot | expand

Message

Eddie James Oct. 29, 2020, 2:14 a.m. UTC
Add support to boot from the eMMC on AST2600 systems. Include the necessary
devicetree entries for Tacoma and Rainier machines.

Changes since v1:
 - Update commit messages and Kconfig descriptions. Also remove the
   unecessary SPI_SIZE config option

Eddie James (3):
  ARM: dts: Aspeed: Tacoma and Rainier: Add eMMC nodes and parameters
  arch: ARM: Aspeed: Add SPL eMMC partition boot support
  configs: Add AST2600 SPL eMMC configuration

 arch/arm/dts/ast2600-rainier.dts           |   8 ++
 arch/arm/dts/ast2600-tacoma.dts            |   8 ++
 arch/arm/mach-aspeed/Kconfig               |   8 ++
 arch/arm/mach-aspeed/ast2600/spl_boot.c    |   9 +-
 configs/ast2600_openbmc_spl_emmc_defconfig | 130 +++++++++++++++++++++
 include/configs/aspeed-common.h            |   6 +
 6 files changed, 168 insertions(+), 1 deletion(-)
 create mode 100644 configs/ast2600_openbmc_spl_emmc_defconfig

Comments

Joel Stanley Oct. 30, 2020, 4:06 a.m. UTC | #1
On Thu, 29 Oct 2020 at 02:15, Eddie James <eajames@linux.ibm.com> wrote:
>
> Add support to boot from the eMMC on AST2600 systems. Include the necessary
> devicetree entries for Tacoma and Rainier machines.
>
> Changes since v1:
>  - Update commit messages and Kconfig descriptions. Also remove the
>    unecessary SPI_SIZE config option
>
> Eddie James (3):
>   ARM: dts: Aspeed: Tacoma and Rainier: Add eMMC nodes and parameters
>   arch: ARM: Aspeed: Add SPL eMMC partition boot support
>   configs: Add AST2600 SPL eMMC configuration

Reviewed-by: Joel Stanley <joel@jms.id.au>

>
>  arch/arm/dts/ast2600-rainier.dts           |   8 ++
>  arch/arm/dts/ast2600-tacoma.dts            |   8 ++
>  arch/arm/mach-aspeed/Kconfig               |   8 ++
>  arch/arm/mach-aspeed/ast2600/spl_boot.c    |   9 +-
>  configs/ast2600_openbmc_spl_emmc_defconfig | 130 +++++++++++++++++++++
>  include/configs/aspeed-common.h            |   6 +
>  6 files changed, 168 insertions(+), 1 deletion(-)
>  create mode 100644 configs/ast2600_openbmc_spl_emmc_defconfig
>
> --
> 2.26.2
>