summaryrefslogtreecommitdiff
path: root/target/u-boot/Config.in
AgeCommit message (Collapse)Author
2010-04-12Get rid of all usages of BR2_RECENTThomas Petazzoni
Since BR2_RECENT was enabled by default, we do not want entries marked BR2_RECENT (and thus appearing by default in Buildroot) to disappear. Therefore, all the entries marked BR2_RECENT are converted as non-deprecated. We can later decide, on a per-entry basis, to add BR2_DEPRECATED to some of them. But at least, this commit doesn't change the default current behaviour of Buildroot. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-04-02u-boot: add 2010.03, adapt target mkimage step to work with 2010.03Peter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-12-18target/u-boot: add 2009.11 and update target mkimage so it builds with 2009.11Peter Korsgaard
In 2009.11, a number of extra files are needed to build mkimage. Adjust the makefile to add those if available, so it builds with both 2009.11 and older releases. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-09-01u-boot: remove ancient 1.3.4 versionPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-09-01u-boot: add 2009.08Peter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-08-27u-boot: mark old 2008.10 version as deprecatedPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-06-29u-boot: add 2009.06 releasePeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-04-30Undeprecate u-boot 2008.10 since this is the last version known to work with ↵Thiago A. Corrêa
JFFS2 fs and AVR32
2009-03-23u-boot: add 2009.03 releasePeter Korsgaard
2009-02-10u-boot: don't make ETH1ADDR setting depend on avr32Peter Korsgaard
No sensible reason why this should only be present on avr32.
2009-01-26u-boot: mark 2008.10 version as recentPeter Korsgaard
2009-01-22Use latest u-boot as defaultUlf Samuelsson
2009-01-22u-boot: add 2009.01, remove -rc3Peter Korsgaard
2009-01-19Bump u-boot to -2009.01-rc3, and add possibility to apply the arch-at91 ↵Ulf Samuelsson
patches if using an at91
2009-01-18Kconfig: remove 'default n' and 'default no' (see r22874)Peter Korsgaard
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2009-01-11Remove premature deprecation of u-boot-1.2.0-atmelUlf Samuelsson
2009-01-08target/u-boot: more cleanupsPeter Korsgaard
As discussed on the list. - No sense in depending on BR2_TARGET_UBOOT when the configurations are within a if BR2_TARGET_UBOOT conditional. - n is default, so remove 'default n' - clarify nested conditionals
2009-01-08target/u-boot: cleanupPeter Korsgaard
Fix s/Linux/U-Boot/ typo, default to the latest stable version, mark old versions as deprecated and comment out unreleased version for now.
2009-01-06Use PROJECT-u-boot-VERSION-DATE.bin as u-boot targetUlf Samuelsson
Provide link using "u-boot.bin" Add BR2_TARGET_UBOOT_DEFAULT_ENV config If this is set, Buildroot will generate a default environment to allow easy downloading of the kernel and root file system Both as compile time data and an autoscript. Make u-boot depend on $(U_BOOT_TARGETS) Add "u-boot-autoscript" to U_BOOT_TARGETS if BR2_TARGET_UBOOT_DEFAULT_ENV is set. Take kernel name from Linux build. Use correct ARCH when mkimaging the autoscript. Do not use TARGET_ATMEL_COPYTO for generic u-boot. Hide dataflash memory configurations when different boot memory is used.
2009-01-03Generate an autoscript for configuring u-boot in $(BINARIES_DIR)Ulf Samuelsson
mkimage the autoscript to autoscript.$(PROJECT)- Move build of u-boot-1.2.0-atmel to target/u-boot Only visible for AT91 targets. Fetch prepatched 1.2.0-atmel tarball from $(BR2_ATMEL_MIRROR) Rest from normal location. Introduce U_BOOT_CONFIGURE_OPTS Set to NOSOFT_FLOAT for u-boot-1.2.0-atmel Disable target/device/Atmel/u-boot Keep files in target/device/Atmel/u-boot during a test period. Files: M target/device/Atmel/Makefile.in M target/device/Atmel/Config.in M target/u-boot/Makefile.in M target/u-boot/Config.in A target/u-boot/1.2.0-atmel
2009-01-03Fixed missing "Nigel Kukard
2009-01-03Add Memory configration to u-boot (Config.in) and remove comments from ↵Ulf Samuelsson
'choice's', Rearrange options for clarity
2009-01-02Support AT91 in vanilla U-BootUlf Samuelsson
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-04-23u-boot: tools in target (mkimage, fw_printenv and fw_setenv)Peter Korsgaard
2008-03-11separate u-boot for at91 arm and everything elseJohn Voltz