summaryrefslogtreecommitdiff
path: root/target/u-boot
AgeCommit message (Collapse)Author
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
2009-01-02Support AT91 in vanilla U-BootUlf Samuelsson
2008-12-08target/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-08-20u-boot: bump versionPeter Korsgaard
2008-08-20u-boot: fix broken insert_define in MakefilePeter Korsgaard
Patch by Markus Heidelberg <markus.heidelberg@web.de>
2008-08-20u-boot: fix wrong syntax in MakefilePeter Korsgaard
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
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-07-08uboot: revert r22638Peter Korsgaard
Go back to 1.3.2 as r22638 breaks mkimage
2008-07-04Bump U-Boot version to 1.3.3Ulf Samuelsson
2008-06-17u-boot tools: make sure destination directory existsPeter Korsgaard
2008-06-13u-boot: don't depend on gcc (not needed and not provided by ext toolchain)Peter Korsgaard
2008-06-12u-boot: cleanup arch handlingPeter Korsgaard
Thanks to Hamish Moffatt.
2008-06-11u-boot: evaluate U_BOOT_ARCH at use time, rather than Makefile parse timePeter Korsgaard
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 (=).
2008-04-23u-boot: support platform-independent patchesPeter Korsgaard
Support platform independent patches (.patch) and use .patch.$ARCH for platform dependent ones like elsewhere.
2008-04-23u-boot: don't error on existing symlinkPeter Korsgaard
2008-04-23u-boot: tools in target (mkimage, fw_printenv and fw_setenv)Peter Korsgaard
2008-04-23u-boot: use correct ARCHPeter Korsgaard
2008-04-23u-boot: clean: also remove mkimage from staging_dirPeter Korsgaard
2008-04-23u-boot: set ARCH and CROSS_COMPILEPeter Korsgaard
2008-04-09u-boot: fix custom patch handlingPeter Korsgaard
2008-04-09u-boot: bump versionPeter Korsgaard
2008-04-01buildroot: additional -clean target fixesPeter Korsgaard
Patch by Hebbar.
2008-03-11separate u-boot for at91 arm and everything elseJohn Voltz