Peter Korsgaard
f7870ba027
u-boot: unbreak build after r24646
...
Unset variables aren't the same as "".
2009-01-05 15:52:44 +00:00
Peter Korsgaard
585aca9a5a
add .empty files for git-svn
...
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-05 15:47:00 +00:00
Ulf Samuelsson
c7066b1807
Generate an autoscript for configuring u-boot in $(BINARIES_DIR)
...
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 15:50:38 +00:00
Nigel Kukard
98eefe7074
Fixed missing "
2009-01-03 15:03:16 +00:00
Ulf Samuelsson
7213dae7a5
Add support for at91sam9g20 to U-Boot
2009-01-03 00:06:13 +00:00
Ulf Samuelsson
fc6be2d970
Add facilities for installing u-boot in different locations
2009-01-03 00:05:42 +00:00
Ulf Samuelsson
f563fc9565
Provide factory default command to u-boot, using Buildroot variables
2009-01-03 00:04:55 +00:00
Ulf Samuelsson
75c6381110
Fix issue with AT91/AVR32 Ethernet MACB
2009-01-03 00:04:14 +00:00
Ulf Samuelsson
ff9b66d5d0
Add X-Modem tools for minicom to u-boot allowing easy downloading of U-Boot
2009-01-03 00:03:31 +00:00
Ulf Samuelsson
b00e4bf529
Add Memory configration to u-boot (Config.in) and remove comments from 'choice's', Rearrange options for clarity
2009-01-03 00:02:07 +00:00
Ulf Samuelsson
e074c38220
Add Memory configuration to U-Boot build, remove some debugging info
2009-01-03 00:00:46 +00:00
Ulf Samuelsson
abda401711
Support AT91 in vanilla U-Boot
2009-01-02 11:18:09 +00:00
Peter Korsgaard
4b72854dde
target/: get rid of unneeded $(strip ..)
2008-12-08 08:15:58 +00:00
Peter Korsgaard
644b251f62
u-boot: bump version
2008-08-20 20:04:18 +00:00
Peter Korsgaard
b4aeef0f1c
u-boot: fix broken insert_define in Makefile
...
Patch by Markus Heidelberg <markus.heidelberg@web.de>
2008-08-20 20:04:14 +00:00
Peter Korsgaard
b7a45746a4
u-boot: fix wrong syntax in Makefile
...
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-08-20 20:04:11 +00:00
Peter Korsgaard
4683420c4c
Kconfig: remove 'default n'
...
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00
Peter Korsgaard
91f7f887c4
uboot: revert r22638
...
Go back to 1.3.2 as r22638 breaks mkimage
2008-07-08 10:53:17 +00:00
Ulf Samuelsson
db56ec0fd3
Bump U-Boot version to 1.3.3
2008-07-04 22:18:56 +00:00
Peter Korsgaard
ebd3916b59
u-boot tools: make sure destination directory exists
2008-06-17 08:04:15 +00:00
Peter Korsgaard
1828845345
u-boot: don't depend on gcc (not needed and not provided by ext toolchain)
2008-06-13 13:46:42 +00:00
Peter Korsgaard
3094bf2b35
u-boot: cleanup arch handling
...
Thanks to Hamish Moffatt.
2008-06-12 07:27:48 +00:00
Peter Korsgaard
871896a93e
u-boot: evaluate U_BOOT_ARCH at use time, rather than Makefile parse time
...
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-06-11 13:07:03 +00:00
Peter Korsgaard
d8dcacdab1
u-boot: support platform-independent patches
...
Support platform independent patches (.patch) and use .patch.$ARCH for
platform dependent ones like elsewhere.
2008-04-23 14:52:38 +00:00
Peter Korsgaard
a40d635ec0
u-boot: don't error on existing symlink
2008-04-23 14:52:35 +00:00
Peter Korsgaard
5cc50fcb68
u-boot: tools in target (mkimage, fw_printenv and fw_setenv)
2008-04-23 13:03:53 +00:00
Peter Korsgaard
d3359c9323
u-boot: use correct ARCH
2008-04-23 13:03:50 +00:00
Peter Korsgaard
a2f4d5164e
u-boot: clean: also remove mkimage from staging_dir
2008-04-23 13:03:47 +00:00
Peter Korsgaard
bb0a617e12
u-boot: set ARCH and CROSS_COMPILE
2008-04-23 10:30:03 +00:00
Peter Korsgaard
6d5ecc1e51
u-boot: fix custom patch handling
2008-04-09 07:02:20 +00:00
Peter Korsgaard
1befc6edd2
u-boot: bump version
2008-04-09 07:02:16 +00:00
Peter Korsgaard
34274164d9
buildroot: additional -clean target fixes
...
Patch by Hebbar.
2008-04-01 07:03:07 +00:00
John Voltz
7f4141ae20
separate u-boot for at91 arm and everything else
2008-03-11 18:26:07 +00:00