From: "Andreas Bießmann" <andreas.devel@googlemail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] arm: at91sam9x5: add dataflash boot support
Date: Sun, 09 Dec 2012 22:35:03 +0100 [thread overview]
Message-ID: <50C50407.1050300@googlemail.com> (raw)
In-Reply-To: <1354865824-6020-1-git-send-email-voice.shen@atmel.com>
Dear Bo Shen,
On 07.12.2012 08:37, Bo Shen wrote:
> Add dataflash boot support on at91sam9x5ek board
sorry, but this patch do not apply cleanly on top of current
u-boot-arm/master. It seems the mmc (SYS_USE_MMC) is missing there. Can
you please rebase or provide the other patches?
Best regards
Andreas Bie?mann
>
> Signed-off-by: Bo Shen <voice.shen@atmel.com>
> ---
> boards.cfg | 1 +
> include/configs/at91sam9x5ek.h | 10 ++++++++++
> 2 files changed, 11 insertions(+)
>
> diff --git a/boards.cfg b/boards.cfg
> index 70a1569..e799d9b 100644
> --- a/boards.cfg
> +++ b/boards.cfg
> @@ -97,6 +97,7 @@ at91sam9m10g45ek_nandflash arm arm926ejs at91sam9m10g45ek atmel
> at91sam9rlek_dataflash arm arm926ejs at91sam9rlek atmel at91 at91sam9rlek:AT91SAM9RL,SYS_USE_DATAFLASH
> at91sam9rlek_nandflash arm arm926ejs at91sam9rlek atmel at91 at91sam9rlek:AT91SAM9RL,SYS_USE_NANDFLASH
> at91sam9x5ek_nandflash arm arm926ejs at91sam9x5ek atmel at91 at91sam9x5ek:AT91SAM9X5,SYS_USE_NANDFLASH
> +at91sam9x5ek_dataflash arm arm926ejs at91sam9x5ek atmel at91 at91sam9x5ek:AT91SAM9X5,SYS_USE_DATAFLASH
> at91sam9x5ek_spiflash arm arm926ejs at91sam9x5ek atmel at91 at91sam9x5ek:AT91SAM9X5,SYS_USE_SPIFLASH
> at91sam9x5ek_mmc arm arm926ejs at91sam9x5ek atmel at91 at91sam9x5ek:AT91SAM9X5,SYS_USE_MMC
> at91sam9xeek_dataflash_cs0 arm arm926ejs at91sam9260ek atmel at91 at91sam9260ek:AT91SAM9XE,SYS_USE_DATAFLASH_CS0
> diff --git a/include/configs/at91sam9x5ek.h b/include/configs/at91sam9x5ek.h
> index 1317582..a034ed0 100644
> --- a/include/configs/at91sam9x5ek.h
> +++ b/include/configs/at91sam9x5ek.h
> @@ -178,6 +178,16 @@
> #define CONFIG_BOOTCOMMAND "sf probe 0; " \
> "sf read 0x22000000 0x100000 0x300000; " \
> "bootm 0x22000000"
> +#elif defined(CONFIG_SYS_USE_DATAFLASH)
> +/* bootstrap + u-boot + env + linux in data flash */
> +#define CONFIG_ENV_IS_IN_SPI_FLASH
> +#define CONFIG_ENV_OFFSET 0x4200
> +#define CONFIG_ENV_SIZE 0x4200
> +#define CONFIG_ENV_SECT_SIZE 0x210
> +#define CONFIG_ENV_SPI_MAX_HZ 30000000
> +#define CONFIG_BOOTCOMMAND "sf probe 0; " \
> + "sf read 0x22000000 0x84000 0x294000; " \
> + "bootm 0x22000000"
> #else /* CONFIG_SYS_USE_MMC */
> /* bootstrap + u-boot + env + linux in mmc */
> #define CONFIG_ENV_IS_IN_MMC
>
next prev parent reply other threads:[~2012-12-09 21:35 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-07 7:37 [U-Boot] [PATCH] arm: at91sam9x5: add dataflash boot support Bo Shen
2012-12-09 21:35 ` Andreas Bießmann [this message]
2012-12-09 21:49 ` Andreas Bießmann
2013-01-09 16:17 ` Andreas Bießmann
2013-01-12 9:44 ` Andreas Bießmann
2013-01-12 12:25 ` Albert ARIBAUD
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=50C50407.1050300@googlemail.com \
--to=andreas.devel@googlemail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox