public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/5] kwbimage: Add support for SDIO/MMC boot device selection
Date: Mon, 20 Jul 2015 11:20:37 +0200	[thread overview]
Message-ID: <1437384040-16244-2-git-send-email-sr@denx.de> (raw)
In-Reply-To: <1437384040-16244-1-git-send-email-sr@denx.de>

This patch adds support to select the "sdio" as boot device in the
kwbimage.cfg file. This line selects this SDIO device:

BOOT_FROM  sdio

Tested on Marvell DB-88F6820-GP board.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Luka Perkov <luka.perkov@sartura.hr>
Cc: Dirk Eibach <eibach@gdsys.de>
---
 tools/kwbimage.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/kwbimage.c b/tools/kwbimage.c
index 1ff17ca..91e0990 100644
--- a/tools/kwbimage.c
+++ b/tools/kwbimage.c
@@ -115,6 +115,7 @@ struct boot_mode boot_modes[] = {
 	{ 0x78, "sata" },
 	{ 0x9C, "pex"  },
 	{ 0x69, "uart" },
+	{ 0xAE, "sdio" },
 	{},
 };
 
-- 
2.4.6

  reply	other threads:[~2015-07-20  9:20 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-20  9:20 [U-Boot] [PATCH 1/5] arm: mvebu: Add SPL SDIO/MMC boot support Stefan Roese
2015-07-20  9:20 ` Stefan Roese [this message]
2015-07-20  9:20 ` [U-Boot] [PATCH 3/5] kwbimage: Rename CONFIG_SYS_SPI_U_BOOT_OFFS to CONFIG_SYS_U_BOOT_OFFS Stefan Roese
2015-07-21  7:37   ` Albert ARIBAUD
2015-07-21  8:10     ` Stefan Roese
2015-07-20  9:20 ` [U-Boot] [PATCH 4/5] spl: spl_mmc: Add option to boot from a MMC partition with offset Stefan Roese
2015-07-20  9:20 ` [U-Boot] [PATCH 5/5] arm: mvebu: db-88f6820-gp: Add SDIO/MMC SPL boot support Stefan Roese
2015-07-20 21:34   ` Luka Perkov
2015-07-21  4:24     ` Stefan Roese
2015-07-21  7:24 ` [U-Boot] [PATCH 1/5] arm: mvebu: Add SPL SDIO/MMC " Albert ARIBAUD
2015-07-21  8:04   ` Stefan Roese

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=1437384040-16244-2-git-send-email-sr@denx.de \
    --to=sr@denx.de \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox