Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel: at91rm9200df at91sam9260dfc at91sam9261e etc...
@ 2008-03-30 20:42 ulf at uclibc.org
  0 siblings, 0 replies; 6+ messages in thread
From: ulf at uclibc.org @ 2008-03-30 20:42 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2008-03-30 13:42:40 -0700 (Sun, 30 Mar 2008)
New Revision: 21585

Log:
Update at91 defconfigs

Modified:
   trunk/buildroot/target/device/Atmel/at91rm9200df/at91rm9200df_defconfig
   trunk/buildroot/target/device/Atmel/at91sam9260dfc/at91sam9260dfc_defconfig
   trunk/buildroot/target/device/Atmel/at91sam9261ek/at91sam9261ek_defconfig
   trunk/buildroot/target/device/Atmel/at91sam9263ek/at91sam9263ek_defconfig


Changeset:

Sorry, the patch is too large to include (1402 lines).
Please use ViewCVS to see it!

http://uclibc.org/cgi-bin/viewcvs.cgi?view=rev&root=svn&rev=21585

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel: at91rm9200df at91sam9260dfc at91sam9261e etc...
@ 2009-01-31 21:44 ulf at uclibc.org
  2009-01-31 22:03 ` Peter Korsgaard
  0 siblings, 1 reply; 6+ messages in thread
From: ulf at uclibc.org @ 2009-01-31 21:44 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2009-01-31 21:44:04 +0000 (Sat, 31 Jan 2009)
New Revision: 25199

Log:
Add AT91 defconfigs for binary toolchains

Added:
   trunk/buildroot/target/device/Atmel/at91rm9200df/at91rm9200df_ext_bare_defconfig
   trunk/buildroot/target/device/Atmel/at91rm9200df/at91rm9200df_ext_defconfig
   trunk/buildroot/target/device/Atmel/at91sam9261ek/at91sam9261ek_ext_bare_defconfig
   trunk/buildroot/target/device/Atmel/at91sam9261ek/at91sam9261ek_ext_defconfig
   trunk/buildroot/target/device/Atmel/at91sam9263ek/at91sam9263ek_ext_bare_defconfig
   trunk/buildroot/target/device/Atmel/at91sam9263ek/at91sam9263ek_ext_defconfig
   trunk/buildroot/target/device/Atmel/at91sam9g20dfc/at91sam9g20dfc_ext_bare_defconfig
   trunk/buildroot/target/device/Atmel/at91sam9g20dfc/at91sam9g20dfc_ext_defconfig

Modified:
   trunk/buildroot/target/device/Atmel/at91sam9260dfc/at91sam9260dfc_ext_bare_defconfig


Changeset:

Sorry, the patch is too large to include (6840 lines).
Please use ViewCVS to see it!

http://uclibc.org/cgi-bin/viewcvs.cgi?view=rev&root=svn&rev=25199

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

Author: ulf
Date: 2007-08-11 16:09:34 -0700 (Sat, 11 Aug 2007)
New Revision: 19446

Log:
Cleanup Atmel boards

Modified:
   trunk/buildroot/target/device/Atmel/at91rm9200df/Makefile.in
   trunk/buildroot/target/device/Atmel/at91sam9260dfc/Makefile.in
   trunk/buildroot/target/device/Atmel/at91sam9261ek/Makefile.in
   trunk/buildroot/target/device/Atmel/at91sam9263ek/Makefile.in
   trunk/buildroot/target/device/Atmel/atngw100/Makefile.in
   trunk/buildroot/target/device/Atmel/atstk1002/Makefile.in


Changeset:
Modified: trunk/buildroot/target/device/Atmel/at91rm9200df/Makefile.in
===================================================================
--- trunk/buildroot/target/device/Atmel/at91rm9200df/Makefile.in	2007-08-11 23:03:04 UTC (rev 19445)
+++ trunk/buildroot/target/device/Atmel/at91rm9200df/Makefile.in	2007-08-11 23:09:34 UTC (rev 19446)
@@ -1,10 +1,10 @@
-ifeq ($(strip$(BOARD_NAME)),at91rm9200df)
+ifeq ($(BOARD_NAME),at91rm9200df)
 LINUX_BOARD_NAME=at91rm9200ek
 BR2_PACKAGE_BUSYBOX_CONFIG:=$(BR2_BOARD_PATH)/busybox-1.6.0.config
 endif
 
 
-ifeq ($(strip$(BOARD_NAME)),at91rm9200ek)
+ifeq ($(BOARD_NAME),at91rm9200ek)
 BR2_PACKAGE_BUSYBOX_CONFIG:=$(BR2_BOARD_PATH)/busybox-1.6.0.config
 endif
 

Modified: trunk/buildroot/target/device/Atmel/at91sam9260dfc/Makefile.in
===================================================================
--- trunk/buildroot/target/device/Atmel/at91sam9260dfc/Makefile.in	2007-08-11 23:03:04 UTC (rev 19445)
+++ trunk/buildroot/target/device/Atmel/at91sam9260dfc/Makefile.in	2007-08-11 23:09:34 UTC (rev 19446)
@@ -1,6 +1,4 @@
-ifeq ($(strip$(BOARD_NAME)),at91sam9260dfc)
+ifeq ($(BOARD_NAME),at91sam9260dfc)
 LINUX26_BOARD_NAME=at91sam9260ek
 BR2_PACKAGE_BUSYBOX_CONFIG:=$(BR2_BOARD_PATH)/busybox-1.6.0.config
 endif
-
-

Modified: trunk/buildroot/target/device/Atmel/at91sam9261ek/Makefile.in
===================================================================
--- trunk/buildroot/target/device/Atmel/at91sam9261ek/Makefile.in	2007-08-11 23:03:04 UTC (rev 19445)
+++ trunk/buildroot/target/device/Atmel/at91sam9261ek/Makefile.in	2007-08-11 23:09:34 UTC (rev 19446)
@@ -1,3 +1,3 @@
-ifeq ($(strip $(BOARD_NAME)),at91sam9261ek)
+ifeq ($(BOARD_NAME),at91sam9261ek)
 BR2_PACKAGE_BUSYBOX_CONFIG:=$(BR2_BOARD_PATH)/busybox-1.6.0.config
 endif

Modified: trunk/buildroot/target/device/Atmel/at91sam9263ek/Makefile.in
===================================================================
--- trunk/buildroot/target/device/Atmel/at91sam9263ek/Makefile.in	2007-08-11 23:03:04 UTC (rev 19445)
+++ trunk/buildroot/target/device/Atmel/at91sam9263ek/Makefile.in	2007-08-11 23:09:34 UTC (rev 19446)
@@ -1,3 +1,3 @@
-ifeq ($(strip $(BOARD_NAME)),at91sam9263ek)
+ifeq ($(BOARD_NAME),at91sam9263ek)
 BR2_PACKAGE_BUSYBOX_CONFIG:=$(BR2_BOARD_PATH)/busybox-1.6.0.config
 endif

Modified: trunk/buildroot/target/device/Atmel/atngw100/Makefile.in
===================================================================
--- trunk/buildroot/target/device/Atmel/atngw100/Makefile.in	2007-08-11 23:03:04 UTC (rev 19445)
+++ trunk/buildroot/target/device/Atmel/atngw100/Makefile.in	2007-08-11 23:09:34 UTC (rev 19446)
@@ -1,12 +1,12 @@
-ATNGW100_PATH=target/device/Atmel/atngw100
-
+ifeq ($(BOARD_NAME),atngw100)
 #BR2_PACKAGE_BUSYBOX_CONFIG=$(ATNGW100_PATH)/busybox.config
 #UCLIBC_CONFIG_FILE=target/device/Atmel/uClibc.config.$(ARCH)
 
-TARGET_SKELETON=$(ATNGW100_PATH)/target_skeleton
-TARGET_DEVICE_TABLE=$(ATNGW100_PATH)/device_table.txt
+TARGET_SKELETON=$(BOARD_PATH)/target_skeleton
+TARGET_DEVICE_TABLE=$(BOARD_PATH)/device_table.txt
 
 ifeq ($(strip $(BR2_PACKAGE_LINUX)),y)
 #LINUX26_FORMAT=uImage
-#LINUX26_KCONFIG=$(ATNGW100_PATH)/linux26.config
+#LINUX26_KCONFIG=$(BOARD_PATH)/linux26.config
 endif
+endif

Modified: trunk/buildroot/target/device/Atmel/atstk1002/Makefile.in
===================================================================
--- trunk/buildroot/target/device/Atmel/atstk1002/Makefile.in	2007-08-11 23:03:04 UTC (rev 19445)
+++ trunk/buildroot/target/device/Atmel/atstk1002/Makefile.in	2007-08-11 23:09:34 UTC (rev 19446)
@@ -1,12 +1,12 @@
-ATSTK1002_PATH=target/device/Atmel/atstk1002
-
+ifeq ($(BOARD_NAME),atstk1002)
 #BR2_PACKAGE_BUSYBOX_CONFIG=$(ATSTK1000_PATH)/busybox.config
 #UCLIBC_CONFIG_FILE=target/device/Atmel/uClibc.config.$(ARCH)
 
-TARGET_SKELETON=$(ATSTK1002_PATH)/target_skeleton
-TARGET_DEVICE_TABLE=$(ATSTK1002_PATH)/device_table.txt
+TARGET_SKELETON=$(BOARD_PATH)/target_skeleton
+TARGET_DEVICE_TABLE=$(BOARD_PATH)/device_table.txt
 
 ifeq ($(strip $(BR2_PACKAGE_LINUX)),y)
 #LINUX26_FORMAT=uImage
-#LINUX26_KCONFIG=$(ATSTK1000_PATH)/linux26.atstk1002.config
+#LINUX26_KCONFIG=$(BOARD_PATH)/linux26.atstk1002.config
 endif
+endif

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

Author: ulf
Date: 2007-07-29 00:34:13 -0700 (Sun, 29 Jul 2007)
New Revision: 19322

Log:
Use 1.6.0 config file for AT91 targets

Modified:
   trunk/buildroot/target/device/Atmel/at91rm9200df/Makefile.in
   trunk/buildroot/target/device/Atmel/at91sam9260dfc/Makefile.in
   trunk/buildroot/target/device/Atmel/at91sam9261ek/Makefile.in
   trunk/buildroot/target/device/Atmel/at91sam9263ek/Makefile.in


Changeset:
Modified: trunk/buildroot/target/device/Atmel/at91rm9200df/Makefile.in
===================================================================
--- trunk/buildroot/target/device/Atmel/at91rm9200df/Makefile.in	2007-07-29 07:32:44 UTC (rev 19321)
+++ trunk/buildroot/target/device/Atmel/at91rm9200df/Makefile.in	2007-07-29 07:34:13 UTC (rev 19322)
@@ -1,5 +1,10 @@
 ifeq ($(strip$(BOARD_NAME)),at91rm9200df)
 LINUX_BOARD_NAME=at91rm9200ek
+BR2_PACKAGE_BUSYBOX_CONFIG:=$(BR2_BOARD_PATH)/busybox-1.6.0.config
 endif
 
 
+ifeq ($(strip$(BOARD_NAME)),at91rm9200ek)
+BR2_PACKAGE_BUSYBOX_CONFIG:=$(BR2_BOARD_PATH)/busybox-1.6.0.config
+endif
+

Modified: trunk/buildroot/target/device/Atmel/at91sam9260dfc/Makefile.in
===================================================================
--- trunk/buildroot/target/device/Atmel/at91sam9260dfc/Makefile.in	2007-07-29 07:32:44 UTC (rev 19321)
+++ trunk/buildroot/target/device/Atmel/at91sam9260dfc/Makefile.in	2007-07-29 07:34:13 UTC (rev 19322)
@@ -1,5 +1,6 @@
 ifeq ($(strip$(BOARD_NAME)),at91sam9260dfc)
 LINUX26_BOARD_NAME=at91sam9260ek
+BR2_PACKAGE_BUSYBOX_CONFIG:=$(BR2_BOARD_PATH)/busybox-1.6.0.config
 endif
 
 

Modified: trunk/buildroot/target/device/Atmel/at91sam9261ek/Makefile.in
===================================================================
--- trunk/buildroot/target/device/Atmel/at91sam9261ek/Makefile.in	2007-07-29 07:32:44 UTC (rev 19321)
+++ trunk/buildroot/target/device/Atmel/at91sam9261ek/Makefile.in	2007-07-29 07:34:13 UTC (rev 19322)
@@ -1,2 +1,3 @@
 ifeq ($(strip $(BOARD_NAME)),at91sam9261ek)
+BR2_PACKAGE_BUSYBOX_CONFIG:=$(BR2_BOARD_PATH)/busybox-1.6.0.config
 endif

Modified: trunk/buildroot/target/device/Atmel/at91sam9263ek/Makefile.in
===================================================================
--- trunk/buildroot/target/device/Atmel/at91sam9263ek/Makefile.in	2007-07-29 07:32:44 UTC (rev 19321)
+++ trunk/buildroot/target/device/Atmel/at91sam9263ek/Makefile.in	2007-07-29 07:34:13 UTC (rev 19322)
@@ -1,2 +1,3 @@
 ifeq ($(strip $(BOARD_NAME)),at91sam9263ek)
+BR2_PACKAGE_BUSYBOX_CONFIG:=$(BR2_BOARD_PATH)/busybox-1.6.0.config
 endif

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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-30 20:42 [Buildroot] svn commit: trunk/buildroot/target/device/Atmel: at91rm9200df at91sam9260dfc at91sam9261e etc ulf at uclibc.org
  -- strict thread matches above, loose matches on Subject: below --
2009-01-31 21:44 ulf at uclibc.org
2009-01-31 22:03 ` Peter Korsgaard
2009-01-31 22:29   ` Ulf Samuelsson
2007-08-11 23:09 ulf at uclibc.org
2007-07-29  7:34 ulf 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