aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot/u-boot_r2.inc
AgeCommit message (Collapse)Author
2011-11-21u-boot: put result in $DEPLOYDIR/u-boot dirUlf Samuelsson
Signed-off-by: Ulf Samuelsson <ulf_samuelsson@telia.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>