summaryrefslogtreecommitdiffstats
path: root/target/u-boot
Commit message (Collapse)AuthorAgeFilesLines
* 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