Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-23 | u-boot: get rid of version specific patch dirs | Peter Korsgaard | |
All those dirs seem a bit excessive for a single patch | |||
2009-03-11 | Revert wrongly commited files (u-boot changes) from -r25617 | Thiago A. Corrêa | |
2009-03-11 | Let user skip installation of the GUI module for Qtopia | Thiago A. Corrêa | |
2009-02-10 | u-boot: don't touch config.h unless explicitly requested by user | Peter Korsgaard | |
Fixes the problem of important variables like serverip being overwritten with empty strings if the network/default env stuff isn't used. | |||
2009-02-10 | u-boot: remove unused BOOTARGS / BOOTCMD handling | Peter Korsgaard | |
Not available in Kconfig and no references to it in the tree. | |||
2009-02-07 | u-boot: remove commented out line | Peter Korsgaard | |
2009-02-06 | Simplify kernel naming scheme. Only use kernel name plus the rootfs suffix ↵ | Thiago A. Corrêa | |
if one is provided | |||
2009-02-04 | u-boot: fix dependency for host mkimage | Peter Korsgaard | |
2009-01-26 | u-boot: halt build early with description if no u-boot board name is set | Peter Korsgaard | |
2009-01-26 | u-boot: clean up after Ulf | Peter Korsgaard | |
As discussed on the list. | |||
2009-01-26 | Fix erronous mkimage target | Ulf Samuelsson | |
2009-01-26 | Revert bad patch to fix linux rebuild problem | Ulf Samuelsson | |
2009-01-21 | u-boot: unbreak target tools | Peter Korsgaard | |
Got broken by r24697. | |||
2009-01-20 | U_BOOT_ARCH_PATCH_DIR should contain a value or should not be defined, empty ↵ | Ulf Samuelsson | |
string is not allowed | |||
2009-01-19 | Bump u-boot to -2009.01-rc3, and add possibility to apply the arch-at91 ↵ | Ulf Samuelsson | |
patches if using an at91 | |||
2009-01-16 | buildroot: convert remaining WGET users to DOWNLOAD helper | Peter Korsgaard | |
2009-01-06 | Use PROJECT-u-boot-VERSION-DATE.bin as u-boot target | Ulf Samuelsson | |
Provide link using "u-boot.bin" Add BR2_TARGET_UBOOT_DEFAULT_ENV config If this is set, Buildroot will generate a default environment to allow easy downloading of the kernel and root file system Both as compile time data and an autoscript. Make u-boot depend on $(U_BOOT_TARGETS) Add "u-boot-autoscript" to U_BOOT_TARGETS if BR2_TARGET_UBOOT_DEFAULT_ENV is set. Take kernel name from Linux build. Use correct ARCH when mkimaging the autoscript. Do not use TARGET_ATMEL_COPYTO for generic u-boot. Hide dataflash memory configurations when different boot memory is used. | |||
2009-01-05 | u-boot: unbreak build after r24674 | Peter Korsgaard | |
Disable broken autoscript handling so the build atleast completes | |||
2009-01-05 | u-boot: revert U_BOOT_TARGET part of r24646 | Peter Korsgaard | |
More u-boot build unbreaking. r24646 added U_BOOT_TARGET which uses the nonexisting BOARDNAME variable, which means that the filename expands to -u-boot-*, confusing ln. There's limited point in having that symlink in the first please, so simply revert that hunk. | |||
2009-01-05 | u-boot: unbreak build after r24646 | Peter Korsgaard | |
Unset variables aren't the same as "". | |||
2009-01-03 | Generate an autoscript for configuring u-boot in $(BINARIES_DIR) | Ulf Samuelsson | |
mkimage the autoscript to autoscript.$(PROJECT)- Move build of u-boot-1.2.0-atmel to target/u-boot Only visible for AT91 targets. Fetch prepatched 1.2.0-atmel tarball from $(BR2_ATMEL_MIRROR) Rest from normal location. Introduce U_BOOT_CONFIGURE_OPTS Set to NOSOFT_FLOAT for u-boot-1.2.0-atmel Disable target/device/Atmel/u-boot Keep files in target/device/Atmel/u-boot during a test period. Files: M target/device/Atmel/Makefile.in M target/device/Atmel/Config.in M target/u-boot/Makefile.in M target/u-boot/Config.in A target/u-boot/1.2.0-atmel | |||
2009-01-03 | Add Memory configuration to U-Boot build, remove some debugging info | Ulf Samuelsson | |
2009-01-02 | Support AT91 in vanilla U-Boot | Ulf Samuelsson | |
2008-12-08 | target/: get rid of unneeded $(strip ..) | Peter Korsgaard | |
2008-08-20 | u-boot: bump version | Peter Korsgaard | |
2008-08-20 | u-boot: fix broken insert_define in Makefile | Peter Korsgaard | |
Patch by Markus Heidelberg <markus.heidelberg@web.de> | |||
2008-08-20 | u-boot: fix wrong syntax in Makefile | Peter 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-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 | |