summaryrefslogtreecommitdiffstats
path: root/target/u-boot/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* u-boot: add 2009.03 releasePeter Korsgaard2009-03-231-2/+7
|
* u-boot: don't make ETH1ADDR setting depend on avr32Peter Korsgaard2009-02-101-1/+0
| | | | No sensible reason why this should only be present on avr32.
* u-boot: mark 2008.10 version as recentPeter Korsgaard2009-01-261-0/+1
|
* Use latest u-boot as defaultUlf Samuelsson2009-01-221-1/+1
|
* u-boot: add 2009.01, remove -rc3Peter Korsgaard2009-01-221-6/+2
|
* Bump u-boot to -2009.01-rc3, and add possibility to apply the arch-at91 ↵Ulf Samuelsson2009-01-191-7/+9
| | | | patches if using an at91
* Kconfig: remove 'default n' and 'default no' (see r22874)Peter Korsgaard2009-01-181-2/+0
| | | | Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
* Remove premature deprecation of u-boot-1.2.0-atmelUlf Samuelsson2009-01-111-1/+0
|
* target/u-boot: more cleanupsPeter Korsgaard2009-01-081-27/+7
| | | | | | | | | 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
* target/u-boot: cleanupPeter Korsgaard2009-01-081-9/+11
| | | | | Fix s/Linux/U-Boot/ typo, default to the latest stable version, mark old versions as deprecated and comment out unreleased version for now.
* Use PROJECT-u-boot-VERSION-DATE.bin as u-boot targetUlf Samuelsson2009-01-061-1/+19
| | | | | | | | | | | | | | | | | | | | | | | 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.
* Generate an autoscript for configuring u-boot in $(BINARIES_DIR)Ulf Samuelsson2009-01-031-7/+11
| | | | | | | | | | | | | | | | | | | | | 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
* Fixed missing "Nigel Kukard2009-01-031-1/+1
|
* Add Memory configration to u-boot (Config.in) and remove comments from ↵Ulf Samuelsson2009-01-031-52/+186
| | | | 'choice's', Rearrange options for clarity
* Support AT91 in vanilla U-BootUlf Samuelsson2009-01-021-2/+147
|
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-2/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* u-boot: tools in target (mkimage, fw_printenv and fw_setenv)Peter Korsgaard2008-04-231-0/+12
|
* separate u-boot for at91 arm and everything elseJohn Voltz2008-03-111-0/+72