All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joel Stanley <joel@jms.id.au>
To: Ryan Chen <ryan_chen@aspeedtech.com>,
	BMC-SW@aspeedtech.com, Lukasz Majewski <lukma@denx.de>,
	Sean Anderson <seanga2@gmail.com>,
	Chia-Wei Wang <chiawei_wang@aspeedtech.com>,
	Peng Fan <peng.fan@nxp.com>,
	Jaehoon Chung <jh80.chung@samsung.com>
Cc: u-boot@lists.denx.de, "Cédric Le Goater" <clg@kaod.org>
Subject: [PATCH RESEND 9/9] config/ast2600: Enable eMMC related boot options
Date: Thu, 23 Jun 2022 18:35:36 +0930	[thread overview]
Message-ID: <20220623090536.3868414-10-joel@jms.id.au> (raw)
In-Reply-To: <20220623090536.3868414-1-joel@jms.id.au>

Allow booting zImage from ext4 devices with DOS or UEFI partition
layouts.

Signed-off-by: Joel Stanley <joel@jms.id.au>
---
 configs/evb-ast2600_defconfig | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/configs/evb-ast2600_defconfig b/configs/evb-ast2600_defconfig
index 160bccff48e2..69f6f30c6543 100644
--- a/configs/evb-ast2600_defconfig
+++ b/configs/evb-ast2600_defconfig
@@ -42,6 +42,14 @@ CONFIG_SPL_DM_RESET=y
 CONFIG_SPL_RAM_SUPPORT=y
 CONFIG_SPL_RAM_DEVICE=y
 CONFIG_HUSH_PARSER=y
+CONFIG_CMD_BOOTZ=y
+# CONFIG_BOOTM_NETBSD is not set
+# CONFIG_BOOTM_PLAN9 is not set
+# CONFIG_BOOTM_RTEMS is not set
+# CONFIG_BOOTM_VXWORKS is not set
+# CONFIG_CMD_IMI is not set
+# CONFIG_CMD_XIMG is not set
+CONFIG_CMD_EEPROM=y
 CONFIG_CMD_GPIO=y
 CONFIG_CMD_I2C=y
 CONFIG_CMD_MMC=y
@@ -49,6 +57,11 @@ CONFIG_CMD_DHCP=y
 CONFIG_BOOTP_BOOTFILESIZE=y
 CONFIG_CMD_MII=y
 CONFIG_CMD_PING=y
+CONFIG_CMD_EXT4=y
+CONFIG_DOS_PARTITION=y
+# CONFIG_SPL_DOS_PARTITION is not set
+CONFIG_EFI_PARTITION=y
+# CONFIG_SPL_EFI_PARTITION is not set
 CONFIG_SPL_OF_CONTROL=y
 CONFIG_ENV_OVERWRITE=y
 CONFIG_SYS_RELOC_GD_ENV_ADDR=y
-- 
2.35.1


      parent reply	other threads:[~2022-06-23  9:07 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-23  9:05 [PATCH RESEND 0/9] mmc: Fixes for Aspeed boards Joel Stanley
2022-06-23  9:05 ` [PATCH RESEND 1/9] ARM: dts: ast2600: Update SDHCI nodes Joel Stanley
2022-07-07  1:57   ` Tom Rini
2022-06-23  9:05 ` [PATCH RESEND 2/9] ARM: dts: ast2500: " Joel Stanley
2022-06-23  9:05 ` [PATCH RESEND 3/9] clk/aspeed: Add debug message when clock fails Joel Stanley
2022-06-23  9:05 ` [PATCH RESEND 4/9] clk/ast2600: Adjust eMMC clock names Joel Stanley
2022-06-23  9:05 ` [PATCH RESEND 5/9] clk/ast2500: Add SD clock Joel Stanley
2022-06-23  9:05 ` [PATCH RESEND 6/9] mmc/aspeed: Add debuging for clock probe failures Joel Stanley
2022-06-23  9:05 ` [PATCH RESEND 7/9] mmc/aspeed: Probe from controller Joel Stanley
2022-06-23  9:05 ` [PATCH RESEND 8/9] mmc/aspeed: Enable controller clocks Joel Stanley
2022-06-23  9:05 ` Joel Stanley [this message]

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=20220623090536.3868414-10-joel@jms.id.au \
    --to=joel@jms.id.au \
    --cc=BMC-SW@aspeedtech.com \
    --cc=chiawei_wang@aspeedtech.com \
    --cc=clg@kaod.org \
    --cc=jh80.chung@samsung.com \
    --cc=lukma@denx.de \
    --cc=peng.fan@nxp.com \
    --cc=ryan_chen@aspeedtech.com \
    --cc=seanga2@gmail.com \
    --cc=u-boot@lists.denx.de \
    /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.