summaryrefslogtreecommitdiff
path: root/target/u-boot
AgeCommit message (Collapse)Author
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-03-23u-boot: get rid of version specific patch dirsPeter Korsgaard
All those dirs seem a bit excessive for a single patch
2009-03-11Revert wrongly commited files (u-boot changes) from -r25617Thiago A. Corrêa
2009-03-11Let user skip installation of the GUI module for QtopiaThiago A. Corrêa
2009-02-10u-boot: don't touch config.h unless explicitly requested by userPeter Korsgaard
Fixes the problem of important variables like serverip being overwritten with empty strings if the network/default env stuff isn't used.
2009-02-10u-boot: remove unused BOOTARGS / BOOTCMD handlingPeter Korsgaard
Not available in Kconfig and no references to it in the tree.
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-02-07u-boot: remove commented out linePeter Korsgaard
2009-02-06Simplify kernel naming scheme. Only use kernel name plus the rootfs suffix ↵Thiago A. Corrêa
if one is provided
2009-02-04u-boot: fix dependency for host mkimagePeter Korsgaard
2009-01-26u-boot: halt build early with description if no u-boot board name is setPeter Korsgaard
2009-01-26u-boot: clean up after UlfPeter Korsgaard
As discussed on the list.
2009-01-26u-boot: mark 2008.10 version as recentPeter Korsgaard
2009-01-26Fix erronous mkimage targetUlf Samuelsson
2009-01-26Revert bad patch to fix linux rebuild problemUlf Samuelsson
2009-01-22Use latest u-boot as defaultUlf Samuelsson
2009-01-22u-boot: add 2009.01, remove -rc3Peter Korsgaard
2009-01-22Fix AVR32 u.boot build bugUlf Samuelsson
2009-01-21u-boot: unbreak target toolsPeter Korsgaard
Got broken by r24697.
2009-01-20U_BOOT_ARCH_PATCH_DIR should contain a value or should not be defined, empty ↵Ulf Samuelsson
string is not allowed
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-16buildroot: convert remaining WGET users to DOWNLOAD helperPeter Korsgaard
2009-01-11Move AT91 patches for u-boot-2009.01-rc1 to ↵Ulf Samuelsson
device/Atmel/arch-arm/u-boot/2009.01-rc1
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-06Add CONFIGs for new commands to at91 partsUlf Samuelsson
2009-01-06Add support for waiting for NFS root server before bootingUlf Samuelsson
2009-01-06Remove patches that should not have been inlcuded in the spimux commitUlf Samuelsson
2009-01-06Add 'mux' command to control ext mux on at91rm9200dk/ekUlf Samuelsson
2009-01-06Add 'led' command to control coloured LEDsUlf Samuelsson
2009-01-06Remove an extra #endif from u-boot.factoryUlf Samuelsson
2009-01-06Fix some CFG/CONFIG related problems for AT91RM9200 configuration of U-BootUlf Samuelsson
2009-01-06Use the correct sam9g20 patch for 2009.01-rc1Ulf Samuelsson
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-05u-boot: unbreak build after r24674Peter Korsgaard
Disable broken autoscript handling so the build atleast completes
2009-01-05u-boot: revert U_BOOT_TARGET part of r24646Peter Korsgaard
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.
2009-01-05u-boot: unbreak build after r24646Peter Korsgaard
Unset variables aren't the same as "".
2009-01-05add .empty files for git-svnPeter Korsgaard
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.
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 support for at91sam9g20 to U-BootUlf Samuelsson
2009-01-03Add facilities for installing u-boot in different locationsUlf Samuelsson
2009-01-03Provide factory default command to u-boot, using Buildroot variablesUlf Samuelsson
2009-01-03Fix issue with AT91/AVR32 Ethernet MACBUlf Samuelsson
2009-01-03Add X-Modem tools for minicom to u-boot allowing easy downloading of U-BootUlf Samuelsson
2009-01-03Add Memory configration to u-boot (Config.in) and remove comments from ↵Ulf Samuelsson
'choice's', Rearrange options for clarity
2009-01-03Add Memory configuration to U-Boot build, remove some debugging infoUlf Samuelsson