Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel
@ 2007-09-28 22:20 aldot at uclibc.org
  0 siblings, 0 replies; 25+ messages in thread
From: aldot at uclibc.org @ 2007-09-28 22:20 UTC (permalink / raw)
  To: buildroot

Author: aldot
Date: 2007-09-28 15:20:27 -0700 (Fri, 28 Sep 2007)
New Revision: 20107

Log:
- rename to match Config.in.foo naming convention


Added:
   trunk/buildroot/target/device/Atmel/Config.in.at91
   trunk/buildroot/target/device/Atmel/Config.in.avr32

Removed:
   trunk/buildroot/target/device/Atmel/AT91_Config.in
   trunk/buildroot/target/device/Atmel/AVR32_Config.in

Modified:
   trunk/buildroot/target/device/Atmel/Config.in


Changeset:
Deleted: trunk/buildroot/target/device/Atmel/AT91_Config.in
===================================================================
--- trunk/buildroot/target/device/Atmel/AT91_Config.in	2007-09-28 22:16:47 UTC (rev 20106)
+++ trunk/buildroot/target/device/Atmel/AT91_Config.in	2007-09-28 22:20:27 UTC (rev 20107)
@@ -1,167 +0,0 @@
-comment "Atmel AT91 Specific Device Support"
-	depends BR2_arm
-
-config BR2_TARGET_AT91
-	bool "Board support for the Atmel AT91 range of microprocessors"
-	depends BR2_arm
-	default n
-	help
-	  Atmel AT91 ARM based systems
-
-choice
-	prompt "AT91 device"
-	depends BR2_TARGET_AT91
-	default BR2_TARGET_AT91RM9200
-	help
-	  Select the specific AT91 chip you wish to use.
-
-config BR2_TARGET_AT91RM9200
-	bool "Atmel AT91RM9200 Microprocessor"
-	depends BR2_TARGET_AT91
-	help
-	  Atmel AT91RM9200 ARM based systems
-
-config BR2_TARGET_AT91SAM9260
-	bool "AT91SAM9260 Microprocessor"
-	depends BR2_TARGET_AT91
-	help
-	  Atmel AT91SAM9260 ARM based systems
-
-config BR2_TARGET_AT91SAM9260A
-	bool "AT91SAM9260A Microprocessor"
-	depends BR2_TARGET_AT91 &&  ! BR2_TARGET_AT91_ADVANCED_INFO
-	help
-	  Atmel AT91SAM9260A ARM based systems (Not Yet Implemented)
-
-config BR2_TARGET_AT91SAM9261
-	bool "AT91SAM9261 Microprocessor"
-	depends BR2_TARGET_AT91
-	help
-	  Atmel AT91SAM9261 ARM based systems
-
-config BR2_TARGET_AT91SAM9261S
-	bool "AT91SAM9261S Microprocessor"
-	depends BR2_TARGET_AT91
-	depends ! BR2_TARGET_AT91_ADVANCED_INFO
-	help
-	  Atmel AT91SAM9261 ARM based systems (Not Yet Implemented)
-
-config BR2_TARGET_AT91SAM9262
-	bool "ATR0663 Microprocessor"
-	depends BR2_TARGET_AT91
-	depends ! BR2_TARGET_AT91_ADVANCED_INFO
-	help
-	  Atmel ATR0663 ARM based systems (Not Yet Implemented)
-
-config BR2_TARGET_AT91SAM9263
-	bool "Atmel AT91SAM9263 Microprocessor"
-	depends BR2_TARGET_AT91
-	help
-	  Atmel AT91SAM9263 ARM based systems
-
-config BR2_TARGET_AT91SAM9XE
-	bool "Atmel AT91SAM9XE Microprocessors"
-	depends BR2_TARGET_AT91
-	depends ! BR2_TARGET_AT91_ADVANCED_INFO
-	help
-	  Atmel AT91SAM9263 ARM based systems (Not Yet Implemented)
-
-endchoice
-
-
-choice
-	prompt "Development Board support"
-	depends BR2_TARGET_AT91
-	default BR2_TARGET_AT91RM9200DF
-	help
-	  Select the specific AT91 development board you wish to use.
-
-config BR2_TARGET_AT91RM9200DF
-	bool "Atmel AT91RM9200 Generic Dataflash(Card) Board Support"
-	depends BR2_TARGET_AT91RM9200
-	help
-	  The Atmel AT91RM9200EK Development Board using Dataflashcard
-
-config BR2_TARGET_AT91RM9200SE
-	bool "Atmel AT91RM9200 Generic Dataflash(Card) Board Support (SE)"
-	depends BR2_TARGET_AT91RM9200
-	help
-	  The Atmel AT91RM9200EK Development Board using Dataflashcard (SE)
-
-config BR2_TARGET_AT91RM9200EK
-	bool "Atmel AT91RM9200EK Development Board Support"
-	depends BR2_TARGET_AT91RM9200
-	help
-	  The Atmel AT91RM9200EK Development Board
-
-config BR2_TARGET_AT91RM9200DK
-	bool "Atmel AT91RM9200DK Development Board Support"
-	depends BR2_TARGET_AT91RM9200
-	help
-	  The Atmel AT91RM9200DK Development Board
-
-config BR2_TARGET_AT91SAM9260DFC
-	bool "Atmel AT91SAM9260DFC"
-	depends BR2_TARGET_AT91SAM9260 || BR2_TARGET_AT91SAM9260A || BR2_TARGET_AT91SAM9XE
-	help
-	  The Atmel AT91SAM9260 Development Board Booting from Dataflash
-
-config BR2_TARGET_AT91SAM9260EK
-	bool "Atmel AT91SAM9260EK"
-	depends BR2_TARGET_AT91SAM9260 || BR2_TARGET_AT91SAM9260A || BR2_TARGET_AT91SAM9XE
-	help
-	  The Atmel AT91SAM9260 Development Board
-
-config BR2_TARGET_AT91SAM9260PF
-	bool "Atmel AT91SAM9260 running from parallel flash"
-	depends BR2_TARGET_AT91SAM9260 || BR2_TARGET_AT91SAM9260A || BR2_TARGET_AT91SAM9XE
-	help
-	  Generic support for the Atmel AT91SAM9260 running from parallel flash
-
-config BR2_TARGET_AT91SAM9261EK
-	bool "Atmel AT91SAM9261EK"
-	depends BR2_TARGET_AT91SAM9261 || BR2_TARGET_AT91SAM9261S
-	help
-	  The Atmel AT91SAM9261 Development Board
-
-config BR2_TARGET_AT91SAM9262EK
-	bool "Atmel AT91SAM9262EK"
-	depends BR2_TARGET_AT91SAM9262
-	help
-	  The Atmel AT91SAM9262 Development Board (Not Yet Implemented)
-
-config BR2_TARGET_AT91SAM9263EK
-	bool "Atmel AT91SAM9263EK"
-	depends BR2_TARGET_AT91SAM9263
-	help
-	  The Atmel AT91SAM9263 Development Board (Not Yet Implemented)
-
-config BR2_TARGET_AT91SAM9XEEK
-	bool "Atmel AT91SAM9XE-EK"
-	depends BR2_TARGET_AT91SAM9260 || BR2_TARGET_AT91SAM9260 || BR2_TARGET_AT91SAM9260A || BR2_TARGET_AT91SAM9XE
-	help
-	  The Atmel AT91SAM9xe Development Board (Not Yet Implemented)
-
-endchoice
-
-choice
-	prompt "SPI Mode"
-	depends BR2_TARGET_AT91SAM9261EK
-	default BR2_TARGET_AT91SAM9261EK_SPIMODE0
-	help
-	  Select SPI Mode 0 or 3
-
-config BR2_TARGET_AT91SAM9261EK_SPIMODE0
-	bool "SPI Mode 0"
-	depends BR2_TARGET_AT91SAM9261EK
-	help
-	  Use SPI Mode 0, Required for AT45DB642D chips
-
-config BR2_TARGET_AT91SAM9261EK_SPIMODE3
-	bool "SPI Mode 3"
-	depends BR2_TARGET_AT91SAM9261EK
-	help
-	  Use SPI Mode 3
-
-endchoice
-

Deleted: trunk/buildroot/target/device/Atmel/AVR32_Config.in
===================================================================
--- trunk/buildroot/target/device/Atmel/AVR32_Config.in	2007-09-28 22:16:47 UTC (rev 20106)
+++ trunk/buildroot/target/device/Atmel/AVR32_Config.in	2007-09-28 22:20:27 UTC (rev 20107)
@@ -1,62 +0,0 @@
-comment "Atmel AVR32 Specific Device Support"
-	depends BR2_avr32
-
-config BR2_TARGET_AVR32
-	bool "Board support for the Atmel AP7 microprocessors"
-	depends BR2_avr32
-	default n
-	help
-	  Atmel AT32AP7XXX AVR32 based systems
-
-choice
-	prompt "AVR32 device"
-	depends BR2_TARGET_AVR32
-	default BR2_TARGET_AT32AP7000
-	help
-	  Select the specific AVR32 chip you wish to use.
-
-config BR2_TARGET_AT32AP7000
-	bool "Board support for the Atmel AT32AP7000 Microprocessor"
-	depends BR2_TARGET_AVR32
-	help
-	  Atmel AT32AP7000 AVR32 based systems
-
-config BR2_TARGET_AT32AP7001
-	bool "Board support for the Atmel AT32AP7001 Microprocessor"
-	depends BR2_TARGET_AVR32
-	help
-	  Atmel AT32AP7001 AVR32 based systems
-
-config BR2_TARGET_AT32AP7002
-	bool "Board support for the Atmel AT32AP7002 Microprocessor"
-	depends BR2_TARGET_AVR32
-	help
-	  Atmel AT32AP7002 AVR32 based systems
-
-endchoice
-
-comment "Development Board support"
-	depends BR2_TARGET_AVR32
-
-choice
-	prompt "Development Board support"
-	depends BR2_TARGET_AVR32
-	default BR2_TARGET_AVR32_ATSTK1002
-	help
-	  Select the specific AVR32 development board you wish to use.
-
-config BR2_TARGET_AVR32_ATSTK1002
-	bool "Atmel ATSTK1000/2 AVR32 Development Board Support"
-	depends BR2_TARGET_AT32AP7000
-	select BR2_PACKAGE_LINUX
-	help
-	  The Atmel ATSTK1000 AVR32 Development Board
-
-config BR2_TARGET_AVR32_ATNGW100
-	bool "Atmel AVR32 Network Gateway Board Support"
-	depends BR2_TARGET_AT32AP7000
-	select BR2_PACKAGE_LINUX
-	help
-	  The Atmel AVR32 Network Gateway Board
-
-endchoice

Modified: trunk/buildroot/target/device/Atmel/Config.in
===================================================================
--- trunk/buildroot/target/device/Atmel/Config.in	2007-09-28 22:16:47 UTC (rev 20106)
+++ trunk/buildroot/target/device/Atmel/Config.in	2007-09-28 22:20:27 UTC (rev 20107)
@@ -5,8 +5,8 @@
 
 if BR2_TARGET_ATMEL
 
-source "target/device/Atmel/AT91_Config.in"
-source "target/device/Atmel/AVR32_Config.in"
+source "target/device/Atmel/Config.in.at91"
+source "target/device/Atmel/Config.in.avr32"
 
 config BR2_BOARD_NAME
 	string

