All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eddie James <eajames@linux.ibm.com>
To: openbmc@lists.ozlabs.org
Cc: joel@jms.id.au, Eddie James <eajames@linux.ibm.com>
Subject: [PATCH u-boot v2019.04-aspeed-openbmc 0/5] AST2600: Boot from eMMC
Date: Mon, 31 Aug 2020 14:01:25 -0500	[thread overview]
Message-ID: <20200831190130.47060-1-eajames@linux.ibm.com> (raw)

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

-- 
2.26.2

             reply	other threads:[~2020-08-31 19:01 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-31 19:01 Eddie James [this message]
2020-08-31 19:01 ` [PATCH u-boot v2019.04-aspeed-openbmc 1/5] ARM: Aspeed: AST2600: Support booting from eMMC Eddie James
2020-08-31 19:01 ` [PATCH u-boot v2019.04-aspeed-openbmc 2/5] spl: mmc: Switch partition error to debug Eddie James
2020-08-31 19:01 ` [PATCH u-boot v2019.04-aspeed-openbmc 3/5] mmc: Add support for devicetree parameters for Aspeed controller Eddie James
2020-08-31 23:17   ` Joel Stanley
2020-08-31 19:01 ` [PATCH u-boot v2019.04-aspeed-openbmc 4/5] ARM: dts: Aspeed: Tacoma and Rainier: Add eMMC nodes and parameters Eddie James
2020-08-31 23:18   ` Joel Stanley
2020-08-31 19:01 ` [PATCH u-boot v2019.04-aspeed-openbmc 5/5] configs: AST2600 Openbmc: Update config for eMMC boot Eddie James

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=20200831190130.47060-1-eajames@linux.ibm.com \
    --to=eajames@linux.ibm.com \
    --cc=joel@jms.id.au \
    --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.