summaryrefslogtreecommitdiffstats
path: root/target/device/Atmel/arch-arm
Commit message (Collapse)AuthorAgeFilesLines
* Update some comments, which will cause defconfig to wait for inputUlf Samuelsson2009-01-291-1/+0
|
* 2.6.23 is not patchable for at91, cleanup some commentsUlf Samuelsson2009-01-291-13/+4
|
* Delete AT91 patches before 2.6.22Ulf Samuelsson2009-01-294-41457/+5
|
* Cleanup of AT91 patchesUlf Samuelsson2009-01-296-23/+30
|
* Remove some unneeded AT91 patchesUlf Samuelsson2009-01-294-14679/+0
|
* Bump AT91 u-boot patches to 2009.01Ulf Samuelsson2009-01-2313-0/+0
|
* Update AT91 u-boot patches to 2009.01Ulf Samuelsson2009-01-221-5/+5
|
* Bump u-boot to -2009.01-rc3, and add possibility to apply the arch-at91 ↵Ulf Samuelsson2009-01-1916-0/+27
| | | | patches if using an at91
* Move AT91 patches for u-boot-2009.01-rc1 to ↵Ulf Samuelsson2009-01-1113-0/+4180
| | | | device/Atmel/arch-arm/u-boot/2009.01-rc1
* add .empty files for git-svnPeter Korsgaard2009-01-051-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.
* Update kernel patch from 2.6.28-rc6 to 2.6.28Ulf Samuelsson2008-12-306-439/+4
|
* Use correct filename for patchUlf Samuelsson2008-12-292-0/+0
|
* Use correct filename for patchUlf Samuelsson2008-12-291-0/+0
|
* Add AT91 support for 2.6.27.7 and 2.6.28-rc6Ulf Samuelsson2008-11-294-4/+437
|
* Update AT91 patches to latest LinuxUlf Samuelsson2008-08-232-0/+6
|
* Fix Config conflict caused by duplicate definition in KB9202 BSPUlf Samuelsson2008-07-041-7/+7
|
* Add AT91 patches for 2.6.25 and 2.6.25-rc3Ulf Samuelsson2008-07-033-0/+14
|
* Remove duplicate AVR32 patches, and add support for ARCH and conditional ↵Ulf Samuelsson2008-03-293-0/+74
| | | | AVR32 patches
* Add linux prefix to patchesUlf Samuelsson2008-03-183-0/+0
|
* Remove duplicate patches and arrange according to architectureUlf Samuelsson2008-03-182-0/+14666
|
* Add support for 2.6.24 for AT91Ulf Samuelsson2008-03-121-0/+30343
|
* Move at91 patches from 2.6.21.1 to 2.6.21.5Ulf Samuelsson2007-08-193-9720/+0
|
* Move AVR32 kernel patches to target/device/Atmel/arch-avr32Ulf Samuelsson2007-08-184-0/+51163
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