Copied: trunk/buildroot/target/device/Atmel/Config.in.at91 (from rev 20100, trunk/buildroot/target/device/Atmel/AT91_Config.in)
===================================================================
--- trunk/buildroot/target/device/Atmel/Config.in.at91	                        (rev 0)
+++ trunk/buildroot/target/device/Atmel/Config.in.at91	2007-09-28 22:20:27 UTC (rev 20107)
@@ -0,0 +1,167 @@
+comment "Atmel AT91 Specific Device Support"
+	depends BR2_arm
+
+config BR2_TARGET_AT91
+	bool "Board support for the Atmel AT91 range of microprocessors"
+	depends BR2_arm
+	default n
+	help
+	  Atmel AT91 ARM based systems
+
+choice
+	prompt "AT91 device"
+	depends BR2_TARGET_AT91
+	default BR2_TARGET_AT91RM9200
+	help
+	  Select the specific AT91 chip you wish to use.
+
+config BR2_TARGET_AT91RM9200
+	bool "Atmel AT91RM9200 Microprocessor"
+	depends BR2_TARGET_AT91
+	help
+	  Atmel AT91RM9200 ARM based systems
+
+config BR2_TARGET_AT91SAM9260
+	bool "AT91SAM9260 Microprocessor"
+	depends BR2_TARGET_AT91
+	help
+	  Atmel AT91SAM9260 ARM based systems
+
+config BR2_TARGET_AT91SAM9260A
+	bool "AT91SAM9260A Microprocessor"
+	depends BR2_TARGET_AT91 &&  ! BR2_TARGET_AT91_ADVANCED_INFO
+	help
+	  Atmel AT91SAM9260A ARM based systems (Not Yet Implemented)
+
+config BR2_TARGET_AT91SAM9261
+	bool "AT91SAM9261 Microprocessor"
+	depends BR2_TARGET_AT91
+	help
+	  Atmel AT91SAM9261 ARM based systems
+
+config BR2_TARGET_AT91SAM9261S
+	bool "AT91SAM9261S Microprocessor"
+	depends BR2_TARGET_AT91
+	depends ! BR2_TARGET_AT91_ADVANCED_INFO
+	help
+	  Atmel AT91SAM9261 ARM based systems (Not Yet Implemented)
+
+config BR2_TARGET_AT91SAM9262
+	bool "ATR0663 Microprocessor"
+	depends BR2_TARGET_AT91
+	depends ! BR2_TARGET_AT91_ADVANCED_INFO
+	help
+	  Atmel ATR0663 ARM based systems (Not Yet Implemented)
+
+config BR2_TARGET_AT91SAM9263
+	bool "Atmel AT91SAM9263 Microprocessor"
+	depends BR2_TARGET_AT91
+	help
+	  Atmel AT91SAM9263 ARM based systems
+
+config BR2_TARGET_AT91SAM9XE
+	bool "Atmel AT91SAM9XE Microprocessors"
+	depends BR2_TARGET_AT91
+	depends ! BR2_TARGET_AT91_ADVANCED_INFO
+	help
+	  Atmel AT91SAM9263 ARM based systems (Not Yet Implemented)
+
+endchoice
+
+
+choice
+	prompt "Development Board support"
+	depends BR2_TARGET_AT91
+	default BR2_TARGET_AT91RM9200DF
+	help
+	  Select the specific AT91 development board you wish to use.
+
+config BR2_TARGET_AT91RM9200DF
+	bool "Atmel AT91RM9200 Generic Dataflash(Card) Board Support"
+	depends BR2_TARGET_AT91RM9200
+	help
+	  The Atmel AT91RM9200EK Development Board using Dataflashcard
+
+config BR2_TARGET_AT91RM9200SE
+	bool "Atmel AT91RM9200 Generic Dataflash(Card) Board Support (SE)"
+	depends BR2_TARGET_AT91RM9200
+	help
+	  The Atmel AT91RM9200EK Development Board using Dataflashcard (SE)
+
+config BR2_TARGET_AT91RM9200EK
+	bool "Atmel AT91RM9200EK Development Board Support"
+	depends BR2_TARGET_AT91RM9200
+	help
+	  The Atmel AT91RM9200EK Development Board
+
+config BR2_TARGET_AT91RM9200DK
+	bool "Atmel AT91RM9200DK Development Board Support"
+	depends BR2_TARGET_AT91RM9200
+	help
+	  The Atmel AT91RM9200DK Development Board
+
+config BR2_TARGET_AT91SAM9260DFC
+	bool "Atmel AT91SAM9260DFC"
+	depends BR2_TARGET_AT91SAM9260 || BR2_TARGET_AT91SAM9260A || BR2_TARGET_AT91SAM9XE
+	help
+	  The Atmel AT91SAM9260 Development Board Booting from Dataflash
+
+config BR2_TARGET_AT91SAM9260EK
+	bool "Atmel AT91SAM9260EK"
+	depends BR2_TARGET_AT91SAM9260 || BR2_TARGET_AT91SAM9260A || BR2_TARGET_AT91SAM9XE
+	help
+	  The Atmel AT91SAM9260 Development Board
+
+config BR2_TARGET_AT91SAM9260PF
+	bool "Atmel AT91SAM9260 running from parallel flash"
+	depends BR2_TARGET_AT91SAM9260 || BR2_TARGET_AT91SAM9260A || BR2_TARGET_AT91SAM9XE
+	help
+	  Generic support for the Atmel AT91SAM9260 running from parallel flash
+
+config BR2_TARGET_AT91SAM9261EK
+	bool "Atmel AT91SAM9261EK"
+	depends BR2_TARGET_AT91SAM9261 || BR2_TARGET_AT91SAM9261S
+	help
+	  The Atmel AT91SAM9261 Development Board
+
+config BR2_TARGET_AT91SAM9262EK
+	bool "Atmel AT91SAM9262EK"
+	depends BR2_TARGET_AT91SAM9262
+	help
+	  The Atmel AT91SAM9262 Development Board (Not Yet Implemented)
+
+config BR2_TARGET_AT91SAM9263EK
+	bool "Atmel AT91SAM9263EK"
+	depends BR2_TARGET_AT91SAM9263
+	help
+	  The Atmel AT91SAM9263 Development Board (Not Yet Implemented)
+
+config BR2_TARGET_AT91SAM9XEEK
+	bool "Atmel AT91SAM9XE-EK"
+	depends BR2_TARGET_AT91SAM9260 || BR2_TARGET_AT91SAM9260 || BR2_TARGET_AT91SAM9260A || BR2_TARGET_AT91SAM9XE
+	help
+	  The Atmel AT91SAM9xe Development Board (Not Yet Implemented)
+
+endchoice
+
+choice
+	prompt "SPI Mode"
+	depends BR2_TARGET_AT91SAM9261EK
+	default BR2_TARGET_AT91SAM9261EK_SPIMODE0
+	help
+	  Select SPI Mode 0 or 3
+
+config BR2_TARGET_AT91SAM9261EK_SPIMODE0
+	bool "SPI Mode 0"
+	depends BR2_TARGET_AT91SAM9261EK
+	help
+	  Use SPI Mode 0, Required for AT45DB642D chips
+
+config BR2_TARGET_AT91SAM9261EK_SPIMODE3
+	bool "SPI Mode 3"
+	depends BR2_TARGET_AT91SAM9261EK
+	help
+	  Use SPI Mode 3
+
+endchoice
+

Copied: trunk/buildroot/target/device/Atmel/Config.in.avr32 (from rev 20100, trunk/buildroot/target/device/Atmel/AVR32_Config.in)
===================================================================
--- trunk/buildroot/target/device/Atmel/Config.in.avr32	                        (rev 0)
+++ trunk/buildroot/target/device/Atmel/Config.in.avr32	2007-09-28 22:20:27 UTC (rev 20107)
@@ -0,0 +1,62 @@
+comment "Atmel AVR32 Specific Device Support"
+	depends BR2_avr32
+
+config BR2_TARGET_AVR32
+	bool "Board support for the Atmel AP7 microprocessors"
+	depends BR2_avr32
+	default n
+	help
+	  Atmel AT32AP7XXX AVR32 based systems
+
+choice
+	prompt "AVR32 device"
+	depends BR2_TARGET_AVR32
+	default BR2_TARGET_AT32AP7000
+	help
+	  Select the specific AVR32 chip you wish to use.
+
+config BR2_TARGET_AT32AP7000
+	bool "Board support for the Atmel AT32AP7000 Microprocessor"
+	depends BR2_TARGET_AVR32
+	help
+	  Atmel AT32AP7000 AVR32 based systems
+
+config BR2_TARGET_AT32AP7001
+	bool "Board support for the Atmel AT32AP7001 Microprocessor"
+	depends BR2_TARGET_AVR32
+	help
+	  Atmel AT32AP7001 AVR32 based systems
+
+config BR2_TARGET_AT32AP7002
+	bool "Board support for the Atmel AT32AP7002 Microprocessor"
+	depends BR2_TARGET_AVR32
+	help
+	  Atmel AT32AP7002 AVR32 based systems
+
+endchoice
+
+comment "Development Board support"
+	depends BR2_TARGET_AVR32
+
+choice
+	prompt "Development Board support"
+	depends BR2_TARGET_AVR32
+	default BR2_TARGET_AVR32_ATSTK1002
+	help
+	  Select the specific AVR32 development board you wish to use.
+
+config BR2_TARGET_AVR32_ATSTK1002
+	bool "Atmel ATSTK1000/2 AVR32 Development Board Support"
+	depends BR2_TARGET_AT32AP7000
+	select BR2_PACKAGE_LINUX
+	help
+	  The Atmel ATSTK1000 AVR32 Development Board
+
+config BR2_TARGET_AVR32_ATNGW100
+	bool "Atmel AVR32 Network Gateway Board Support"
+	depends BR2_TARGET_AT32AP7000
+	select BR2_PACKAGE_LINUX
+	help
+	  The Atmel AVR32 Network Gateway Board
+
+endchoice

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel
@ 2009-01-29 21:29 ulf at uclibc.org
  0 siblings, 0 replies; 25+ messages in thread
From: ulf at uclibc.org @ 2009-01-29 21:29 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2009-01-29 21:29:19 +0000 (Thu, 29 Jan 2009)
New Revision: 25142

Log:
Cleanup AT91 board support

Modified:
   trunk/buildroot/target/device/Atmel/AT91_Config.in


Changeset:
Modified: trunk/buildroot/target/device/Atmel/AT91_Config.in
===================================================================
--- trunk/buildroot/target/device/Atmel/AT91_Config.in	2009-01-29 21:28:57 UTC (rev 25141)
+++ trunk/buildroot/target/device/Atmel/AT91_Config.in	2009-01-29 21:29:19 UTC (rev 25142)
@@ -164,15 +164,6 @@
 	help
 	  Atmel AT91CAP9 ARM based systems
 
-config BR2_TARGET_AT91SAM9262
-	bool "Atmel ATR0663 Microprocessor"
-	depends on BR2_TARGET_AT91
-	depends on !BR2_TARGET_ATMEL_FPDSP
-	depends on !BR2_TARGET_ATMEL_MPB
-	depends on ! BR2_TARGET_AT91_ADVANCED_INFO
-	help
-	  Atmel ATR0663 ARM based systems (Not Yet Implemented)
-
 endchoice
 
 comment "Development Board Selection"
@@ -192,13 +183,6 @@
 	help
 	  The Atmel AT91RM9200EK Development Board using Dataflashcard
 
