Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generate an autoscript for configuring u-boot in $(BINARIES_DIR) | Ulf Samuelsson | 2009-01-03 | 1 | -7/+11 |
| | | | | | | | | | | | | | | | | | | | | | 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 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 | ||||
* | Support AT91 in vanilla U-Boot | Ulf Samuelsson | 2009-01-02 | 1 | -2/+147 |
| | |||||
* | 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. | ||||
* | u-boot: tools in target (mkimage, fw_printenv and fw_setenv) | Peter Korsgaard | 2008-04-23 | 1 | -0/+12 |
| | |||||
* | separate u-boot for at91 arm and everything else | John Voltz | 2008-03-11 | 1 | -0/+72 |