summaryrefslogtreecommitdiff
path: root/target/device/Atmel
AgeCommit message (Collapse)Author
2009-01-06Update at91sam9260 Board Support Package to linux-2.6.28Ulf Samuelsson
2009-01-06Update AT91SAM9G20 Board Support to linux-2.6.28Ulf Samuelsson
2009-01-06Add support for SAM9G20 in at91bootstrapUlf Samuelsson
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.
2009-01-03Update target/device/Atmel/*/Makefile.inUlf Samuelsson
------------------------------------------ Replace $(BOARDNAME)_PATH with BOARD_PATH Set U-Boot targets for 1.2.0-atmel as well as 2009.01-rc1 Remove hardwiring of BusyBox configuration files. Remove older BusyBox configuration files Remove "at91sam9260dfc-linux-2.6.28-rc6.config" from at91sam9g20dfc directory Update "at91rm9200df_defconfig" Add "at91rm9200df-linux-2.6.28.config" Update "at91sam9260dfc_defconfig"
2009-01-03Generate an autoscript for configuring u-boot in $(BINARIES_DIR)Ulf Samuelsson
mkimage the autoscript to autoscript.$(PROJECT)- Move build of u-boot-1.2.0-atmel to target/u-boot Only visible for AT91 targets. Fetch prepatched 1.2.0-atmel tarball from $(BR2_ATMEL_MIRROR) Rest from normal location. Introduce U_BOOT_CONFIGURE_OPTS Set to NOSOFT_FLOAT for u-boot-1.2.0-atmel Disable target/device/Atmel/u-boot Keep files in target/device/Atmel/u-boot during a test period. Files: M target/device/Atmel/Makefile.in M target/device/Atmel/Config.in M target/u-boot/Makefile.in M target/u-boot/Config.in A target/u-boot/1.2.0-atmel
2009-01-03Fix remaining 'butterfinger' issueUlf Samuelsson
2009-01-03Remove debugging variable added to svn by mistake, (Thanks Pter)Ulf Samuelsson
2009-01-02Support AT91 in vanilla U-BootUlf Samuelsson
2009-01-02Update at91sam9260dfc BSPUlf Samuelsson
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-12-20Add AP7200 eval kit configurationUlf Samuelsson
2008-12-20Add BSP for AP7200Ulf Samuelsson
2008-12-20Add support for AT32AP7200Ulf Samuelsson
2008-12-20Add 2.6.27.7 patches for AVR32Ulf Samuelsson
2008-12-20Hide AT91 features if not an AT91 ARMUlf Samuelsson
2008-12-08target/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-11-29Add support for AT91SAM9G20 & -EKUlf Samuelsson
2008-11-29Add AT91 support for 2.6.27.7 and 2.6.28-rc6Ulf Samuelsson
2008-11-14linux: remove unused BR2_LINUX_BOARD_PATCHPeter Korsgaard
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2008-10-18target: add /sys directory to target skeletons needing itPeter Korsgaard
The remaining target_skeletons where /etc/fstab mentions sysfs
2008-10-18target/device/Atmel: add /sys to target skeletonsPeter Korsgaard
Reported by John Schimandle
2008-08-27target/device/Atmel: fix long help text linesPeter Korsgaard
And remove trailing spaces while we're at it.
2008-08-23Update AT91 patches to latest LinuxUlf Samuelsson
2008-08-14target/device: enable uclibc globbing supportPeter 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-04buildroot: remove trailing spacesPeter Korsgaard
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-07-10Do not use a localversion of kernel, to allow modules to be installed in the ↵Ulf Samuelsson
correct directory
2008-07-10Add AVR32 patches for 2.6.25.10Ulf Samuelsson
2008-07-06Update atngw100-expanded defconfigUlf Samuelsson
2008-07-06Update atstk100x defconfigUlf Samuelsson
2008-07-04Update atstk100x defconfigUlf Samuelsson
2008-07-04Update atstk100x defconfigUlf Samuelsson
2008-07-04Update defconfig for atngw100-expandedUlf Samuelsson
2008-07-04Update busybox config for atngw100-expandedUlf Samuelsson
2008-07-04Use a more consistent name for the atngw100-expanded defconfigUlf Samuelsson
2008-07-04Update configs for atngw100-baseUlf Samuelsson
2008-07-04Fix Config conflict caused by duplicate definition in KB9202 BSPUlf Samuelsson
2008-07-04Update atngw100 defconfigUlf Samuelsson
2008-07-04Add 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-03Add AT91 patches for 2.6.25 and 2.6.25-rc3Ulf Samuelsson
2008-07-02Update avr32 defconfigsThiago A. Corrêa
2008-07-02Remove trailing quote from help linesThiago A. Corrêa
2008-06-19buildroot: s/depends/depends on/Peter Korsgaard
The new kconfig is more strict regarding depends/depends on, so fixup the tree.
2008-05-06Update BR2_ATMEL_MIRROR in defconfigsUlf Samuelsson
2008-05-06Fix dependencies in ConfigsUlf Samuelsson
2008-05-01update patches for atngw100_expandedJohn Voltz
2008-04-24This 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