-config BR2_TARGET_AT91RM9200SE
-	bool "Atmel AT91RM9200 Generic Dataflash(Card) Board Support (SE)"
-	depends on BR2_TARGET_AT91RM9200
-	select BR2_BOOTSOURCE_DATAFLASHCARD
-	help
-	  The Atmel AT91RM9200EK Development Board using Dataflashcard (SE)
-
 config BR2_TARGET_AT91RM9200EK
 	bool "Atmel AT91RM9200EK Development Board Support"
 	depends on BR2_TARGET_AT91RM9200
@@ -275,21 +259,13 @@
 	help
 	  The Atmel AT91SAM9RL64 Development Board
 
-config BR2_TARGET_AT91SAM9262EK
-	bool "Atmel AT91SAM9262EK"
-	depends on BR2_TARGET_AT91SAM9262
-	select BR2_BOOTSOURCE_DATAFLASHCARD
-	select BR2_BOOTSOURCE_NANDFLASH
-	help
-	  The Atmel AT91SAM9262 Development Board (Not Yet Implemented)
-
 config BR2_TARGET_AT91SAM9263EK
 	bool "Atmel AT91SAM9263EK"
 	depends on BR2_TARGET_AT91SAM9263
 	select BR2_BOOTSOURCE_DATAFLASHCARD
 	select BR2_BOOTSOURCE_NANDFLASH
 	help
-	  The Atmel AT91SAM9263 Development Board (Not Yet Implemented)
+	  The Atmel AT91SAM9263 Development Board
 
 config BR2_TARGET_AT572D940DCM
 	bool "Atmel AT572D940 Diopsis Computer Module"
@@ -308,8 +284,8 @@
 	help
 	  The Atmel AT91CAP9 Development Kit (Not Yet Implemented)
 
-config BR2_TARGET_AT91CAP9STK
-	bool "Atmel AT91CAP9STK"
+config BR2_TARGET_AT91CAP9ADK
+	bool "Atmel AT91CAP9ADK"
 	depends on BR2_TARGET_AT91CAP9
 	select BR2_BOOTSOURCE_DATAFLASHCARD
 	select BR2_BOOTSOURCE_DATAFLASH

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel
@ 2009-01-11 21:15 ulf at uclibc.org
  0 siblings, 0 replies; 25+ messages in thread
From: ulf at uclibc.org @ 2009-01-11 21:15 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2009-01-11 21:15:46 +0000 (Sun, 11 Jan 2009)
New Revision: 24769

Log:
Update AVR32 uclibc config for 0.9.30

Modified:
   trunk/buildroot/target/device/Atmel/uClibc.config.avr32


Changeset:
Modified: trunk/buildroot/target/device/Atmel/uClibc.config.avr32
===================================================================
--- trunk/buildroot/target/device/Atmel/uClibc.config.avr32	2009-01-11 21:15:08 UTC (rev 24768)
+++ trunk/buildroot/target/device/Atmel/uClibc.config.avr32	2009-01-11 21:15:46 UTC (rev 24769)
@@ -1,6 +1,7 @@
 #
 # Automatically generated make config: don't edit
-# Thu Jan 31 14:27:19 2008
+# Version: 0.9.30
+# Sat Jan 10 02:19:18 2009
 #
 # TARGET_alpha is not set
 # TARGET_arm is not set
@@ -26,6 +27,7 @@
 # TARGET_v850 is not set
 # TARGET_vax is not set
 # TARGET_x86_64 is not set
+# TARGET_xtensa is not set
 
 #
 # Target Architecture Features and Options
@@ -50,7 +52,8 @@
 # UCLIBC_HAS_FPU is not set
 UCLIBC_HAS_SOFT_FLOAT=y
 DO_C99_MATH=y
-KERNEL_HEADERS="/home/john.voltz/avr32/BSP2/software/buildroot/buildroot-avr32-v2.1.0/toolchain_build_avr32_nofpu/linux/include"
+# UCLIBC_HAS_FENV is not set
+KERNEL_HEADERS="/home/ulf/projects/Buildroot/20090110/buildroot-avr32/toolchain_build_avr32/linux/include"
 HAVE_DOT_CONFIG=y
 
 #
@@ -58,7 +61,7 @@
 #
 # HAVE_NO_PIC is not set
 DOPIC=y
-# HAVE_NO_SHARED is not set
+# ARCH_HAS_NO_SHARED is not set
 # ARCH_HAS_NO_LDSO is not set
 HAVE_SHARED=y
 FORCE_SHAREABLE_TEXT_SEGMENTS=y
@@ -69,10 +72,12 @@
 # UCLIBC_STATIC_LDCONFIG is not set
 # LDSO_RUNPATH is not set
 UCLIBC_CTOR_DTOR=y
+# LDSO_GNU_HASH_SUPPORT is not set
 # HAS_NO_THREADS is not set
 UCLIBC_HAS_THREADS=y
 # PTHREADS_DEBUG_SUPPORT is not set
 LINUXTHREADS_OLD=y
+UCLIBC_HAS_SYSLOG=y
 UCLIBC_HAS_LFS=y
 # MALLOC is not set
 # MALLOC_SIMPLE is not set
@@ -82,11 +87,13 @@
 # COMPAT_ATEXIT is not set
 UCLIBC_SUSV3_LEGACY=y
 UCLIBC_SUSV3_LEGACY_MACROS=y
+# UCLIBC_HAS_STUBS is not set
 UCLIBC_HAS_SHADOW=y
 # UCLIBC_HAS_PROGRAM_INVOCATION_NAME is not set
-UCLIBC_HAS___PROGNAME=y
+UCLIBC_HAS_PTY=y
+ASSUME_DEVPTS=y
 UNIX98PTY_ONLY=y
-ASSUME_DEVPTS=y
+# UCLIBC_HAS_GETPT is not set
 UCLIBC_HAS_TM_EXTENSIONS=y
 UCLIBC_HAS_TZ_CACHING=y
 UCLIBC_HAS_TZ_FILE=y
@@ -100,8 +107,27 @@
 UCLIBC_GRP_BUFFER_SIZE=256
 
 #
-# Networking Support
+# Support various families of functions
 #
+UCLIBC_LINUX_MODULE_24=y
+UCLIBC_LINUX_SPECIFIC=y
+UCLIBC_HAS_GNU_ERROR=y
+UCLIBC_BSD_SPECIFIC=y
+UCLIBC_HAS_BSD_ERR=y
+# UCLIBC_HAS_OBSOLETE_BSD_SIGNAL is not set
+# UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL is not set
+# UCLIBC_NTP_LEGACY is not set
+# UCLIBC_SV4_DEPRECATED is not set
+UCLIBC_HAS_REALTIME=y
+UCLIBC_HAS_ADVANCED_REALTIME=y
+UCLIBC_HAS_EPOLL=y
+UCLIBC_HAS_XATTR=y
+UCLIBC_HAS_PROFILING=y
+UCLIBC_HAS_CRYPT_IMPL=y
+UCLIBC_HAS_CRYPT=y
+UCLIBC_HAS_NETWORK_SUPPORT=y
+UCLIBC_HAS_SOCKET=y
+UCLIBC_HAS_IPV4=y
 UCLIBC_HAS_IPV6=y
 UCLIBC_HAS_RPC=y
 UCLIBC_HAS_FULL_RPC=y
@@ -185,7 +211,7 @@
 #
 # uClibc development/debugging options
 #
-CROSS_COMPILER_PREFIX="/home/john.voltz/avr32/BSP2/software/buildroot/buildroot-avr32-v2.1.0/build_avr32_nofpu/staging_dir/usr/bin/avr32-linux-uclibc-"
+CROSS_COMPILER_PREFIX="/home/ulf/projects/Buildroot/20090110/buildroot-avr32/build_avr32/staging_dir/usr/bin/avr32-linux-uclibc-"
 UCLIBC_EXTRA_CFLAGS=""
 # DODEBUG is not set
 # DODEBUG_PT is not set

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel
@ 2008-12-20 22:26 ulf at uclibc.org
  0 siblings, 0 replies; 25+ messages in thread
From: ulf at uclibc.org @ 2008-12-20 22:26 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2008-12-20 22:26:24 +0000 (Sat, 20 Dec 2008)
New Revision: 24472

Log:
Add AP7200 eval kit configuration

Modified:
   trunk/buildroot/target/device/Atmel/Config.in


Changeset:
Modified: trunk/buildroot/target/device/Atmel/Config.in
===================================================================
--- trunk/buildroot/target/device/Atmel/Config.in	2008-12-20 22:24:11 UTC (rev 24471)
+++ trunk/buildroot/target/device/Atmel/Config.in	2008-12-20 22:26:24 UTC (rev 24472)
@@ -24,9 +24,10 @@
 	default	"at91sam9m10ek"		if	BR2_TARGET_AT91SAM9M10EK
 	default	"at91sam9m10dfc"	if	BR2_TARGET_AT91SAM9M10DFC
 	default	"atstk100x"		if	BR2_TARGET_AVR32_ATSTK1002
+	default	"atstk1005"		if	BR2_TARGET_AVR32_ATSTK1005
 	default	"atngw100"		if	BR2_TARGET_AVR32_ATNGW100
 	default "atngw100-base"		if	BR2_TARGET_AVR32_ATNGW100_BASE
-	default "atngw100-expanded"	if  BR2_TARGET_AVR32_ATNGW100_EXPANDED
+	default "atngw100-expanded"	if	BR2_TARGET_AVR32_ATNGW100_EXPANDED
 
 config BR2_TARGET_AT91_ADVANCED_INFO
 	bool "Remove work in progress"

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel
@ 2008-12-20 22:23 ulf at uclibc.org
  0 siblings, 0 replies; 25+ messages in thread
From: ulf at uclibc.org @ 2008-12-20 22:23 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2008-12-20 22:23:15 +0000 (Sat, 20 Dec 2008)
New Revision: 24470

Log:
Add support for AT32AP7200

Modified:
   trunk/buildroot/target/device/Atmel/AVR32_Config.in


Changeset:
Modified: trunk/buildroot/target/device/Atmel/AVR32_Config.in
===================================================================
--- trunk/buildroot/target/device/Atmel/AVR32_Config.in	2008-12-20 22:19:38 UTC (rev 24469)
+++ trunk/buildroot/target/device/Atmel/AVR32_Config.in	2008-12-20 22:23:15 UTC (rev 24470)
@@ -32,6 +32,12 @@
 	help
 	  Atmel AT32AP7002 AVR32 based systems
 
+config BR2_TARGET_AT32AP7200
+	bool "Board support for the Atmel AT32AP7200 Microprocessor"
+	depends on BR2_TARGET_AVR32
+	help
+	  Atmel AT32AP7200 AVR32 based systems
+
 endchoice
 
 comment "Development board support"
@@ -51,6 +57,14 @@
 	help
 	  The Atmel ATSTK1000 AVR32 Development Board.
 
