summaryrefslogtreecommitdiff
path: root/target/u-boot
AgeCommit message (Collapse)Author
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