Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | u-boot: bump version | Peter Korsgaard | 2008-08-20 | 1 | -2/+3 |
| | |||||
* | u-boot: fix broken insert_define in Makefile | Peter Korsgaard | 2008-08-20 | 1 | -12/+12 |
| | | | | Patch by Markus Heidelberg <markus.heidelberg@web.de> | ||||
* | u-boot: fix wrong syntax in Makefile | Peter Korsgaard | 2008-08-20 | 1 | -4/+4 |
| | | | | | | | | 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 | ||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -2/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | uboot: revert r22638 | Peter Korsgaard | 2008-07-08 | 1 | -1/+1 |
| | | | | Go back to 1.3.2 as r22638 breaks mkimage | ||||
* | Bump U-Boot version to 1.3.3 | Ulf Samuelsson | 2008-07-04 | 1 | -1/+1 |
| | |||||
* | u-boot tools: make sure destination directory exists | Peter Korsgaard | 2008-06-17 | 1 | -0/+2 |
| | |||||
* | u-boot: don't depend on gcc (not needed and not provided by ext toolchain) | Peter Korsgaard | 2008-06-13 | 1 | -1/+1 |
| | |||||
* | u-boot: cleanup arch handling | Peter Korsgaard | 2008-06-12 | 1 | -1/+1 |
| | | | | Thanks to Hamish Moffatt. | ||||
* | u-boot: evaluate U_BOOT_ARCH at use time, rather than Makefile parse time | Peter Korsgaard | 2008-06-11 | 1 | -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 patches | Peter Korsgaard | 2008-04-23 | 1 | -1/+2 |
| | | | | | Support platform independent patches (.patch) and use .patch.$ARCH for platform dependent ones like elsewhere. | ||||
* | u-boot: don't error on existing symlink | Peter Korsgaard | 2008-04-23 | 1 | -1/+1 |
| | |||||
* | u-boot: tools in target (mkimage, fw_printenv and fw_setenv) | Peter Korsgaard | 2008-04-23 | 2 | -2/+35 |
| | |||||
* | u-boot: use correct ARCH | Peter Korsgaard | 2008-04-23 | 1 | -2/+2 |
| | |||||
* | u-boot: clean: also remove mkimage from staging_dir | Peter Korsgaard | 2008-04-23 | 1 | -0/+1 |
| | |||||
* | u-boot: set ARCH and CROSS_COMPILE | Peter Korsgaard | 2008-04-23 | 1 | -1/+4 |
| | |||||
* | u-boot: fix custom patch handling | Peter Korsgaard | 2008-04-09 | 1 | -1/+1 |
| | |||||
* | u-boot: bump version | Peter Korsgaard | 2008-04-09 | 2 | -3178/+1 |
| | |||||
* | buildroot: additional -clean target fixes | Peter Korsgaard | 2008-04-01 | 1 | -2/+2 |
| | | | | Patch by Hebbar. | ||||
* | separate u-boot for at91 arm and everything else | John Voltz | 2008-03-11 | 3 | -0/+3397 |