+config BR2_TARGET_AVR32_ATSTK1005
+	bool "Atmel ATSTK1000/5 AVR32 development board support"
+	depends on BR2_TARGET_AT32AP7200
+	select BR2_PACKAGE_LINUX
+	help
+	  The Atmel ATSTK1000 AVR32 Development Board,
+	  with the AT32AP7200 based top board
+
 config BR2_TARGET_AVR32_ATNGW100
 	bool "Atmel AVR32 network gateway board support"
 	depends on BR2_TARGET_AT32AP7000

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel
@ 2008-12-20 22:17 ulf at uclibc.org
  2008-12-23  9:42 ` Peter Korsgaard
  0 siblings, 1 reply; 25+ messages in thread
From: ulf at uclibc.org @ 2008-12-20 22:17 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2008-12-20 22:17:52 +0000 (Sat, 20 Dec 2008)
New Revision: 24468

Log:
Hide AT91 features if not an AT91 ARM

Modified:
   trunk/buildroot/target/device/Atmel/AT91_Config.in


Changeset:
Modified: trunk/buildroot/target/device/Atmel/AT91_Config.in
===================================================================
--- trunk/buildroot/target/device/Atmel/AT91_Config.in	2008-12-20 21:45:59 UTC (rev 24467)
+++ trunk/buildroot/target/device/Atmel/AT91_Config.in	2008-12-20 22:17:52 UTC (rev 24468)
@@ -8,30 +8,36 @@
 	  Atmel AT91 ARM based systems
 
 comment	"Selection criteria"
+	depends on BR2_TARGET_AT91
 
 config	BR2_TARGET_ATMEL_ALL
 	bool "Allow all ARM targets"
-	depends on BR2_arm
+	depends on BR2_TARGET_AT91
 	default y
 
 config	BR2_TARGET_ATMEL_NET
 	bool "With network controller"
+	depends on BR2_TARGET_AT91
 	depends on !BR2_TARGET_ATMEL_ALL
 	default y
 
 config	BR2_TARGET_ATMEL_LCD
 	bool "With LCD controller"
+	depends on BR2_TARGET_AT91
 	depends on !BR2_TARGET_ATMEL_ALL
 
 config	BR2_TARGET_ATMEL_FPDSP
 	bool "With Floating Point DSP"
+	depends on BR2_TARGET_AT91
 	depends on !BR2_TARGET_ATMEL_ALL
 
 config	BR2_TARGET_ATMEL_MPB
 	bool "With customizable MP-Block"
+	depends on BR2_TARGET_AT91
 	depends on !BR2_TARGET_ATMEL_ALL
 
 comment "Device Selection"
+	depends on BR2_TARGET_AT91
 
 choice
 	prompt "AT91 device"
@@ -170,6 +176,7 @@
 endchoice
 
 comment "Development Board Selection"
+	depends on BR2_TARGET_AT91
 
 choice
 	prompt "Development Board support"

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel
@ 2008-03-30 22:23 ulf at uclibc.org
  0 siblings, 0 replies; 25+ messages in thread
From: ulf at uclibc.org @ 2008-03-30 22:23 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2008-03-30 15:23:39 -0700 (Sun, 30 Mar 2008)
New Revision: 21590

Log:
Add Configs for new boards

Modified:
   trunk/buildroot/target/device/Atmel/AT91_Config.in


Changeset:
Modified: trunk/buildroot/target/device/Atmel/AT91_Config.in
===================================================================
--- trunk/buildroot/target/device/Atmel/AT91_Config.in	2008-03-30 21:49:16 UTC (rev 21589)
+++ trunk/buildroot/target/device/Atmel/AT91_Config.in	2008-03-30 22:23:39 UTC (rev 21590)
@@ -8,71 +8,177 @@
 	help
 	  Atmel AT91 ARM based systems
 
+comment	"Selection criteria"
+
+config	BR2_TARGET_ATMEL_ALL
+	bool "Allow all ARM targets"
+	default y
+
+config	BR2_TARGET_ATMEL_NET
+	bool "With network controller"
+	depends on !BR2_TARGET_ATMEL_ALL
+	default y
+
+config	BR2_TARGET_ATMEL_LCD
+	bool "With LCD controller"
+	depends on !BR2_TARGET_ATMEL_ALL
+	default n
+
+config	BR2_TARGET_ATMEL_FPDSP
+	bool "With Floating Point DSP"
+	depends on !BR2_TARGET_ATMEL_ALL
+	default n
+
+config	BR2_TARGET_ATMEL_MPB
+	bool "With customizable MP-Block"
+	depends on !BR2_TARGET_ATMEL_ALL
+	default n
+
+comment "Device Selection"
+
 choice
 	prompt "AT91 device"
 	depends BR2_TARGET_AT91
-	default BR2_TARGET_AT91RM9200
+	default BR2_TARGET_AT91SAM9260
 	help
 	  Select the specific AT91 chip you wish to use.
 
 config BR2_TARGET_AT91RM9200
 	bool "Atmel AT91RM9200 Microprocessor"
 	depends BR2_TARGET_AT91
+	depends !BR2_TARGET_ATMEL_LCD
+	depends !BR2_TARGET_ATMEL_FPDSP
+	depends !BR2_TARGET_ATMEL_MPB
 	help
 	  Atmel AT91RM9200 ARM based systems
 
 config BR2_TARGET_AT91SAM9260
-	bool "AT91SAM9260 Microprocessor"
+	bool "Atmel AT91SAM9260 Microprocessor"
 	depends BR2_TARGET_AT91
+	depends !BR2_TARGET_ATMEL_LCD
+	depends !BR2_TARGET_ATMEL_FPDSP
+	depends !BR2_TARGET_ATMEL_MPB
 	help
 	  Atmel AT91SAM9260 ARM based systems
 
-config BR2_TARGET_AT91SAM9260A
-	bool "AT91SAM9260A Microprocessor"
-	depends BR2_TARGET_AT91 &&  ! BR2_TARGET_AT91_ADVANCED_INFO
+config BR2_TARGET_AT91SAM9G20
+	bool "Atmel AT91SAM9G20 Microprocessor"
+	depends BR2_TARGET_AT91
+	depends !BR2_TARGET_ATMEL_LCD
+	depends !BR2_TARGET_ATMEL_FPDSP
+	depends !BR2_TARGET_ATMEL_MPB
+	depends ! BR2_TARGET_AT91_ADVANCED_INFO
 	help
-	  Atmel AT91SAM9260A ARM based systems (Not Yet Implemented)
+	  Atmel AT91SAM9G20 ARM based systems (Not Yet Implemented)
 
 config BR2_TARGET_AT91SAM9261
-	bool "AT91SAM9261 Microprocessor"
+	bool "Atmel AT91SAM9261 Microprocessor"
 	depends BR2_TARGET_AT91
+	depends !BR2_TARGET_ATMEL_NET
+	depends !BR2_TARGET_ATMEL_FPDSP
+	depends !BR2_TARGET_ATMEL_MPB
 	help
 	  Atmel AT91SAM9261 ARM based systems
 
 config BR2_TARGET_AT91SAM9261S
-	bool "AT91SAM9261S Microprocessor"
+	bool "Atmel AT91SAM9261S Microprocessor"
 	depends BR2_TARGET_AT91
+	depends !BR2_TARGET_ATMEL_NET
+	depends !BR2_TARGET_ATMEL_FPDSP
+	depends !BR2_TARGET_ATMEL_MPB
 	depends ! BR2_TARGET_AT91_ADVANCED_INFO
 	help
 	  Atmel AT91SAM9261 ARM based systems (Not Yet Implemented)
 
-config BR2_TARGET_AT91SAM9262
-	bool "ATR0663 Microprocessor"
+config BR2_TARGET_AT91SAM9RL64
+	bool "Atmel AT91SAM9RL64 Microprocessor"
 	depends BR2_TARGET_AT91
+	depends !BR2_TARGET_ATMEL_NET
+	depends !BR2_TARGET_ATMEL_FPDSP
+	depends !BR2_TARGET_ATMEL_MPB
 	depends ! BR2_TARGET_AT91_ADVANCED_INFO
 	help
-	  Atmel ATR0663 ARM based systems (Not Yet Implemented)
+	  Atmel AT91SAM9RL64 ARM based systems (Not Yet Implemented)
 
 config BR2_TARGET_AT91SAM9263
 	bool "Atmel AT91SAM9263 Microprocessor"
 	depends BR2_TARGET_AT91
+	depends !BR2_TARGET_ATMEL_FPDSP
+	depends !BR2_TARGET_ATMEL_MPB
 	help
 	  Atmel AT91SAM9263 ARM based systems
 
+config BR2_TARGET_AT91SAM9G41
+	bool "Atmel AT91SAM9G41 Microprocessor"
+	depends BR2_TARGET_AT91
+	depends !BR2_TARGET_ATMEL_FPDSP
+	depends !BR2_TARGET_ATMEL_MPB
+	depends ! BR2_TARGET_AT91_ADVANCED_INFO
+	help
+	  Atmel AT91SAM9G41 ARM based systems
+
+config BR2_TARGET_AT91SAM9M10
+	bool "Atmel AT91SAM9M10 Microprocessor"
+	depends BR2_TARGET_AT91
+	depends !BR2_TARGET_ATMEL_FPDSP
+	depends !BR2_TARGET_ATMEL_MPB
+	depends ! BR2_TARGET_AT91_ADVANCED_INFO
+	help
+	  Atmel AT91SAM9M10 ARM based systems
+
+config BR2_TARGET_AT91SAM9M11
+	bool "Atmel AT91SAM9M11 Microprocessor"
+	depends BR2_TARGET_AT91
+	depends !BR2_TARGET_ATMEL_FPDSP
+	depends !BR2_TARGET_ATMEL_MPB
+	depends ! BR2_TARGET_AT91_ADVANCED_INFO
+	help
+	  Atmel AT91SAM9M11 ARM based systems
+
 config BR2_TARGET_AT91SAM9XE
 	bool "Atmel AT91SAM9XE Microprocessors"
 	depends BR2_TARGET_AT91
+	depends !BR2_TARGET_ATMEL_LCD
+	depends !BR2_TARGET_ATMEL_FPDSP
+	depends !BR2_TARGET_ATMEL_MPB
 	depends ! BR2_TARGET_AT91_ADVANCED_INFO
 	help
 	  Atmel AT91SAM9263 ARM based systems (Not Yet Implemented)
 
+config BR2_TARGET_AT572D940HF
+	bool "Atmel AT572D940HF Microprocessor"
+	depends BR2_TARGET_AT91
+	depends !BR2_TARGET_ATMEL_LCD
+	depends !BR2_TARGET_ATMEL_MPB
+	depends ! BR2_TARGET_AT91_ADVANCED_INFO
+	help
+	  Atmel AT572D940 ARM based systems
+
+config BR2_TARGET_AT91CAP9
+	bool "Atmel AT91CAP9 Microprocessor"
+	depends BR2_TARGET_AT91
+	depends !BR2_TARGET_ATMEL_FPDSP
+	depends ! BR2_TARGET_AT91_ADVANCED_INFO
+	help
+	  Atmel AT91CAP9 ARM based systems
+
+config BR2_TARGET_AT91SAM9262
+	bool "Atmel ATR0663 Microprocessor"
+	depends BR2_TARGET_AT91
+	depends !BR2_TARGET_ATMEL_FPDSP
+	depends !BR2_TARGET_ATMEL_MPB
+	depends ! BR2_TARGET_AT91_ADVANCED_INFO
+	help
+	  Atmel ATR0663 ARM based systems (Not Yet Implemented)
+
 endchoice
 
+comment "Development Board Selection"
 
 choice
 	prompt "Development Board support"
 	depends BR2_TARGET_AT91
-	default BR2_TARGET_AT91RM9200DF
+	default BR2_TARGET_AT91SAM9260DFC
 	help
 	  Select the specific AT91 development board you wish to use.
 
@@ -102,22 +208,34 @@
 
 config BR2_TARGET_AT91SAM9260DFC
 	bool "Atmel AT91SAM9260DFC"
-	depends BR2_TARGET_AT91SAM9260 || BR2_TARGET_AT91SAM9260A || BR2_TARGET_AT91SAM9XE
+	depends BR2_TARGET_AT91SAM9260 || BR2_TARGET_AT91SAM9G20 || BR2_TARGET_AT91SAM9XE
 	help
-	  The Atmel AT91SAM9260 Development Board Booting from Dataflash
+	  The Atmel AT91SAM9260 Development Board booting from Dataflashcard
 
 config BR2_TARGET_AT91SAM9260EK
 	bool "Atmel AT91SAM9260EK"
-	depends BR2_TARGET_AT91SAM9260 || BR2_TARGET_AT91SAM9260A || BR2_TARGET_AT91SAM9XE
+	depends BR2_TARGET_AT91SAM9260 || BR2_TARGET_AT91SAM9G20 || BR2_TARGET_AT91SAM9XE
 	help
-	  The Atmel AT91SAM9260 Development Board
+	  The Atmel AT91SAM9260 Development Board booting from dataflash
 
+config BR2_TARGET_AT91SAM9XEEK
+	bool "Atmel AT91SAM9XE-EK"
+	depends BR2_TARGET_AT91SAM9260 || BR2_TARGET_AT91SAM9G20 || BR2_TARGET_AT91SAM9XE
+	help
+	  The Atmel AT91SAM9xe Development Board (Not Yet Implemented)
+
 config BR2_TARGET_AT91SAM9261EK
 	bool "Atmel AT91SAM9261EK"
 	depends BR2_TARGET_AT91SAM9261 || BR2_TARGET_AT91SAM9261S
 	help
 	  The Atmel AT91SAM9261 Development Board
 
+config BR2_TARGET_AT91SAM9RL64EK
+	bool "Atmel AT91SAM9RL64EK"
+	depends BR2_TARGET_AT91SAM9RL64
+	help
+	  The Atmel AT91SAM9RL64 Development Board
+
 config BR2_TARGET_AT91SAM9262EK
 	bool "Atmel AT91SAM9262EK"
 	depends BR2_TARGET_AT91SAM9262
@@ -130,12 +248,24 @@
 	help
 	  The Atmel AT91SAM9263 Development Board (Not Yet Implemented)
 
-config BR2_TARGET_AT91SAM9XEEK
-	bool "Atmel AT91SAM9XE-EK"
-	depends BR2_TARGET_AT91SAM9260 || BR2_TARGET_AT91SAM9260 || BR2_TARGET_AT91SAM9260A || BR2_TARGET_AT91SAM9XE
+config BR2_TARGET_AT572D940DCM
+	bool "Atmel AT572D940 Diopsis Computer Module"
+	depends BR2_TARGET_AT572D940HF
 	help
-	  The Atmel AT91SAM9xe Development Board (Not Yet Implemented)
+	  The Atmel Diopsis CPU Module (Not Yet Implemented)
 
+config BR2_TARGET_AT91CAP9DK
+	bool "Atmel AT91CAP9DK"
+	depends BR2_TARGET_AT91CAP9
+	help
+	  The Atmel AT91CAP9 Development Kit (Not Yet Implemented)
+
+config BR2_TARGET_AT91CAP9STK
+	bool "Atmel AT91CAP9STK"
+	depends BR2_TARGET_AT91CAP9
+	help
+	  The Atmel AT91CAP9 Starter Kit (Not Yet Implemented)
+
 endchoice
 
 choice

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel
@ 2008-03-29 20:38 ulf at uclibc.org
  0 siblings, 0 replies; 25+ messages in thread
From: ulf at uclibc.org @ 2008-03-29 20:38 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2008-03-29 13:38:22 -0700 (Sat, 29 Mar 2008)
New Revision: 21565

Log:
Remove duplication of default kernel patch dir setting

Modified:
   trunk/buildroot/target/device/Atmel/Makefile.in


Changeset:
Modified: trunk/buildroot/target/device/Atmel/Makefile.in
===================================================================
--- trunk/buildroot/target/device/Atmel/Makefile.in	2008-03-29 20:36:54 UTC (rev 21564)
+++ trunk/buildroot/target/device/Atmel/Makefile.in	2008-03-29 20:38:22 UTC (rev 21565)
@@ -47,7 +47,7 @@
 
 LINUX26_COPYTO:=/tftpboot
 
-LINUX26_PATCH_DIR:=$(BOARD_PATH)/kernel-patches
+#LINUX26_PATCH_DIR:=$(BOARD_PATH)/kernel-patches
 
 # The board specific Makefile.in can redefine BOARD_NAME's
 LINUX_BOARD_NAME:=$(BOARD_NAME)

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel
@ 2008-01-08 21:03 ulf at uclibc.org
  0 siblings, 0 replies; 25+ messages in thread
From: ulf at uclibc.org @ 2008-01-08 21:03 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2008-01-08 13:03:12 -0800 (Tue, 08 Jan 2008)
New Revision: 20827

Log:
Rmove old/duplicated AT91 linux patches

Removed:
   trunk/buildroot/target/device/Atmel/Linux/


Changeset:

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel
@ 2007-10-18 12:37 ulf at uclibc.org
  0 siblings, 0 replies; 25+ messages in thread
From: ulf at uclibc.org @ 2007-10-18 12:37 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2007-10-18 05:37:36 -0700 (Thu, 18 Oct 2007)
New Revision: 20286

Log:
Use default linux kernel name

Modified:
   trunk/buildroot/target/device/Atmel/Makefile.in


Changeset:
Modified: trunk/buildroot/target/device/Atmel/Makefile.in
===================================================================
--- trunk/buildroot/target/device/Atmel/Makefile.in	2007-10-18 12:37:09 UTC (rev 20285)
+++ trunk/buildroot/target/device/Atmel/Makefile.in	2007-10-18 12:37:36 UTC (rev 20286)
@@ -72,7 +72,7 @@
 
 BR2_PACKAGE_BUSYBOX_CONFIG:=$(BR2_BOARD_PATH)/busybox-$(BR2_BUSYBOX_VERSION).config
 
-LINUX26_KERNEL=$(BINARIES_DIR)/$(PROJECT)-linux-$(LINUX26_VERSION)-$(DATE)
+#LINUX26_KERNEL=$(BINARIES_DIR)/$(PROJECT)-linux-$(LINUX26_VERSION)-$(DATE)
 
 # Update things in board specific makefiles
 include target/device/Atmel/*/Makefile.in

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel
@ 2007-10-12 15:18 ulf at uclibc.org
  0 siblings, 0 replies; 25+ messages in thread
From: ulf at uclibc.org @ 2007-10-12 15:18 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2007-10-12 08:18:27 -0700 (Fri, 12 Oct 2007)
New Revision: 20236

Log:
Update AVR32 uClibc configuration

Modified:
   trunk/buildroot/target/device/Atmel/uClibc.config.avr32


Changeset:
Modified: trunk/buildroot/target/device/Atmel/uClibc.config.avr32
===================================================================
--- trunk/buildroot/target/device/Atmel/uClibc.config.avr32	2007-10-12 15:17:53 UTC (rev 20235)
+++ trunk/buildroot/target/device/Atmel/uClibc.config.avr32	2007-10-12 15:18:27 UTC (rev 20236)
@@ -1,5 +1,6 @@
 #
 # Automatically generated make config: don't edit
+# Fri Oct 12 09:59:26 2007
 #
 # TARGET_alpha is not set
 # TARGET_arm is not set
@@ -9,8 +10,10 @@
 # TARGET_e1 is not set
 # TARGET_frv is not set
 # TARGET_h8300 is not set
+# TARGET_hppa is not set
 # TARGET_i386 is not set
 # TARGET_i960 is not set
+# TARGET_ia64 is not set
 # TARGET_m68k is not set
 # TARGET_microblaze is not set
 # TARGET_mips is not set
@@ -21,27 +24,33 @@
 # TARGET_sh64 is not set
 # TARGET_sparc is not set
 # TARGET_v850 is not set
+# TARGET_vax is not set
 # TARGET_x86_64 is not set
 
 #
 # Target Architecture Features and Options
 #
-HAVE_ELF=y
 TARGET_ARCH="avr32"
-ARCH_SUPPORTS_BIG_ENDIAN=y
-UCLIBC_COMPLETELY_PIC=y
-CONFIG_AP7000=y
+FORCE_OPTIONS_FOR_ARCH=y
+CONFIG_AVR32_AP7=y
 LINKRELAX=y
-# ARCH_LITTLE_ENDIAN is not set
+TARGET_SUBARCH=""
+
+#
+# Using ELF file format
+#
 ARCH_BIG_ENDIAN=y
-# ARCH_HAS_NO_MMU is not set
+
+#
+# Using Big Endian
+#
 ARCH_HAS_MMU=y
+ARCH_USE_MMU=y
 UCLIBC_HAS_FLOATS=y
-# HAS_FPU is not set
+# UCLIBC_HAS_FPU is not set
 UCLIBC_HAS_SOFT_FLOAT=y
 DO_C99_MATH=y
-KERNEL_SOURCE="/home/ulf/projects/Buildroot/20071001/buildroot/toolchain_build_avr32/linux"
-C_SYMBOL_PREFIX=""
+KERNEL_HEADERS="/usr/include"
 HAVE_DOT_CONFIG=y
 
 #
@@ -50,28 +59,32 @@
 # HAVE_NO_PIC is not set
 DOPIC=y
 # HAVE_NO_SHARED is not set
+# ARCH_HAS_NO_LDSO is not set
 HAVE_SHARED=y
-# ARCH_HAS_NO_LDSO is not set
-BUILD_UCLIBC_LDSO=y
 FORCE_SHAREABLE_TEXT_SEGMENTS=y
 LDSO_LDD_SUPPORT=y
 LDSO_CACHE_SUPPORT=y
 # LDSO_PRELOAD_FILE_SUPPORT is not set
 LDSO_BASE_FILENAME="ld.so"
+# UCLIBC_STATIC_LDCONFIG is not set
 # LDSO_RUNPATH is not set
-# DL_FINI_CRT_COMPAT is not set
 UCLIBC_CTOR_DTOR=y
 # HAS_NO_THREADS is not set
 UCLIBC_HAS_THREADS=y
-PTHREADS_DEBUG_SUPPORT=y
+# PTHREADS_DEBUG_SUPPORT is not set
+LINUXTHREADS_OLD=y
 UCLIBC_HAS_LFS=y
-# UCLIBC_STATIC_LDCONFIG is not set
 # MALLOC is not set
 # MALLOC_SIMPLE is not set
 MALLOC_STANDARD=y
 MALLOC_GLIBC_COMPAT=y
 UCLIBC_DYNAMIC_ATEXIT=y
-HAS_SHADOW=y
+# COMPAT_ATEXIT is not set
+# UCLIBC_SUSV3_LEGACY is not set
+# UCLIBC_SUSV3_LEGACY_MACROS is not set
+UCLIBC_HAS_SHADOW=y
+UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
+UCLIBC_HAS___PROGNAME=y
 UNIX98PTY_ONLY=y
 ASSUME_DEVPTS=y
 UCLIBC_HAS_TM_EXTENSIONS=y
@@ -81,11 +94,20 @@
 UCLIBC_TZ_FILE_PATH="/etc/TZ"
 
 #
+# Advanced Library Settings
+#
+UCLIBC_PWD_BUFFER_SIZE=256
+UCLIBC_GRP_BUFFER_SIZE=256
+
+#
 # Networking Support
 #
 UCLIBC_HAS_IPV6=y
 UCLIBC_HAS_RPC=y
 UCLIBC_HAS_FULL_RPC=y
+# UCLIBC_HAS_REENTRANT_RPC is not set
+# UCLIBC_USE_NETLINK is not set
+# UCLIBC_HAS_BSD_RES_CLOSE is not set
 
 #
 # String and Stdio Support
@@ -126,14 +148,19 @@
 UCLIBC_HAS_SIGNUM_MESSAGES=y
 # UCLIBC_HAS_SYS_SIGLIST is not set
 UCLIBC_HAS_GNU_GETOPT=y
+UCLIBC_HAS_GNU_GETSUBOPT=y
 
 #
 # Big and Tall
 #
 UCLIBC_HAS_REGEX=y
+UCLIBC_HAS_REGEX_OLD=y
+UCLIBC_HAS_FNMATCH=y
+UCLIBC_HAS_FNMATCH_OLD=y
 # UCLIBC_HAS_WORDEXP is not set
 UCLIBC_HAS_FTW=y
 UCLIBC_HAS_GLOB=y
+# UCLIBC_HAS_GNU_GLOB is not set
 
 #
 # Library Installation Options
@@ -143,18 +170,28 @@
 DEVEL_PREFIX="/usr/"
 
 #
-# uClibc security related options
+# Security options
 #
-# UCLIBC_SECURITY is not set
+# UCLIBC_HAS_ARC4RANDOM is not set
+# HAVE_NO_SSP is not set
+# UCLIBC_HAS_SSP is not set
+UCLIBC_BUILD_RELRO=y
+# UCLIBC_BUILD_NOW is not set
+UCLIBC_BUILD_NOEXECSTACK=y
 
 #
 # uClibc development/debugging options
 #
-CROSS_COMPILER_PREFIX="/home/ulf/projects/Buildroot/20071001/buildroot/build_avr32/staging_dir/usr/bin/avr32-linux-uclibc-"
+CROSS_COMPILER_PREFIX="/home/ulf/projects/Buildroot/20071011/buildroot/build_avr32/staging_dir/usr/bin/avr32-uclic-linux-"
+UCLIBC_EXTRA_CFLAGS=""
 # DODEBUG is not set
 # DODEBUG_PT is not set
+DOSTRIP=y
 # DOASSERTS is not set
 # SUPPORT_LD_DEBUG is not set
 # SUPPORT_LD_DEBUG_EARLY is not set
+# UCLIBC_MALLOC_DEBUGGING is not set
 WARNINGS="-Wall"
+# EXTRA_WARNINGS is not set
+# DOMULTI is not set
 # UCLIBC_MJN3_ONLY is not set

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel
@ 2007-10-12 15:17 ulf at uclibc.org
  0 siblings, 0 replies; 25+ messages in thread
From: ulf at uclibc.org @ 2007-10-12 15:17 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2007-10-12 08:17:53 -0700 (Fri, 12 Oct 2007)
New Revision: 20235

Log:
Use correct uImage location for AVR32

Modified:
   trunk/buildroot/target/device/Atmel/Makefile.in


Changeset:
Modified: trunk/buildroot/target/device/Atmel/Makefile.in
===================================================================
--- trunk/buildroot/target/device/Atmel/Makefile.in	2007-10-12 15:16:51 UTC (rev 20234)
+++ trunk/buildroot/target/device/Atmel/Makefile.in	2007-10-12 15:17:53 UTC (rev 20235)
@@ -41,7 +41,15 @@
 
 #LINUX26_BINLOC=$(LINUX26_FORMAT)
 #LINUX26_BINLOC:=$(BINARIES_DIR)/$(LINUX26_KERNEL)
+ifeq ($(BR2_avr32),y)
+AVR32_FORMAT:=$(strip $(subst ",,$(BR2_PACKAGE_LINUX_FORMAT)))
+#"))
+ifeq ($(AVR32_FORMAT),uImage)
+LINUX26_BINLOC=arch/$(KERNEL_ARCH)/boot/images/$(AVR32_FORMAT)
+endif
+endif
 
+
 LINUX26_COPYTO:=/tftpboot
 
 ifeq ($(DEFAULT_KERNEL_HEADERS),2.6.22.1)
@@ -101,6 +109,9 @@
 	@echo LINUX_SOURCE=$(LINUX_SOURCE)
 	@echo TARGETS=$(TARGETS)
 	@echo LINUX26_HEADERS_PATCH_DIR=$(LINUX26_HEADERS_PATCH_DIR)
+	@echo LINUX26_BINLOC=$(LINUX26_BINLOC)
+	@echo LINUX26_FORMAT=$(LINUX26_FORMAT)
+	@echo LINUX26_KERNEL=$(LINUX26_KERNEL)
 
 #TARGETS+=atmel_status
 endif

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel
@ 2007-09-27  0:15 ulf at uclibc.org
  0 siblings, 0 replies; 25+ messages in thread
From: ulf at uclibc.org @ 2007-09-27  0:15 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2007-09-26 17:15:46 -0700 (Wed, 26 Sep 2007)
New Revision: 20051

Log:
Update AVR32 config to avoid questions during uclibc make oldconfig

Modified:
   trunk/buildroot/target/device/Atmel/uClibc.config.avr32


Changeset:
Modified: trunk/buildroot/target/device/Atmel/uClibc.config.avr32
===================================================================
--- trunk/buildroot/target/device/Atmel/uClibc.config.avr32	2007-09-26 23:21:43 UTC (rev 20050)
+++ trunk/buildroot/target/device/Atmel/uClibc.config.avr32	2007-09-27 00:15:46 UTC (rev 20051)
@@ -37,10 +37,11 @@
 # ARCH_HAS_NO_MMU is not set
 ARCH_HAS_MMU=y
 UCLIBC_HAS_FLOATS=y
+# UCLIBC_HAS_FPU is not set
 # HAS_FPU is not set
 UCLIBC_HAS_SOFT_FLOAT=y
 DO_C99_MATH=y
-KERNEL_SOURCE="/home/avr32/buildroot/toolchain_build_avr32/linux"
+KERNEL_SOURCE="/home/ulf/projects/Buildroot/20070927/buildroot/toolchain_build_avr32/linux"
 C_SYMBOL_PREFIX=""
 HAVE_DOT_CONFIG=y
 
@@ -101,7 +102,6 @@
 # UCLIBC_HAS_LOCALE is not set
 UCLIBC_HAS_HEXADECIMAL_FLOATS=y
 UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
-# USE_OLD_VFPRINTF is not set
 UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
 # UCLIBC_HAS_STDIO_BUFSIZ_NONE is not set
@@ -141,7 +141,7 @@
 #
 SHARED_LIB_LOADER_PREFIX="/lib"
 RUNTIME_PREFIX="/"
-DEVEL_PREFIX="/usr"
+DEVEL_PREFIX="/usr/"
 
 #
 # uClibc security related options
@@ -151,7 +151,7 @@
 #
 # uClibc development/debugging options
 #
-CROSS_COMPILER_PREFIX="/home/avr32/buildroot/build_avr32/staging_dir/bin/avr32-linux-uclibc-"
+CROSS_COMPILER_PREFIX="/home/ulf/projects/Buildroot/20070927/buildroot/build_avr32/staging_dir/usr/bin/avr32-linux-uclibc-"
 # DODEBUG is not set
 # DODEBUG_PT is not set
 # DOASSERTS is not set

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel
@ 2007-09-04 16:21 ulf at uclibc.org
  0 siblings, 0 replies; 25+ messages in thread
From: ulf at uclibc.org @ 2007-09-04 16:21 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2007-09-04 09:21:22 -0700 (Tue, 04 Sep 2007)
New Revision: 19779

Log:
Use default LINUX26_BINLOC for at91

Modified:
   trunk/buildroot/target/device/Atmel/Makefile.in


Changeset:
Modified: trunk/buildroot/target/device/Atmel/Makefile.in
===================================================================
--- trunk/buildroot/target/device/Atmel/Makefile.in	2007-09-04 16:20:28 UTC (rev 19778)
+++ trunk/buildroot/target/device/Atmel/Makefile.in	2007-09-04 16:21:22 UTC (rev 19779)
@@ -39,7 +39,7 @@
 # This should be part of target/linux/Makefile.in
 LINUX26_BUILD_DIR:=$(PROJECT_BUILD_DIR)
 
-LINUX26_BINLOC=$(LINUX26_FORMAT)
+#LINUX26_BINLOC=$(LINUX26_FORMAT)
 #LINUX26_BINLOC:=$(BINARIES_DIR)/$(LINUX26_KERNEL)
 
 LINUX26_COPYTO:=/tftpboot

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel
@ 2007-08-22 21:47 ulf at uclibc.org
  0 siblings, 0 replies; 25+ messages in thread
From: ulf at uclibc.org @ 2007-08-22 21:47 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2007-08-22 14:47:56 -0700 (Wed, 22 Aug 2007)
New Revision: 19661

Log:
Remove whitespace damage

Modified:
   trunk/buildroot/target/device/Atmel/Mirrors.in


Changeset:
Modified: trunk/buildroot/target/device/Atmel/Mirrors.in
===================================================================
--- trunk/buildroot/target/device/Atmel/Mirrors.in	2007-08-22 19:31:43 UTC (rev 19660)
+++ trunk/buildroot/target/device/Atmel/Mirrors.in	2007-08-22 21:47:56 UTC (rev 19661)
@@ -1,4 +1,4 @@
-menu	"Atmel Mirrors"
+menu "Atmel Mirrors"
 
 config BR2_ATMEL_MIRROR
 	string "Atmel AVR32/AT91 download site"

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel
@ 2007-08-19 23:13 ulf at uclibc.org
  2007-08-20 16:05 ` Bernhard Fischer
  0 siblings, 1 reply; 25+ messages in thread
