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