Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-06 | Remove patches that should not have been inlcuded in the spimux commit | Ulf Samuelsson | |
2009-01-06 | Add 'mux' command to control ext mux on at91rm9200dk/ek | Ulf Samuelsson | |
2009-01-06 | Add 'led' command to control coloured LEDs | Ulf Samuelsson | |
2009-01-06 | Remove an extra #endif from u-boot.factory | Ulf Samuelsson | |
2009-01-06 | Fix some CFG/CONFIG related problems for AT91RM9200 configuration of U-Boot | Ulf Samuelsson | |
2009-01-06 | Use the correct sam9g20 patch for 2009.01-rc1 | Ulf Samuelsson | |
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-05 | add .empty files for git-svn | Peter Korsgaard | |
git-svn (and git) doesn't handle empty directories, so add .empty files to those dirs like elsewhere in buildroot. Those empty directories are normally not a big deal, but the recent changes to u-boot broke the build. | |||
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 | Fixed missing " | Nigel Kukard | |
2009-01-03 | Add support for at91sam9g20 to U-Boot | Ulf Samuelsson | |
2009-01-03 | Add facilities for installing u-boot in different locations | Ulf Samuelsson | |
2009-01-03 | Provide factory default command to u-boot, using Buildroot variables | Ulf Samuelsson | |
2009-01-03 | Fix issue with AT91/AVR32 Ethernet MACB | Ulf Samuelsson | |
2009-01-03 | Add X-Modem tools for minicom to u-boot allowing easy downloading of U-Boot | Ulf Samuelsson | |
2009-01-03 | Add Memory configration to u-boot (Config.in) and remove comments from ↵ | Ulf Samuelsson | |
'choice's', Rearrange options for clarity | |||
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-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 | |