From: ulf at uclibc.org @ 2007-08-19 23:13 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2007-08-19 16:13:06 -0700 (Sun, 19 Aug 2007)
New Revision: 19582

Log:
Add kernel patches, if at91 or avr32 is selected

Modified:
   trunk/buildroot/target/device/Atmel/Makefile.in


Changeset:
Modified: trunk/buildroot/target/device/Atmel/Makefile.in
===================================================================
--- trunk/buildroot/target/device/Atmel/Makefile.in	2007-08-19 22:57:25 UTC (rev 19581)
+++ trunk/buildroot/target/device/Atmel/Makefile.in	2007-08-19 23:13:06 UTC (rev 19582)
@@ -44,18 +44,20 @@
 
 LINUX26_COPYTO:=/tftpboot
 
+ifeq	($(DEFAULT_KERNEL_HEADERS),2.6.22.1)
+KERNEL_HEADERS_PATCH_DIR:=target/device/Atmel/linux/kernel-patches-$(DOWNLOAD_LINUX26_VERSION)
+else
 # Patch during kernel header build
 ifeq ($(BR2_avr32),y)
-LINUX26_KERNEL_PATCH_DIR:=target/device/Atmel/arch-avr32/kernel-patches-$(DOWNLOAD_LINUX26_VERSION)
+KERNEL_HEADERS_PATCH_DIR:=target/device/Atmel/arch-avr32/kernel-patches-$(DOWNLOAD_LINUX26_VERSION)
 endif
