Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | target/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 16 | -32/+33 |
| | |||||
* | Add support for AT91SAM9G20 & -EK | Ulf Samuelsson | 2008-11-29 | 8 | -9/+4726 |
| | |||||
* | Add AT91 support for 2.6.27.7 and 2.6.28-rc6 | Ulf Samuelsson | 2008-11-29 | 4 | -4/+437 |
| | |||||
* | linux: remove unused BR2_LINUX_BOARD_PATCH | Peter Korsgaard | 2008-11-14 | 9 | -9/+0 |
| | | | | Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> | ||||
* | target/Config.in.toolchain: cleanup | Peter Korsgaard | 2008-11-14 | 1 | -15/+13 |
| | |||||
* | Update valka target | Arnar Mar Sigurðsson | 2008-10-31 | 20 | -20361/+527 |
| | |||||
* | target: add /sys directory to target skeletons needing it | Peter Korsgaard | 2008-10-18 | 3 | -0/+0 |
| | | | | The remaining target_skeletons where /etc/fstab mentions sysfs | ||||
* | target/device/Atmel: add /sys to target skeletons | Peter Korsgaard | 2008-10-18 | 3 | -0/+0 |
| | | | | Reported by John Schimandle | ||||
* | target/device/jp: fix long help text lines | Peter Korsgaard | 2008-08-27 | 1 | -1/+3 |
| | |||||
* | target/device/Atmel: fix long help text lines | Peter Korsgaard | 2008-08-27 | 3 | -9/+18 |
| | | | | And remove trailing spaces while we're at it. | ||||
* | Update AT91 patches to latest Linux | Ulf Samuelsson | 2008-08-23 | 2 | -0/+6 |
| | |||||
* | target/device: enable uclibc globbing support | Peter Korsgaard | 2008-08-14 | 3 | -3/+3 |
| | | | | | Enable UCLIBC_HAS_GNU_GLOB like in the generic config for target specific uclibc configs. Fixes globbing issue reported on the uclibc list. | ||||
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 3 | -3/+3 |
| | | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | ||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 16 | -27/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | Do not use a localversion of kernel, to allow modules to be installed in the ↵ | Ulf Samuelsson | 2008-07-10 | 1 | -0/+5 |
| | | | | correct directory | ||||
* | Add AVR32 patches for 2.6.25.10 | Ulf Samuelsson | 2008-07-10 | 3 | -0/+1278 |
| | |||||
* | Update atngw100-expanded defconfig | Ulf Samuelsson | 2008-07-06 | 1 | -3/+3 |
| | |||||
* | Update atstk100x defconfig | Ulf Samuelsson | 2008-07-06 | 1 | -3/+47 |
| | |||||
* | un-deprecate gcc-4.2.1 for AVR32 external toolchain | Ulf Samuelsson | 2008-07-05 | 1 | -1/+0 |
| | |||||
* | Run AVR32 toolchain with Sysroot (will fail if not enabled), deprecate 4.1.2 ↵ | Ulf Samuelsson | 2008-07-05 | 1 | -0/+5 |
| | | | | and 4.2.1 | ||||
* | Update atstk100x defconfig | Ulf Samuelsson | 2008-07-04 | 1 | -2/+2 |
| | |||||
* | Update atstk100x defconfig | Ulf Samuelsson | 2008-07-04 | 1 | -50/+106 |
| | |||||
* | Update defconfig for atngw100-expanded | Ulf Samuelsson | 2008-07-04 | 1 | -139/+163 |
| | |||||
* | Update busybox config for atngw100-expanded | Ulf Samuelsson | 2008-07-04 | 1 | -0/+767 |
| | |||||
* | Use a more consistent name for the atngw100-expanded defconfig | Ulf Samuelsson | 2008-07-04 | 1 | -0/+0 |
| | |||||
* | Update configs for atngw100-base | Ulf Samuelsson | 2008-07-04 | 3 | -62/+892 |
| | |||||
* | Fix Config conflict caused by duplicate definition in KB9202 BSP | Ulf Samuelsson | 2008-07-04 | 3 | -28/+28 |
| | |||||
* | Update atngw100 defconfig | Ulf Samuelsson | 2008-07-04 | 1 | -2/+5 |
| | |||||
* | 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 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 |
| | |||||
* | buildroot: s/depends/depends on/ | Peter Korsgaard | 2008-06-19 | 13 | -114/+114 |
| | | | | | The new kconfig is more strict regarding depends/depends on, so fixup the 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 |
| | |||||
* | 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 | ||||
* | Update at91sam9261ek defconfig | Ulf Samuelsson | 2008-04-16 | 1 | -7/+48 |
| | |||||
* | Fix bad linux kernel name | Ulf Samuelsson | 2008-04-16 | 1 | -1/+1 |
| | |||||
* | buildroot: additional tftpboot fixes | Peter Korsgaard | 2008-04-11 | 1 | -1/+1 |
| | | | | 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 |
| | |||||
* | 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. | ||||
* | target/device/ARM: remove unused busybox config | Peter Korsgaard | 2008-04-05 | 1 | -690/+0 |
| | |||||
* | target/device/ARM: don't override busybox config | Peter Korsgaard | 2008-04-05 | 1 | -3/+0 |
| | |||||
* | Add Configs for new boards | Ulf Samuelsson | 2008-03-30 | 1 | -20/+150 |
| |