Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generate an autoscript for configuring u-boot in $(BINARIES_DIR) | Ulf Samuelsson | 2009-01-03 | 2 | -10/+94 |
| | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Fixed missing " | Nigel Kukard | 2009-01-03 | 1 | -1/+1 |
| | |||||
* | Add support for at91sam9g20 to U-Boot | Ulf Samuelsson | 2009-01-03 | 1 | -0/+802 |
| | |||||
* | Add facilities for installing u-boot in different locations | Ulf Samuelsson | 2009-01-03 | 1 | -0/+64 |
| | |||||
* | Provide factory default command to u-boot, using Buildroot variables | Ulf Samuelsson | 2009-01-03 | 1 | -0/+323 |
| | |||||
* | Fix issue with AT91/AVR32 Ethernet MACB | Ulf Samuelsson | 2009-01-03 | 1 | -0/+28 |
| | |||||
* | Add X-Modem tools for minicom to u-boot allowing easy downloading of U-Boot | Ulf Samuelsson | 2009-01-03 | 1 | -0/+576 |
| | |||||
* | Add Memory configration to u-boot (Config.in) and remove comments from ↵ | Ulf Samuelsson | 2009-01-03 | 1 | -52/+186 |
| | | | | 'choice's', Rearrange options for clarity | ||||
* | Add Memory configuration to U-Boot build, remove some debugging info | Ulf Samuelsson | 2009-01-03 | 1 | -15/+39 |
| | |||||
* | Support AT91 in vanilla U-Boot | Ulf Samuelsson | 2009-01-02 | 6 | -10/+2069 |
| | |||||
* | target/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -4/+4 |
| | |||||
* | 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 |