Add support for at91bootstrap-3.0
authorUlf Samuelsson <ulf.samuelsson@atmel.com>
Tue, 1 Feb 2011 05:18:01 +0000 (05:18 +0000)
committerTom Rini <tom_rini@mentor.com>
Sat, 12 Feb 2011 16:08:45 +0000 (09:08 -0700)
commit05e9d40d09040ebaeb5b25ee4f35d1940a9160c0
treec4623d93edbabb5c2d0f6676d98c524400d15eb2
parentdbc5638c7e18a03067d7132bc258b8b9a833bba1
Add support for at91bootstrap-3.0

AT91bootstrap 3.0 support booting from SD-Card.
It must be renamed to BOOT.BIN
It needs to be in the DOS rootfs.
The DOS fs should NOT be partitioned like a linux boot disk.
I.E: keep original cylinders etc.
The SD-Card must not contain "funny" characters like '&' and '.'

at91bootstrap will try to load UBOOT.BIN, if u-boot is desired.

For the AT91SAM9M10/G45 it supports dual boot.
If the "LEFT" button is pressed, at91bootstrap will
load PROGRAM.BIN

Signed-off-by: Ulf Samuelsson <ulf.samuelsson@atmel.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
17 files changed:
recipes/at91bootstrap/at91bootstrap-3.0/0001-Update-.gitignore.patch [new file with mode: 0644]
recipes/at91bootstrap/at91bootstrap-3.0/0002-Add-KConfig-support-for-booting-U-Boot.patch [new file with mode: 0644]
recipes/at91bootstrap/at91bootstrap-3.0/0003-Generate-a-BOOT.BIN-file-instead-of-boot.bin.patch [new file with mode: 0644]
recipes/at91bootstrap/at91bootstrap-3.0/0004-Add-support-for-dual-boot.patch [new file with mode: 0644]
recipes/at91bootstrap/at91bootstrap-3.0/0005-Remove-old-afeb9260-files.patch [new file with mode: 0644]
recipes/at91bootstrap/at91bootstrap-3.0/0006-Use-BOARD-instead-of-BOARDNAME-to-define-directory.patch [new file with mode: 0644]
recipes/at91bootstrap/at91bootstrap-3.0/0007-Add-board-support-for-alternate-boot.patch [new file with mode: 0644]
recipes/at91bootstrap/at91bootstrap-3.0/0008-Clean-up-printouts.patch [new file with mode: 0644]
recipes/at91bootstrap/at91bootstrap-3.0/0009-Update-configs.patch [new file with mode: 0644]
recipes/at91bootstrap/at91bootstrap-3.0/0010-Update-build-scripts.patch [new file with mode: 0644]
recipes/at91bootstrap/at91bootstrap-3.0/0011-Fix-Cut-n-Paste-error.patch [new file with mode: 0644]
recipes/at91bootstrap/at91bootstrap-3.0/0013-Fix-Cut-n-Paste-error-in-Makefile.patch [new file with mode: 0644]
recipes/at91bootstrap/at91bootstrap-3.0/0014-Add-support-for-alternate-jump-address.patch [new file with mode: 0644]
recipes/at91bootstrap/at91bootstrap-3.0/0015-Make-MAKENEW-useful.patch [new file with mode: 0644]
recipes/at91bootstrap/at91bootstrap-3.0/0016-Update-configs.patch [new file with mode: 0644]
recipes/at91bootstrap/at91bootstrap_3.0.bb [new file with mode: 0644]
recipes/at91bootstrap/at91bootstrap_3.0.inc [new file with mode: 0644]