Commit Graph

586 Commits

Author SHA1 Message Date
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 65f89c8a9c Update atngw100-expanded defconfig 2008-07-06 06:27:00 +00:00
Ulf Samuelsson 81164a3c79 Update atstk100x defconfig 2008-07-06 06:19:12 +00:00
Ulf Samuelsson 3724c23a4d un-deprecate gcc-4.2.1 for AVR32 external toolchain 2008-07-05 21:57:23 +00:00
Ulf Samuelsson bbb4dc83d6 Run AVR32 toolchain with Sysroot (will fail if not enabled), deprecate 4.1.2 and 4.2.1 2008-07-05 06:37:17 +00:00
Ulf Samuelsson 9c42810165 Update atstk100x defconfig 2008-07-04 22:23:20 +00:00
Ulf Samuelsson db56ec0fd3 Bump U-Boot version to 1.3.3 2008-07-04 22:18:56 +00:00
Ulf Samuelsson 64316d383b Update atstk100x defconfig 2008-07-04 11:18:58 +00:00
Ulf Samuelsson 44eb224465 Update defconfig for atngw100-expanded 2008-07-04 10:48:31 +00:00
Ulf Samuelsson 063e2855bc Update busybox config for atngw100-expanded 2008-07-04 10:47:20 +00:00
Ulf Samuelsson 9917737dc7 Use a more consistent name for the atngw100-expanded defconfig 2008-07-04 10:45:41 +00:00
Ulf Samuelsson 6e1d4ab424 Update configs for atngw100-base 2008-07-04 10:38:40 +00:00
Ulf Samuelsson e8106da816 Fix Config conflict caused by duplicate definition in KB9202 BSP 2008-07-04 10:36:55 +00:00
Ulf Samuelsson 283e81ab9e Update atngw100 defconfig 2008-07-04 10:36:18 +00:00
Ulf Samuelsson 126bb72fa0 Add prepatched AVR32 gcc-4.2.2 toolchain from www.atmel.no, move patch locations for prepatched toolchain to be under the toolchain directory 2008-07-04 08:39:35 +00:00
Ulf Samuelsson a4b1e9c7ff Enable KB9202 board in Config 2008-07-03 08:29:26 +00:00
Ulf Samuelsson e27fef5183 Add support for KwikByte KB9202 board, courtesy Brian Beattie 2008-07-03 08:27:50 +00:00
Ulf Samuelsson 41e6a671f3 Add support for latest kernels 2008-07-03 08:15:49 +00:00
Ulf Samuelsson f27f3046ff Add AT91 patches for 2.6.25 and 2.6.25-rc3 2008-07-03 08:11:04 +00:00
Thiago A. Corrêa 8244737dac Update avr32 defconfigs 2008-07-02 15:43:58 +00:00
Thiago A. Corrêa a1d845f168 Remove trailing quote from help lines 2008-07-02 00:17:21 +00:00
Peter Korsgaard 66acd5b9e8 generic: fix fb1..3 device_table.txt entries 2008-06-30 15:24:23 +00:00
Peter Korsgaard a5ac61715b buildroot: s/depends/depends on/
The new kconfig is more strict regarding depends/depends on, so fixup
the tree.
2008-06-19 19:06:25 +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 6d0862e422 generic target_skeleton: add /sys to fstab 2008-05-31 07:27:43 +00:00
Peter Korsgaard 5ec6ca9f20 generic target_skeleton: mark /sys with .empty file
/sys somehow didn't got an .empty file like the rest in r21586. Fixed.
2008-05-31 07:27:40 +00:00
Ulf Samuelsson cb0a2e6105 Make linux kernel extension visible also when defined in board directory 2008-05-12 21:15:32 +00:00
Nigel Kukard 714df8fb60 features.h should never be included explicitly.
This fixes the bug where "File not found" error is reported by grub.
This fix works under both uclibc and glibc.
2008-05-12 18:56:11 +00:00
Peter Korsgaard 7d77306f29 toolchain: fix mips abi selection
Based on commit 0e2ab in aldot's tree.
2008-05-12 12:43:57 +00:00
Ulf Samuelsson 85df60a8ec Update BR2_ATMEL_MIRROR in defconfigs 2008-05-06 01:38:09 +00:00
Ulf Samuelsson 3603cb5114 Fix dependencies in Configs 2008-05-06 01:37:26 +00:00
John Voltz 4037d58163 update patches for atngw100_expanded 2008-05-01 17:15:35 +00:00
John Voltz 804e373d06 add menu.lst for grub 2008-05-01 17:14:46 +00:00
Peter Korsgaard a25b193708 squashfs: set sensible permissions on squashfs image 2008-04-25 12:04:04 +00:00
John Voltz 701475f791 This patch renames the Atmel atstk1002 target board to a more generic atstk100x name. This to make it easier to add support for other CPU-boards than atstk1002.
Submitted by Hans-Christian Egtvedt
2008-04-24 11:22:06 +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
Ulf Samuelsson b977f1b19d Update at91sam9261ek defconfig 2008-04-16 23:00:58 +00:00
Ulf Samuelsson 4f9c37d960 Avoid duplicate rules for downloading kernel source, if kernel and headers are the same 2008-04-16 22:54:46 +00:00
Ulf Samuelsson f5e9fe17b2 Fix bad linux kernel name 2008-04-16 22:45:47 +00:00
Ulf Samuelsson ed638f6feb Allow build to complete, even if tftpboot is not writeable by user 2008-04-15 21:46:47 +00:00
Ulf Samuelsson 1262117ee6 Reversing bad tftpboot patch resulting in two identical targets 2008-04-15 17:10:24 +00:00
Peter Korsgaard bcf8f7ca9e buildroot: additional tftpboot fixes
Patch by Jean-Christian de Rivaz
2008-04-11 21:32:09 +00:00