From: Eddie James <eajames@linux.ibm.com>
To: openbmc@lists.ozlabs.org
Cc: Eddie James <eajames@linux.ibm.com>
Subject: [PATCH u-boot v2019.04-aspeed-openbmc v3 0/3] Aspeed: Support eMMC boot
Date: Thu, 5 Nov 2020 14:09:17 -0600 [thread overview]
Message-ID: <20201105200920.51226-1-eajames@linux.ibm.com> (raw)
Add support to boot from the eMMC on AST2600 systems. Include the necessary
devicetree entries for Tacoma and Rainier machines.
Changes since v2:
- Add back correct SPI_SIZE so that systems can boot from NOR as well.
Changes since v1:
- Update commit messages and Kconfig descriptions.
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
--
2.26.2
next reply other threads:[~2020-11-05 20:13 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-05 20:09 Eddie James [this message]
2020-11-05 20:09 ` [PATCH u-boot v2019.04-aspeed-openbmc v3 1/3] ARM: dts: Aspeed: Tacoma and Rainier: Add eMMC nodes and parameters Eddie James
2020-11-05 20:09 ` [PATCH u-boot v2019.04-aspeed-openbmc v3 2/3] arch: ARM: Aspeed: Add SPL eMMC partition boot support Eddie James
2020-11-05 20:09 ` [PATCH u-boot v2019.04-aspeed-openbmc v3 3/3] configs: Add AST2600 SPL eMMC configuration Eddie James
2020-11-06 8:31 ` Joel Stanley
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201105200920.51226-1-eajames@linux.ibm.com \
--to=eajames@linux.ibm.com \
--cc=openbmc@lists.ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.