summaryrefslogtreecommitdiffstats
path: root/target/device/Atmel/arch-avr32
Commit message (Collapse)AuthorAgeFilesLines
* avr32: rename 2.6.28.x kernel patches to match current kernel headers versionPeter Korsgaard2009-02-255-0/+0
|
* Remove AVR32 patches from kernel-headers directory and put them in Ulf Samuelsson2009-01-305-0/+16947
| | | | | | | | | | "target/device/Atmel/arch-avre/kernel-headers-2.6.28.2" Make sure BR2_KERNEL_HEADERS_PATCH_DIR is enabled for 2.6.28 Set KERNEL_HEADERS_PATCH_DIR="target/device/Atmel/arch-avre/kernel-headers-2.6.28.2" for Atmel AVR32 targets and "valka"
* Move AVR32 patch to kernel header to unbreak several applicationsUlf Samuelsson2009-01-305-16947/+0
|
* Clean up AVR32 Linux support for atngw100, atstk100x and atstk1005Ulf Samuelsson2009-01-291-16/+1
| | | | | | | | The boards now support 2.6.27.13 as default There are configs for 2.6.28.2, but this patch is marked (experimental) Configuration options for no longer existing patches are removed (AC-97,ISI and PS2-I/F)
* Add AVR32 support for linux-2.6.28.2Ulf Samuelsson2009-01-296-49/+16954
|
* target/device/Atmel/arch-avr32: remove old unused kernel patchesPeter Korsgaard2009-01-2616-58777/+0
| | | | | | | As discussed on the list: 22:08 < HcE> Jacmet: so yes, AVR32 wise you can delete anything older than 2.6.27
* add .empty files for git-svnPeter Korsgaard2009-01-053-0/+0
| | | | | | | | 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.
* Add 2.6.27.7 patches for AVR32Ulf Samuelsson2008-12-207-0/+26968
|
* buildroot: remove trailing spacesPeter Korsgaard2008-08-041-1/+1
| | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-3/+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 Samuelsson2008-07-101-0/+5
| | | | correct directory
* Add AVR32 patches for 2.6.25.10Ulf Samuelsson2008-07-102-0/+7
|
* Remove trailing quote from help linesThiago A. Corrêa2008-07-021-6/+6
|
* Remove duplicate AVR32 patches, and add support for ARCH and conditional ↵Ulf Samuelsson2008-03-299-0/+41065
| | | | AVR32 patches
* Add 2.6.22.10 and 2.6.23 supportUlf Samuelsson2007-10-124-0/+17813
|
* Delete avr32 specific patch and introduced merged at91/avr32 patchUlf Samuelsson2007-08-192-14950/+0
|
* Move AVR32 kernel patches to target/device/Atmel/arch-avr32Ulf Samuelsson2007-08-182-0/+14950
Add linux-2.6.22.1-008-atmel-gpio_mouse-setup-for-atstk1000-board.patch Move AT91 kernel patches to target/device/Atmel/arch-arm Change name from "target/device/Atmel/Linux" to "target/device/Atmel/linux" "kernel-headers" will apply all patches in $(LINUX26_KERNEL_PATCH_DIR) if this is available. Define LINUX26_KERNEL_PATCH_DIR in target/device/Atmel/Makefile.in as above "arch-arm/kernel-patches-..." if an AT91 or as above "arch-avr32/kernel-patches-..." if an AVR32 target is selected Test build done for arm,avr32 and x86