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