-
 # Patch during kernel build
 ifeq ($(BR2_arm),y)
 #LINUX26_PATCH_DIR:=target/device/Atmel/arch-at91/kernel-patches-$(DOWNLOAD_LINUX26_VERSION)
-LINUX26_KERNEL_PATCH_DIR:=target/device/Atmel/arch-at91/kernel-patches-$(DOWNLOAD_LINUX26_VERSION)
+KERNEL_HEADERS_PATCH_DIR:=target/device/Atmel/arch-arm/kernel-patches-$(DOWNLOAD_LINUX26_VERSION)
 endif
+endif
 
-
 # The board specific Makefile.in can redefine BOARD_NAME's
 LINUX_BOARD_NAME:=$(BOARD_NAME)
 UBOOT_BOARD_NAME:=$(BOARD_NAME)
@@ -98,6 +100,7 @@
 	@echo DOWNLOAD_LINUX26_VERSION=$(DOWNLOAD_LINUX26_VERSION)
 	@echo LINUX_SOURCE=$(LINUX_SOURCE)
 	@echo TARGETS=$(TARGETS)
+	@echo LINUX26_HEADERS_PATCH_DIR=$(LINUX26_HEADERS_PATCH_DIR)
 
 #TARGETS+=atmel_status
 endif

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel
@ 2007-08-01 11:53 ulf at uclibc.org
  0 siblings, 0 replies; 25+ messages in thread
