summaryrefslogtreecommitdiffstats
path: root/target/device/Atmel/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* Remove all Config.in/Makefile.in files in target/deviceThomas Petazzoni2010-12-161-62/+0
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* target: get rid of unused BR2_COPYTO / BR2_TARGET_ATMEL_COPYTOPeter Korsgaard2010-06-221-7/+0
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* bootloaders: move bootloader build code to boot/Thomas Petazzoni2010-06-101-4/+0
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* atmel: Add at91sam9g45ekes board supportJosh.Wu2010-04-091-0/+1
| | | | | Signed-off-by: Josh.Wu <josh.wu@atmel.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* target/device/Atmel: remove unused legacy u-boot handlingPeter Korsgaard2009-04-011-2/+0
|
* Generate an autoscript for configuring u-boot in $(BINARIES_DIR)Ulf Samuelsson2009-01-031-1/+1
| | | | | | | | | | | | | | | | | | | | | 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
* Add AP7200 eval kit configurationUlf Samuelsson2008-12-201-1/+2
|
* Add support for AT91SAM9G20 & -EKUlf Samuelsson2008-11-291-0/+4
|
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* buildroot: s/depends/depends on/Peter Korsgaard2008-06-191-1/+1
| | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree.
* This patch renames the Atmel atstk1002 target board to a more generic ↵John Voltz2008-04-241-1/+1
| | | | | | atstk100x name. This to make it easier to add support for other CPU-boards than atstk1002. Submitted by Hans-Christian Egtvedt
* revert bad U-Boot patchUlf Samuelsson2008-03-071-0/+1
|
* updates and additions for avr32 archJohn Voltz2008-03-061-17/+17
|
* - remove some duplicate entriesBernhard Reutner-Fischer2007-09-291-1/+1
|
* - rename to match Config.in.foo naming conventionBernhard Reutner-Fischer2007-09-281-2/+2
|
* - revert some bad checkins, fixup bad settings in atmel targets and move the ↵Bernhard Reutner-Fischer2007-09-261-13/+13
| | | | gcc target abi back to a place where the other arch-specific settings live
* Add at91sam9260pf (AT91SAM9260 w Par Flash) targetUlf Samuelsson2007-08-151-0/+1
|
* Cleanup of Atmel configurationUlf Samuelsson2007-07-291-6/+5
|
* Add AT91 targetsUlf Samuelsson2007-07-171-2/+62
|
* Make Config.in targets for ARM chips look consistentUlf Samuelsson2007-07-121-1/+1
|
* - hide atmel target if arch is not arm nor avr32Bernhard Reutner-Fischer2007-06-071-2/+6
|
* - Prepatory patch for new Atmel targets boardsBernhard Reutner-Fischer2007-01-241-0/+5
Rearrange in Alphabetical order (Ulf Samuelsson)