aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot/u-boot-2009.11
AgeCommit message (Collapse)Author
2011-11-04u-boot: Add vulcanoG20 machinemlafauci
Signed-off-by: Marco Cavallini <m.cavallini@koansoftware.com>
2011-05-16Improve SD-Card support in u-boot for AT91Ulf Samuelsson
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@atmel.com>
2011-01-27adb4000.conf: New machine, kernel and u-boot support.Leon Woestenberg
STK ADB4000 is a development board with a SAM9G45 SODIMM CPU module. These patches are from the manufacturer (In-Circuit). Resulting kernel boots on the board. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2010-10-17Add u-boot-2009.11 support for AT91SAM9Ulf Samuelsson
Add support for dataflash for SAM9G45/M10 Add support for SD-Card Add mmc/mux command Workaround for problem with UBOOT_VERSION beeing overwritten Add CRC for dataflash environment Add generic function for adding debug variables