From: ulf at uclibc.org @ 2007-08-01 11:53 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2007-08-01 04:53:25 -0700 (Wed, 01 Aug 2007)
New Revision: 19388

Log:
Use PROJECT related kernel name for Atmel boards

Modified:
   trunk/buildroot/target/device/Atmel/Makefile.in


Changeset:
Modified: trunk/buildroot/target/device/Atmel/Makefile.in
===================================================================
--- trunk/buildroot/target/device/Atmel/Makefile.in	2007-08-01 11:52:15 UTC (rev 19387)
+++ trunk/buildroot/target/device/Atmel/Makefile.in	2007-08-01 11:53:25 UTC (rev 19388)
@@ -39,7 +39,7 @@
 # This should be part of target/linux/Makefile.in
 LINUX26_BUILD_DIR:=$(PROJECT_BUILD_DIR)
 
-#LINUX26_BINLOC=$(LINUX26_FORMAT)
+LINUX26_BINLOC=$(LINUX26_FORMAT)
 #LINUX26_BINLOC:=$(BINARIES_DIR)/$(LINUX26_KERNEL)
 
 LINUX26_COPYTO:=/tftpboot
@@ -53,6 +53,7 @@
 
 BR2_PACKAGE_BUSYBOX_CONFIG:=$(BR2_BOARD_PATH)/busybox-$(BR2_BUSYBOX_VERSION).config
 
