summaryrefslogtreecommitdiff
path: root/target/device/Atmel/arch-arm
AgeCommit message (Collapse)Author
2010-12-16Remove the few remaining unused Atmel-specific bitsThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-12-15Remove completely useless set of Makefiles specific to AtmelThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-06-23target/device: misc cleanupPeter Korsgaard
Remove outdated and/or unused variables/files. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-06-10u-boot: remove arch specific patches infrastructureThomas Petazzoni
A very complicated infrastructure for just a special case, for an ancient version of U-Boot. Recent versions of U-Boot are reported to work just fine on Atmel ARM evaluation boards. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-04-21Add support to linux 2.6.30 kernel patches for Atmel arm in menuconfig.Josh.Wu
Signed-off-by: Josh.Wu <josh.wu@atmel.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-03-14target/linux: remove ancient (<2.6.27) versionsPeter Korsgaard
And get rid of the corresponding at91 patches as well. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-29target/device/Atmel/arch-arm/u-boot: Fix u-boot patch dependenciesPeter Korsgaard
Ensure that the 2009.01 u-boot patches can only be enabled for 2009.01 builds. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-09-05target: use qstripThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-03-11Revert wrongly commited files (u-boot changes) from -r25617Thiago A. Corrêa
2009-03-11Let user skip installation of the GUI module for QtopiaThiago A. Corrêa
2009-01-29Update some comments, which will cause defconfig to wait for inputUlf Samuelsson
2009-01-292.6.23 is not patchable for at91, cleanup some commentsUlf Samuelsson
2009-01-29Delete AT91 patches before 2.6.22Ulf Samuelsson
2009-01-29Cleanup of AT91 patchesUlf Samuelsson
2009-01-29Remove some unneeded AT91 patchesUlf Samuelsson
2009-01-23Bump AT91 u-boot patches to 2009.01Ulf Samuelsson
2009-01-22Update AT91 u-boot patches to 2009.01Ulf Samuelsson
2009-01-19Bump u-boot to -2009.01-rc3, and add possibility to apply the arch-at91 ↵Ulf Samuelsson
patches if using an at91
2009-01-11Move AT91 patches for u-boot-2009.01-rc1 to ↵Ulf Samuelsson
device/Atmel/arch-arm/u-boot/2009.01-rc1
2009-01-05add .empty files for git-svnPeter Korsgaard
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.
2008-12-30Update kernel patch from 2.6.28-rc6 to 2.6.28Ulf Samuelsson
2008-12-29Use correct filename for patchUlf Samuelsson
2008-12-29Use correct filename for patchUlf Samuelsson
2008-11-29Add AT91 support for 2.6.27.7 and 2.6.28-rc6Ulf Samuelsson
2008-08-23Update AT91 patches to latest LinuxUlf Samuelsson
2008-07-04Fix Config conflict caused by duplicate definition in KB9202 BSPUlf Samuelsson
2008-07-03Add AT91 patches for 2.6.25 and 2.6.25-rc3Ulf Samuelsson
2008-03-29Remove duplicate AVR32 patches, and add support for ARCH and conditional ↵Ulf Samuelsson
AVR32 patches
2008-03-18Add linux prefix to patchesUlf Samuelsson
2008-03-18Remove duplicate patches and arrange according to architectureUlf Samuelsson
2008-03-12Add support for 2.6.24 for AT91Ulf Samuelsson
2007-08-19Move at91 patches from 2.6.21.1 to 2.6.21.5Ulf Samuelsson
2007-08-18 Move AVR32 kernel patches to target/device/Atmel/arch-avr32Ulf Samuelsson
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