summaryrefslogtreecommitdiffstats
path: root/target/u-boot
Commit message (Collapse)AuthorAgeFilesLines
* u-boot: halt build early with description if no u-boot board name is setPeter Korsgaard2009-01-261-0/+6
|
* u-boot: clean up after UlfPeter Korsgaard2009-01-261-14/+1
| | | | As discussed on the list.
* u-boot: mark 2008.10 version as recentPeter Korsgaard2009-01-261-0/+1
|
* Fix erronous mkimage targetUlf Samuelsson2009-01-261-1/+1
|
* Revert bad patch to fix linux rebuild problemUlf Samuelsson2009-01-261-1/+2
|
* Use latest u-boot as defaultUlf Samuelsson2009-01-221-1/+1
|
* u-boot: add 2009.01, remove -rc3Peter Korsgaard2009-01-222-6/+2
|
* Fix AVR32 u.boot build bugUlf Samuelsson2009-01-221-0/+13
|
* u-boot: unbreak target toolsPeter Korsgaard2009-01-211-3/+3
| | | | Got broken by r24697.
* U_BOOT_ARCH_PATCH_DIR should contain a value or should not be defined, empty ↵Ulf Samuelsson2009-01-201-1/+1
| | | | string is not allowed
* Bump u-boot to -2009.01-rc3, and add possibility to apply the arch-at91 ↵Ulf Samuelsson2009-01-192-7/+12
| | | | 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>
* buildroot: convert remaining WGET users to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* Move AT91 patches for u-boot-2009.01-rc1 to ↵Ulf Samuelsson2009-01-1113-4180/+0
| | | | device/Atmel/arch-arm/u-boot/2009.01-rc1
* 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.
* Add CONFIGs for new commands to at91 partsUlf Samuelsson2009-01-061-0/+130
|
* Add support for waiting for NFS root server before bootingUlf Samuelsson2009-01-061-0/+77
|
* Remove patches that should not have been inlcuded in the spimux commitUlf Samuelsson2009-01-064-4485/+0
|
* Add 'mux' command to control ext mux on at91rm9200dk/ekUlf Samuelsson2009-01-065-0/+4578
|
* Add 'led' command to control coloured LEDsUlf Samuelsson2009-01-061-0/+196
|
* Remove an extra #endif from u-boot.factoryUlf Samuelsson2009-01-061-1/+1
|
* Fix some CFG/CONFIG related problems for AT91RM9200 configuration of U-BootUlf Samuelsson2009-01-062-9/+9
|
* Use the correct sam9g20 patch for 2009.01-rc1Ulf Samuelsson2009-01-061-77/+76
|
* Use PROJECT-u-boot-VERSION-DATE.bin as u-boot targetUlf Samuelsson2009-01-062-9/+37
| | | | | | | | | | | | | | | | | | | | | | | 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.
* u-boot: unbreak build after r24674Peter Korsgaard2009-01-051-1/+1
| | | | Disable broken autoscript handling so the build atleast completes
* u-boot: revert U_BOOT_TARGET part of r24646Peter Korsgaard2009-01-051-4/+1
| | | | | | | | | More u-boot build unbreaking. r24646 added U_BOOT_TARGET which uses the nonexisting BOARDNAME variable, which means that the filename expands to -u-boot-*, confusing ln. There's limited point in having that symlink in the first please, so simply revert that hunk.
* u-boot: unbreak build after r24646Peter Korsgaard2009-01-051-1/+1
| | | | Unset variables aren't the same as "".
* add .empty files for git-svnPeter Korsgaard2009-01-054-0/+0
| | | | | | | | git-svn (and git) doesn't handle empty directories, so add .empty files to those dirs like elsewhere in buildroot. Those empty directories are normally not a big deal, but the recent changes to u-boot broke the build.
* Generate an autoscript for configuring u-boot in $(BINARIES_DIR)Ulf Samuelsson2009-01-032-10/+94
| | | | | | | | | | | | | | | | | | | | | 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 support for at91sam9g20 to U-BootUlf Samuelsson2009-01-031-0/+802
|
* Add facilities for installing u-boot in different locationsUlf Samuelsson2009-01-031-0/+64
|
* Provide factory default command to u-boot, using Buildroot variablesUlf Samuelsson2009-01-031-0/+323
|
* Fix issue with AT91/AVR32 Ethernet MACBUlf Samuelsson2009-01-031-0/+28
|
* Add X-Modem tools for minicom to u-boot allowing easy downloading of U-BootUlf Samuelsson2009-01-031-0/+576
|
* Add Memory configration to u-boot (Config.in) and remove comments from ↵Ulf Samuelsson2009-01-031-52/+186
| | | | 'choice's', Rearrange options for clarity
* Add Memory configuration to U-Boot build, remove some debugging infoUlf Samuelsson2009-01-031-15/+39
|
* Support AT91 in vanilla U-BootUlf Samuelsson2009-01-026-10/+2069
|
* target/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-4/+4
|
* u-boot: bump versionPeter Korsgaard2008-08-201-2/+3
|
* u-boot: fix broken insert_define in MakefilePeter Korsgaard2008-08-201-12/+12
| | | | Patch by Markus Heidelberg <markus.heidelberg@web.de>
* u-boot: fix wrong syntax in MakefilePeter Korsgaard2008-08-201-4/+4
| | | | | | | | Patch by Markus Heidelberg <markus.heidelberg@web.de> Some $(call insert_define, ..., ...) calls were lacking the comma after the variable. That didn't lead to a syntax error but it didn't have any effect on the output u-boot/include/config.h
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-2/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* uboot: revert r22638Peter Korsgaard2008-07-081-1/+1
| | | | Go back to 1.3.2 as r22638 breaks mkimage
* Bump U-Boot version to 1.3.3Ulf Samuelsson2008-07-041-1/+1
|
* u-boot tools: make sure destination directory existsPeter Korsgaard2008-06-171-0/+2
|
* u-boot: don't depend on gcc (not needed and not provided by ext toolchain)Peter Korsgaard2008-06-131-1/+1
|
* u-boot: cleanup arch handlingPeter Korsgaard2008-06-121-1/+1
| | | | Thanks to Hamish Moffatt.