All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 2/5] am335x_evm: Correct DFU ALT settings for falcon mode
Date: Mon,  8 Jul 2013 12:15:15 -0400	[thread overview]
Message-ID: <1373300118-27306-3-git-send-email-trini@ti.com> (raw)
In-Reply-To: <1373300118-27306-1-git-send-email-trini@ti.com>

Now that we have falcon mode enabled, the partiton numbers for NAND have
changed, and we need to list entries for updating these parts of the
system.  While adding falcon mode entires for eMMC (raw), we round up
the limit on U-Boot for ease of math later.

Signed-off-by: Tom Rini <trini@ti.com>
---
 include/configs/am335x_evm.h |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index c5a6d4b..b974d1b 100644
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -238,7 +238,11 @@
 	"rootfs part 0 2;" \
 	"MLO fat 0 1;" \
 	"MLO.raw mmc 100 100;" \
-	"u-boot.img.raw mmc 300 3C0;" \
+	"u-boot.img.raw mmc 300 400;" \
+	"spl-os-args.raw mmc 80 80;" \
+	"spl-os-image.raw mmc 900 2000;" \
+	"spl-os-args fat 0 1;" \
+	"spl-os-image fat 0 1;" \
 	"u-boot.img fat 0 1;" \
 	"uEnv.txt fat 0 1"
 #define DFU_ALT_INFO_NAND \
@@ -247,8 +251,9 @@
 	"SPL.backup2 part 0 3;" \
 	"SPL.backup3 part 0 4;" \
 	"u-boot part 0 5;" \
-	"kernel part 0 7;" \
-	"rootfs part 0 8"
+	"u-boot-spl-os part 0 6;" \
+	"kernel part 0 8;" \
+	"rootfs part 0 9"
 
  /* Physical Memory Map */
 #define CONFIG_NR_DRAM_BANKS		1		/*  1 bank of DRAM */
-- 
1.7.9.5

  parent reply	other threads:[~2013-07-08 16:15 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-08 16:15 [U-Boot] [PATCH v2 0/5] Improve falcon mode and am335x_evm docs Tom Rini
2013-07-08 16:15 ` [U-Boot] [PATCH v2 1/5] README.falcon: Note how we determine if we can boot the OS or not Tom Rini
2013-07-08 16:15 ` Tom Rini [this message]
2013-07-08 19:28   ` [U-Boot] [PATCH v2 2/5] am335x_evm: Correct DFU ALT settings for falcon mode Peter Korsgaard
2013-07-08 16:15 ` [U-Boot] [PATCH v2 3/5] am335x_evm: Update eMMC falcon mode locations Tom Rini
2013-07-08 19:30   ` Peter Korsgaard
2013-07-08 16:15 ` [U-Boot] [PATCH v2 4/5] am335x_evm: Correct CONFIG_CMD_SPL_WRITE_SIZE Tom Rini
2013-07-08 16:15 ` [U-Boot] [PATCH v2 5/5] am335x_evm: Add basic README Tom Rini
2013-07-08 19:38   ` Peter Korsgaard
2013-07-09  8:48   ` Lukasz Majewski
2013-07-30 13:26 ` [U-Boot] [PATCH v2 0/5] Improve falcon mode and am335x_evm docs Tom Rini

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=1373300118-27306-3-git-send-email-trini@ti.com \
    --to=trini@ti.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.