+LINUX26_KERNEL=$(BINARIES_DIR)/$(PROJECT)-linux-$(LINUX26_VERSION)
 
 # Update things in board specific makefiles
 include target/device/Atmel/*/Makefile.in

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel
@ 2007-07-29  8:33 ulf at uclibc.org
  0 siblings, 0 replies; 25+ messages in thread
From: ulf at uclibc.org @ 2007-07-29  8:33 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2007-07-29 01:33:31 -0700 (Sun, 29 Jul 2007)
New Revision: 19323

Log:
Add AVR32 specific uclibc.config

Added:
   trunk/buildroot/target/device/Atmel/uClibc.config.avr32


Changeset:
Added: trunk/buildroot/target/device/Atmel/uClibc.config.avr32
===================================================================
--- trunk/buildroot/target/device/Atmel/uClibc.config.avr32	                        (rev 0)
+++ trunk/buildroot/target/device/Atmel/uClibc.config.avr32	2007-07-29 08:33:31 UTC (rev 19323)
@@ -0,0 +1,161 @@
+#
+# Automatically generated make config: don't edit
+#
+# TARGET_alpha is not set
+# TARGET_arm is not set
+TARGET_avr32=y
+# TARGET_bfin is not set
+# TARGET_cris is not set
+# TARGET_e1 is not set
+# TARGET_frv is not set
+# TARGET_h8300 is not set
+# TARGET_i386 is not set
+# TARGET_i960 is not set
+# TARGET_m68k is not set
+# TARGET_microblaze is not set
+# TARGET_mips is not set
+# TARGET_nios is not set
+# TARGET_nios2 is not set
+# TARGET_powerpc is not set
+# TARGET_sh is not set
+# TARGET_sh64 is not set
+# TARGET_sparc is not set
+# TARGET_v850 is not set
+# TARGET_x86_64 is not set
+
+#
+# Target Architecture Features and Options
+#
+HAVE_ELF=y
+TARGET_ARCH="avr32"
+ARCH_SUPPORTS_BIG_ENDIAN=y
+UCLIBC_COMPLETELY_PIC=y
+CONFIG_AP7000=y
+LINKRELAX=y
+# ARCH_LITTLE_ENDIAN is not set
+ARCH_BIG_ENDIAN=y
+# ARCH_HAS_NO_MMU is not set
+ARCH_HAS_MMU=y
+UCLIBC_HAS_FLOATS=y
+# HAS_FPU is not set
+UCLIBC_HAS_SOFT_FLOAT=y
+DO_C99_MATH=y
+KERNEL_SOURCE="/home/avr32/buildroot/toolchain_build_avr32/linux"
+C_SYMBOL_PREFIX=""
+HAVE_DOT_CONFIG=y
+
+#
+# General Library Settings
+#
+# HAVE_NO_PIC is not set
+DOPIC=y
+# HAVE_NO_SHARED is not set
+HAVE_SHARED=y
+# ARCH_HAS_NO_LDSO is not set
+BUILD_UCLIBC_LDSO=y
+FORCE_SHAREABLE_TEXT_SEGMENTS=y
+LDSO_LDD_SUPPORT=y
+LDSO_CACHE_SUPPORT=y
+# LDSO_PRELOAD_FILE_SUPPORT is not set
+LDSO_BASE_FILENAME="ld.so"
+# LDSO_RUNPATH is not set
+# DL_FINI_CRT_COMPAT is not set
+UCLIBC_CTOR_DTOR=y
+# HAS_NO_THREADS is not set
+UCLIBC_HAS_THREADS=y
+PTHREADS_DEBUG_SUPPORT=y
+UCLIBC_HAS_LFS=y
+# UCLIBC_STATIC_LDCONFIG is not set
+# MALLOC is not set
+# MALLOC_SIMPLE is not set
+MALLOC_STANDARD=y
+MALLOC_GLIBC_COMPAT=y
+UCLIBC_DYNAMIC_ATEXIT=y
+HAS_SHADOW=y
+UNIX98PTY_ONLY=y
+ASSUME_DEVPTS=y
+UCLIBC_HAS_TM_EXTENSIONS=y
+UCLIBC_HAS_TZ_CACHING=y
+UCLIBC_HAS_TZ_FILE=y
+UCLIBC_HAS_TZ_FILE_READ_MANY=y
+UCLIBC_TZ_FILE_PATH="/etc/TZ"
+
+#
+# Networking Support
+#
+UCLIBC_HAS_IPV6=y
+UCLIBC_HAS_RPC=y
+UCLIBC_HAS_FULL_RPC=y
+
+#
+# String and Stdio Support
+#
+UCLIBC_HAS_STRING_GENERIC_OPT=y
+UCLIBC_HAS_STRING_ARCH_OPT=y
+UCLIBC_HAS_CTYPE_TABLES=y
+UCLIBC_HAS_CTYPE_SIGNED=y
+# UCLIBC_HAS_CTYPE_UNSAFE is not set
+UCLIBC_HAS_CTYPE_CHECKED=y
+# UCLIBC_HAS_CTYPE_ENFORCED is not set
+UCLIBC_HAS_WCHAR=y
+# UCLIBC_HAS_LOCALE is not set
+UCLIBC_HAS_HEXADECIMAL_FLOATS=y
+UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
+# USE_OLD_VFPRINTF is not set
+UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
+UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
+# UCLIBC_HAS_STDIO_BUFSIZ_NONE is not set
+# UCLIBC_HAS_STDIO_BUFSIZ_256 is not set
+# UCLIBC_HAS_STDIO_BUFSIZ_512 is not set
+# UCLIBC_HAS_STDIO_BUFSIZ_1024 is not set
+# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
+UCLIBC_HAS_STDIO_BUFSIZ_4096=y
+# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
+UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
+# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
+# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
+# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
+UCLIBC_HAS_STDIO_GETC_MACRO=y
+UCLIBC_HAS_STDIO_PUTC_MACRO=y
+UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
+# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
+UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
+UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
+UCLIBC_HAS_PRINTF_M_SPEC=y
+UCLIBC_HAS_ERRNO_MESSAGES=y
+# UCLIBC_HAS_SYS_ERRLIST is not set
+UCLIBC_HAS_SIGNUM_MESSAGES=y
+# UCLIBC_HAS_SYS_SIGLIST is not set
+UCLIBC_HAS_GNU_GETOPT=y
+
+#
+# Big and Tall
+#
+UCLIBC_HAS_REGEX=y
+# UCLIBC_HAS_WORDEXP is not set
+UCLIBC_HAS_FTW=y
+UCLIBC_HAS_GLOB=y
+
+#
+# Library Installation Options
+#
+SHARED_LIB_LOADER_PREFIX="/lib"
+RUNTIME_PREFIX="/"
+DEVEL_PREFIX="/usr"
+
+#
+# uClibc security related options
+#
+# UCLIBC_SECURITY is not set
+
+#
+# uClibc development/debugging options
+#
+CROSS_COMPILER_PREFIX="/home/avr32/buildroot/build_avr32/staging_dir/bin/avr32-linux-uclibc-"
+# DODEBUG is not set
+# DODEBUG_PT is not set
+# DOASSERTS is not set
+# SUPPORT_LD_DEBUG is not set
+# SUPPORT_LD_DEBUG_EARLY is not set
+WARNINGS="-Wall"
+# UCLIBC_MJN3_ONLY is not set

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel
@ 2007-07-29  7:32 ulf at uclibc.org
  0 siblings, 0 replies; 25+ messages in thread
From: ulf at uclibc.org @ 2007-07-29  7:32 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2007-07-29 00:32:44 -0700 (Sun, 29 Jul 2007)
New Revision: 19321

Log:
Cleanup of Atmel Makefile

Modified:
   trunk/buildroot/target/device/Atmel/Makefile.in


Changeset:
Modified: trunk/buildroot/target/device/Atmel/Makefile.in
===================================================================
--- trunk/buildroot/target/device/Atmel/Makefile.in	2007-07-29 07:22:12 UTC (rev 19320)
+++ trunk/buildroot/target/device/Atmel/Makefile.in	2007-07-29 07:32:44 UTC (rev 19321)
@@ -39,7 +39,7 @@
 # This should be part of target/linux/Makefile.in
 LINUX26_BUILD_DIR:=$(PROJECT_BUILD_DIR)
 
-LINUX26_BINLOC=$(LINUX26_FORMAT)
+#LINUX26_BINLOC=$(LINUX26_FORMAT)
 #LINUX26_BINLOC:=$(BINARIES_DIR)/$(LINUX26_KERNEL)
 
 LINUX26_COPYTO:=/tftpboot
@@ -51,7 +51,7 @@
 UBOOT_BOARD_NAME:=$(BOARD_NAME)
 DFB_BOARD_NAME:=$(BOARD_NAME)
 
-BR2_PACKAGE_BUSYBOX_CONFIG:=$(BR2_BOARD_PATH)/busybox-1.6.0.config
+BR2_PACKAGE_BUSYBOX_CONFIG:=$(BR2_BOARD_PATH)/busybox-$(BR2_BUSYBOX_VERSION).config
 
 
 # Update things in board specific makefiles
@@ -78,17 +78,15 @@
 include $(ATMEL_PATH)/at91bootstrap/at91bootstrap.mk
 endif
 
+atmel_status:
+	@echo PROJECT_BUILD_DIR=$(PROJECT_BUILD_DIR)
+	@echo BOARD_NAME=$(BOARD_NAME)
+	@echo BR2_BOARD_PATH=$(BR2_BOARD_PATH)
+	@echo BR2_MAJOR_MINOR=$(BR2_LINUX_MAJOR_VERSION)$(BR2_LINUX_MINOR_VERSION)
+	@echo MAJOR_MINOR=$(LINUX_MAJOR_VER)$(LINUX_MINOR_VER)
+	@echo DOWNLOAD_LINUX26_VERSION=$(DOWNLOAD_LINUX26_VERSION)
+	@echo LINUX_SOURCE=$(LINUX_SOURCE)
+	@echo TARGETS=$(TARGETS)
 
-testa:
-	echo	boardname=$(BOARD_NAME)
-	echo 	boardpath=$(BR2_BOARD_PATH)
-	echo 	BR2_MAJOR_MINOR=$(BR2_LINUX_MAJOR_VERSION)$(BR2_LINUX_MINOR_VERSION)
-	echo 	MAJOR_MINOR=$(LINUX_MAJOR_VER)$(LINUX_MINOR_VER)
-	echo	DOWNLOAD_LINUX_VERSION=$(DOWNLOAD_LINUX26_VERSION)
-	echo	LINUX_SOURCE=$(LINUX_SOURCE)
-	echo	$(TESTA)
-	echo	$(TESTA2)
-	echo	$(TARGETS)
-
-#TARGETS+=testa
+#TARGETS+=atmel_status
 endif

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel
@ 2007-07-29  7:22 ulf at uclibc.org
  0 siblings, 0 replies; 25+ messages in thread
From: ulf at uclibc.org @ 2007-07-29  7:22 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2007-07-29 00:22:12 -0700 (Sun, 29 Jul 2007)
New Revision: 19320

Log:
Update AVR32 target configuration

Modified:
   trunk/buildroot/target/device/Atmel/AVR32_Config.in


Changeset:
Modified: trunk/buildroot/target/device/Atmel/AVR32_Config.in
===================================================================
--- trunk/buildroot/target/device/Atmel/AVR32_Config.in	2007-07-29 07:19:44 UTC (rev 19319)
+++ trunk/buildroot/target/device/Atmel/AVR32_Config.in	2007-07-29 07:22:12 UTC (rev 19320)
@@ -2,7 +2,7 @@
 	depends BR2_avr32
 
 config BR2_TARGET_AVR32
-	bool "Board support for the Atmel AP7000 range of microprocessors"
+	bool "Board support for the Atmel AP7 microprocessors"
 	depends BR2_avr32
 	default n
 	help
@@ -33,24 +33,6 @@
 	help
 	  Atmel AT32AP7002 AVR32 based systems
 
-config BR2_TARGET_AT32AP7200
-	bool "Board support for the Atmel AT32AP7200 Microprocessor"
-	depends BR2_TARGET_AVR32
-	help
-	  Atmel AT32AP7200 AVR32 based systems
-
-config BR2_TARGET_AT32AP7010
-	bool "Board support for the Atmel AT32AP7010 Microprocessor"
-	depends BR2_TARGET_AVR32
-	help
-	  Atmel AT32AP7010 AVR32 based systems
-
-config BR2_TARGET_AT32AP7020
-	bool "Board support for the Atmel AT32AP7020 Microprocessor"
-	depends BR2_TARGET_AVR32
-	help
-	  Atmel AT32AP7020 AVR32 based systems
-
 endchoice
 
 comment "Development Board support"
@@ -59,31 +41,22 @@
 choice
 	prompt "Development Board support"
 	depends BR2_TARGET_AVR32
-	default BR2_TARGET_STK1000
+	default BR2_TARGET_AVR32_ATSTK1002
 	help
 	  Select the specific AVR32 development board you wish to use.
 
-config BR2_TARGET_STK1002
-	bool "Atmel STK1000/2 AVR32 Development Board Support"
+config BR2_TARGET_AVR32_ATSTK1002
+	bool "Atmel ATSTK1000/2 AVR32 Development Board Support"
 	depends BR2_TARGET_AT32AP7000
 	select BR2_PACKAGE_LINUX
 	help
-	  The Atmel STK1000 AVR32 Development Board
+	  The Atmel ATSTK1000 AVR32 Development Board
 
-config BR2_TARGET_AVR32_GATEWAY
+config BR2_TARGET_AVR32_ATNGW100
 	bool "Atmel AVR32 Network Gateway Board Support"
 	depends BR2_TARGET_AT32AP7000
 	select BR2_PACKAGE_LINUX
 	help
 	  The Atmel AVR32 Network Gateway Board
 
-config BR2_TARGET_AVR32_COM
-	bool "Atmel AVR32 Computer On Module Support"
-	depends BR2_TARGET_AT32AP7200
-	select BR2_PACKAGE_LINUX
-	help
-	  The Atmel AVR32 Computer On Module (Not Yet Implemented)
-
 endchoice
-
-

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel
@ 2007-07-29  7:19 ulf at uclibc.org
  0 siblings, 0 replies; 25+ messages in thread
From: ulf at uclibc.org @ 2007-07-29  7:19 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2007-07-29 00:19:44 -0700 (Sun, 29 Jul 2007)
New Revision: 19319

Log:
Cleanup of Atmel configuration

Modified:
   trunk/buildroot/target/device/Atmel/Config.in


Changeset:
Modified: trunk/buildroot/target/device/Atmel/Config.in
===================================================================
--- trunk/buildroot/target/device/Atmel/Config.in	2007-07-29 07:17:01 UTC (rev 19318)
+++ trunk/buildroot/target/device/Atmel/Config.in	2007-07-29 07:19:44 UTC (rev 19319)
@@ -1,7 +1,7 @@
 menuconfig BR2_TARGET_ATMEL
 	bool "Atmel Device Support"
 	depends on BR2_arm || BR2_avr32
-	default n	
+	default n
 
 if BR2_TARGET_ATMEL
 
@@ -20,9 +20,8 @@
 	default	"at91sam9262ek"		if	BR2_TARGET_AT91SAM9262EK
 	default	"at91sam9263ek"		if	BR2_TARGET_AT91SAM9263EK
 	default	"at91sam9xeek"		if	BR2_TARGET_AT91SAM9XEEK
-	default	"atstk1002"		if	BR2_TARGET_STK1002
-	default	"avr32_com"		if	BR2_TARGET_AVR32_COM
-	default	"avr32_ngw"		if	BR2_TARGET_AVR32_GATEWAY
+	default	"atstk1002"		if	BR2_TARGET_AVR32_ATSTK1002
+	default	"atngw100"		if	BR2_TARGET_AVR32_ATNGW100
 
 config BR2_TARGET_AT91_ADVANCED_INFO
 	bool "Remove work in progress"
@@ -36,10 +35,10 @@
 
 
 menu "Secondary locations"
-	    
+
 config BR2_AT91_LINUXPATCH_SITE
 	string "AT91 Linux Patch mirror site"
-	depends on BR2_TARGET_AT91 || BR2_TARGET_AVR32
+	depends on BR2_TARGET_AT91
 	default "http://maxim.org.za/AT91RM9200/2.6"
 	help
 	    Main download location for AT91 Linux stuff

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel
@ 2007-07-20 11:03 ulf at uclibc.org
  0 siblings, 0 replies; 25+ messages in thread
From: ulf at uclibc.org @ 2007-07-20 11:03 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2007-07-20 04:03:20 -0700 (Fri, 20 Jul 2007)
New Revision: 19175

Log:
Cleanup of Atmel Makefile.in

Modified:
   trunk/buildroot/target/device/Atmel/Makefile.in


Changeset:
Modified: trunk/buildroot/target/device/Atmel/Makefile.in
===================================================================
--- trunk/buildroot/target/device/Atmel/Makefile.in	2007-07-20 10:49:46 UTC (rev 19174)
+++ trunk/buildroot/target/device/Atmel/Makefile.in	2007-07-20 11:03:20 UTC (rev 19175)
@@ -19,7 +19,7 @@
 LINUX_BSP_PATCH:=$(strip  $(subst ",, $(BR2_LINUX_BSP_ATMEL_PATCH)))
 
 # These are set by "new" Config.in
-LINUX26_KCONFIG:=$(strip  $(subst ",, $(BR2_BOARD_PATH)/$(BOARD_NAME)-linux-$(DOWNLOAD_LINUX26_VERSION).config))
+LINUX26_KCONFIG:=$(BOARD_PATH)/$(BOARD_NAME)-linux-$(LINUX26_VERSION).config
 
 # This should be part of target/linux/Makefile.in
 LINUX26_BUILD_DIR:=$(PROJECT_BUILD_DIR)

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel
@ 2007-06-07 10:48 aldot at uclibc.org
  0 siblings, 0 replies; 25+ messages in thread
From: aldot at uclibc.org @ 2007-06-07 10:48 UTC (permalink / raw)
  To: buildroot

Author: aldot
Date: 2007-06-07 03:48:01 -0700 (Thu, 07 Jun 2007)
New Revision: 18765

Log:
- hide atmel target if arch is not arm nor avr32


Modified:
   trunk/buildroot/target/device/Atmel/Config.in


Changeset:
Modified: trunk/buildroot/target/device/Atmel/Config.in
===================================================================
--- trunk/buildroot/target/device/Atmel/Config.in	2007-06-06 21:05:18 UTC (rev 18764)
+++ trunk/buildroot/target/device/Atmel/Config.in	2007-06-07 10:48:01 UTC (rev 18765)
@@ -1,5 +1,9 @@
-menu "Atmel Target"
+menuconfig BR2_TARGET_ATMEL
+	bool "Atmel Target"
+	depends on BR2_arm || BR2_avr32
+	default n
 
+if BR2_TARGET_ATMEL
 comment "Add Atmel Target here"
 
-endmenu
+endif

^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2009-01-29 21:29 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-28 22:20 [Buildroot] svn commit: trunk/buildroot/target/device/Atmel aldot at uclibc.org
  -- strict thread matches above, loose matches on Subject: below --
2009-01-29 21:29 ulf at uclibc.org
2009-01-11 21:15 ulf at uclibc.org
2008-12-20 22:26 ulf at uclibc.org
2008-12-20 22:23 ulf at uclibc.org
2008-12-20 22:17 ulf at uclibc.org
2008-12-23  9:42 ` Peter Korsgaard
2008-03-30 22:23 ulf at uclibc.org
2008-03-29 20:38 ulf at uclibc.org
2008-01-08 21:03 ulf at uclibc.org
2007-10-18 12:37 ulf at uclibc.org
2007-10-12 15:18 ulf at uclibc.org
2007-10-12 15:17 ulf at uclibc.org
2007-09-27  0:15 ulf at uclibc.org
2007-09-04 16:21 ulf at uclibc.org
2007-08-22 21:47 ulf at uclibc.org
2007-08-19 23:13 ulf at uclibc.org
2007-08-20 16:05 ` Bernhard Fischer
2007-08-01 11:53 ulf at uclibc.org
2007-07-29  8:33 ulf at uclibc.org
2007-07-29  7:32 ulf at uclibc.org
2007-07-29  7:22 ulf at uclibc.org
2007-07-29  7:19 ulf at uclibc.org
2007-07-20 11:03 ulf at uclibc.org
2007-06-07 10:48 aldot at uclibc.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox