Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add prepatched AVR32 gcc-4.2.2 toolchain from www.atmel.no, move patch ↵ | Ulf Samuelsson | 2008-07-04 | 5 | -114/+92 |
| | | | | locations for prepatched toolchain to be under the toolchain directory | ||||
* | Enable KB9202 board in Config | Ulf Samuelsson | 2008-07-03 | 1 | -0/+1 |
| | |||||
* | Add support for KwikByte KB9202 board, courtesy Brian Beattie | Ulf Samuelsson | 2008-07-03 | 31 | -0/+4945 |
| | |||||
* | Add support for latest kernels | Ulf Samuelsson | 2008-07-03 | 1 | -10/+26 |
| | |||||
* | Add AT91 patches for 2.6.25 and 2.6.25-rc3 | Ulf Samuelsson | 2008-07-03 | 3 | -0/+14 |
| | |||||
* | Update avr32 defconfigs | Thiago A. Corrêa | 2008-07-02 | 1 | -19/+22 |
| | |||||
* | Remove trailing quote from help lines | Thiago A. Corrêa | 2008-07-02 | 1 | -6/+6 |
| | |||||
* | generic: fix fb1..3 device_table.txt entries | Peter Korsgaard | 2008-06-30 | 1 | -1/+1 |
| | |||||
* | buildroot: s/depends/depends on/ | Peter Korsgaard | 2008-06-19 | 16 | -169/+169 |
| | | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree. | ||||
* | 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 (=). | ||||
* | generic target_skeleton: add /sys to fstab | Peter Korsgaard | 2008-05-31 | 1 | -1/+1 |
| | |||||
* | generic target_skeleton: mark /sys with .empty file | Peter Korsgaard | 2008-05-31 | 1 | -0/+0 |
| | | | | /sys somehow didn't got an .empty file like the rest in r21586. Fixed. | ||||
* | Make linux kernel extension visible also when defined in board directory | Ulf Samuelsson | 2008-05-12 | 1 | -2/+8 |
| | |||||
* | features.h should never be included explicitly. | Nigel Kukard | 2008-05-12 | 1 | -2/+2 |
| | | | | | This fixes the bug where "File not found" error is reported by grub. This fix works under both uclibc and glibc. | ||||
* | toolchain: fix mips abi selection | Peter Korsgaard | 2008-05-12 | 1 | -10/+27 |
| | | | | Based on commit 0e2ab in aldot's tree. | ||||
* | Update BR2_ATMEL_MIRROR in defconfigs | Ulf Samuelsson | 2008-05-06 | 5 | -13/+49 |
| | |||||
* | Fix dependencies in Configs | Ulf Samuelsson | 2008-05-06 | 2 | -0/+2 |
| | |||||
* | update patches for atngw100_expanded | John Voltz | 2008-05-01 | 8 | -885/+71 |
| | |||||
* | add menu.lst for grub | John Voltz | 2008-05-01 | 1 | -0/+7 |
| | |||||
* | squashfs: set sensible permissions on squashfs image | Peter Korsgaard | 2008-04-25 | 1 | -0/+1 |
| | |||||
* | This patch renames the Atmel atstk1002 target board to a more generic ↵ | John Voltz | 2008-04-24 | 92 | -6/+6 |
| | | | | | | atstk100x name. This to make it easier to add support for other CPU-boards than atstk1002. Submitted by Hans-Christian Egtvedt | ||||
* | 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 |
| | |||||
* | Update at91sam9261ek defconfig | Ulf Samuelsson | 2008-04-16 | 1 | -7/+48 |
| | |||||
* | Avoid duplicate rules for downloading kernel source, if kernel and headers ↵ | Ulf Samuelsson | 2008-04-16 | 1 | -1/+3 |
| | | | | are the same | ||||
* | Fix bad linux kernel name | Ulf Samuelsson | 2008-04-16 | 2 | -21/+6 |
| | |||||
* | Allow build to complete, even if tftpboot is not writeable by user | Ulf Samuelsson | 2008-04-15 | 1 | -2/+2 |
| | |||||
* | Reversing bad tftpboot patch resulting in two identical targets | Ulf Samuelsson | 2008-04-15 | 1 | -4/+4 |
| | |||||
* | buildroot: additional tftpboot fixes | Peter Korsgaard | 2008-04-11 | 2 | -5/+5 |
| | | | | Patch by Jean-Christian de Rivaz | ||||
* | Add configuration items to at91bootstrap | Ulf Samuelsson | 2008-04-10 | 2 | -25/+93 |
| | |||||
* | Avoid hardwiring tftpboot | Ulf Samuelsson | 2008-04-10 | 1 | -9/+9 |
| | |||||
* | Avoid hardwiring tftpboot | Ulf Samuelsson | 2008-04-10 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Fix UBI compression options | Hamish Moffatt | 2008-04-08 | 2 | -12/+12 |
| | |||||
* | Update to mkfs.ubifs v0.4 release. Note that you need the latest ubifs | Hamish Moffatt | 2008-04-07 | 1 | -2/+4 |
| | | | | kernel code because the on-flash format has changed. | ||||
* | Fixed typo in cpioroot, we're working with CPIO_BASE not TAR_TARGET | Nigel Kukard | 2008-04-06 | 1 | -1/+1 |
| | |||||
* | Use lower case | Ulf Samuelsson | 2008-04-06 | 1 | -2/+2 |
| | |||||
* | * Dereference link when copying over kernel image, missed this one in my ↵ | Nigel Kukard | 2008-04-06 | 1 | -1/+1 |
| | | | | previous commit | ||||
* | Make xconfig the default for Atmel targets | Ulf Samuelsson | 2008-04-06 | 1 | -0/+1 |
| | |||||
* | Update linux source tree with minor version | Ulf Samuelsson | 2008-04-06 | 1 | -6/+12 |
| | |||||
* | target/device/ARM: Use menuconfig and add description of options | Peter Korsgaard | 2008-04-06 | 1 | -4/+9 |
| | |||||
* | target/device/ARM: Don't override Config settings | Peter Korsgaard | 2008-04-06 | 1 | -3/+2 |
| | | | | Don't override board name/path with hardcoded values in Makefile. |