Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-20 | Add BSP for AP7200 | Ulf Samuelsson | |
2008-12-20 | Add support for AT32AP7200 | Ulf Samuelsson | |
2008-12-20 | Add 2.6.27.7 patches for AVR32 | Ulf Samuelsson | |
2008-12-20 | Hide AT91 features if not an AT91 ARM | Ulf Samuelsson | |
2008-12-08 | target/: get rid of unneeded $(strip ..) | Peter Korsgaard | |
2008-11-29 | Add support for AT91SAM9G20 & -EK | Ulf Samuelsson | |
2008-11-29 | Add AT91 support for 2.6.27.7 and 2.6.28-rc6 | Ulf Samuelsson | |
2008-11-14 | linux: remove unused BR2_LINUX_BOARD_PATCH | Peter Korsgaard | |
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> | |||
2008-10-18 | target: add /sys directory to target skeletons needing it | Peter Korsgaard | |
The remaining target_skeletons where /etc/fstab mentions sysfs | |||
2008-10-18 | target/device/Atmel: add /sys to target skeletons | Peter Korsgaard | |
Reported by John Schimandle | |||
2008-08-27 | target/device/Atmel: fix long help text lines | Peter Korsgaard | |
And remove trailing spaces while we're at it. | |||
2008-08-23 | Update AT91 patches to latest Linux | Ulf Samuelsson | |
2008-08-14 | target/device: enable uclibc globbing support | Peter Korsgaard | |
Enable UCLIBC_HAS_GNU_GLOB like in the generic config for target specific uclibc configs. Fixes globbing issue reported on the uclibc list. | |||
2008-08-04 | buildroot: remove trailing spaces | Peter Korsgaard | |
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | |||
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2008-07-10 | Do not use a localversion of kernel, to allow modules to be installed in the ↵ | Ulf Samuelsson | |
correct directory | |||
2008-07-10 | Add AVR32 patches for 2.6.25.10 | Ulf Samuelsson | |
2008-07-06 | Update atngw100-expanded defconfig | Ulf Samuelsson | |
2008-07-06 | Update atstk100x defconfig | Ulf Samuelsson | |
2008-07-04 | Update atstk100x defconfig | Ulf Samuelsson | |
2008-07-04 | Update atstk100x defconfig | Ulf Samuelsson | |
2008-07-04 | Update defconfig for atngw100-expanded | Ulf Samuelsson | |
2008-07-04 | Update busybox config for atngw100-expanded | Ulf Samuelsson | |
2008-07-04 | Use a more consistent name for the atngw100-expanded defconfig | Ulf Samuelsson | |
2008-07-04 | Update configs for atngw100-base | Ulf Samuelsson | |
2008-07-04 | Fix Config conflict caused by duplicate definition in KB9202 BSP | Ulf Samuelsson | |
2008-07-04 | Update atngw100 defconfig | Ulf Samuelsson | |
2008-07-04 | Add prepatched AVR32 gcc-4.2.2 toolchain from www.atmel.no, move patch ↵ | Ulf Samuelsson | |
locations for prepatched toolchain to be under the toolchain directory | |||
2008-07-03 | Add AT91 patches for 2.6.25 and 2.6.25-rc3 | Ulf Samuelsson | |
2008-07-02 | Update avr32 defconfigs | Thiago A. Corrêa | |
2008-07-02 | Remove trailing quote from help lines | Thiago A. Corrêa | |
2008-06-19 | buildroot: s/depends/depends on/ | Peter Korsgaard | |
The new kconfig is more strict regarding depends/depends on, so fixup the tree. | |||
2008-05-06 | Update BR2_ATMEL_MIRROR in defconfigs | Ulf Samuelsson | |
2008-05-06 | Fix dependencies in Configs | Ulf Samuelsson | |
2008-05-01 | update patches for atngw100_expanded | John Voltz | |
2008-04-24 | This patch renames the Atmel atstk1002 target board to a more generic ↵ | John Voltz | |
atstk100x name. This to make it easier to add support for other CPU-boards than atstk1002. Submitted by Hans-Christian Egtvedt | |||
2008-04-16 | Update at91sam9261ek defconfig | Ulf Samuelsson | |
2008-04-16 | Fix bad linux kernel name | Ulf Samuelsson | |
2008-04-11 | buildroot: additional tftpboot fixes | Peter Korsgaard | |
Patch by Jean-Christian de Rivaz | |||
2008-04-10 | Add configuration items to at91bootstrap | Ulf Samuelsson | |
2008-04-10 | Avoid hardwiring tftpboot | Ulf Samuelsson | |
2008-04-10 | Avoid hardwiring tftpboot | Ulf Samuelsson | |
2008-03-30 | Add Configs for new boards | Ulf Samuelsson | |
2008-03-30 | target_skeleton: mark empty directories with .empty files | Peter Korsgaard | |
Mark empty directories in target skeletons with .empty files and remove them while copying to target (like it's already done for svn and cvs files) to better support version control system which don't handle empty directories (E.G. git-svn). | |||
2008-03-30 | Update at91 defconfigs | Ulf Samuelsson | |
2008-03-29 | Remove duplicate AVR32 patches, and add support for ARCH and conditional ↵ | Ulf Samuelsson | |
AVR32 patches | |||
2008-03-29 | Remove duplication of default kernel patch dir setting | Ulf Samuelsson | |
2008-03-29 | Add some robustness to linux configuration | Ulf Samuelsson | |
2008-03-28 | * Reverted r21540 | Nigel Kukard | |
2008-03-28 | * Bumped GCC to 4.2.2, removed 4.2.0 | Nigel Kukard | |