summaryrefslogtreecommitdiffstats
path: root/target/u-boot
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* u-boot: evaluate U_BOOT_ARCH at use time, rather than Makefile parse timePeter Korsgaard2008-06-111-1/+1
| | | | | | | U_BOOT_ARCH seems to race with KERNEL_ARCH in some situations, so it end up empty. It's only used once, so fix it by using a use-time evaluated variable instead (=).
* u-boot: support platform-independent patchesPeter Korsgaard2008-04-231-1/+2
| | | | | Support platform independent patches (.patch) and use .patch.$ARCH for platform dependent ones like elsewhere.
* u-boot: don't error on existing symlinkPeter Korsgaard2008-04-231-1/+1
|
* u-boot: tools in target (mkimage, fw_printenv and fw_setenv)Peter Korsgaard2008-04-232-2/+35
|
* u-boot: use correct ARCHPeter Korsgaard2008-04-231-2/+2
|
* u-boot: clean: also remove mkimage from staging_dirPeter Korsgaard2008-04-231-0/+1
|
* u-boot: set ARCH and CROSS_COMPILEPeter Korsgaard2008-04-231-1/+4
|
* u-boot: fix custom patch handlingPeter Korsgaard2008-04-091-1/+1
|
* u-boot: bump versionPeter Korsgaard2008-04-092-3178/+1
|
* buildroot: additional -clean target fixesPeter Korsgaard2008-04-011-2/+2
| | | | Patch by Hebbar.
* separate u-boot for at91 arm and everything elseJohn Voltz2008-03-113-0/+3397