[oe-commits] Ulf Samuelsson : Improve SD-Card support in u-boot for AT91

git version control git at git.openembedded.org
Mon May 16 20:31:10 UTC 2011


Module: openembedded.git
Branch: master
Commit: 96d8032fd06d820307788b61655e1551e02ea790
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=96d8032fd06d820307788b61655e1551e02ea790

Author: Ulf Samuelsson <ulf.samuelsson at atmel.com>
Date:   Thu Apr 14 23:32:51 2011 +0200

Improve SD-Card support in u-boot for AT91

Add "factory" command to reset to compile time defaults
Add "U-BOOT.BIN" target (Capital letters) for SD-Card boot
Add default environment for AT91SAM9M10/G45 SD-Card boot
Add new configs
	at91sam9m10g45ek_sd_config
	at91sam9g45ekes_sd_config
Add AT91BUILD build scripts
Add support for building multiple boards
If UBOOT_MACHINES is defined, and is a list of boards
	UBOOT_MACHINES=" at91sam9260ek at91sam9261 "
	then all machines in the list will be built.
If UBOOT_MACHINES is not defined, then u-boot will
be built using the default UBOOT_MACHINE.
	UBOOT_MACHINE=" at91sam9260ek_config "
Note that boards in UBOOT_MACHINES are the boardname without "_config"

Signed-off-by: Ulf Samuelsson <ulf.samuelsson at atmel.com>

---

 .../at91/0001-Add-environment-size.patch           |   26 ++++
 .../at91/0016-SupportEnv-load-from-SD-Card.patch   |  126 ++++++++++++++++
 .../0017-SD-Card-boot-patch-for-SAM9M10-G45.patch  |  151 ++++++++++++++++++++
 .../at91/0018-ADD-AT91-Build-script.patch          |   45 ++++++
 recipes/u-boot/u-boot_2009.11.bb                   |   22 +++-
 recipes/u-boot/u-boot_r2.inc                       |   90 ++++++++++++
 6 files changed, 456 insertions(+), 4 deletions(-)

Diff:   http://git.openembedded.org/?p=openembedded.git/?a=commitdiff;h=96d8032fd06d820307788b61655e1551e02ea790




More information about the Openembedded-commits mailing list