public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH] mx31: move freescale's mx31 boards to vendor board dir
@ 2008-08-06 21:14 Jean-Christophe PLAGNIOL-VILLARD
  2008-08-06 21:34 ` Wolfgang Denk
  2008-08-07  6:07 ` Jens Gehrlein
  0 siblings, 2 replies; 10+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2008-08-06 21:14 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---
 Makefile                                           |    6 +++---
 board/{ => freescale}/imx31_litekit/Makefile       |    0 
 board/{ => freescale}/imx31_litekit/config.mk      |    0 
 .../{ => freescale}/imx31_litekit/imx31_litekit.c  |    0 
 .../{ => freescale}/imx31_litekit/lowlevel_init.S  |    0 
 board/{ => freescale}/imx31_litekit/u-boot.lds     |    0 
 board/{ => freescale}/imx31_phycore/Makefile       |    0 
 board/{ => freescale}/imx31_phycore/config.mk      |    0 
 .../{ => freescale}/imx31_phycore/imx31_phycore.c  |    0 
 .../{ => freescale}/imx31_phycore/lowlevel_init.S  |    0 
 board/{ => freescale}/imx31_phycore/u-boot.lds     |    0 
 board/{ => freescale}/mx31ads/Makefile             |    0 
 board/{ => freescale}/mx31ads/config.mk            |    0 
 board/{ => freescale}/mx31ads/lowlevel_init.S      |    0 
 board/{ => freescale}/mx31ads/mx31ads.c            |    0 
 board/{ => freescale}/mx31ads/u-boot.lds           |   10 +++++-----
 16 files changed, 8 insertions(+), 8 deletions(-)
 rename board/{ => freescale}/imx31_litekit/Makefile (100%)
 rename board/{ => freescale}/imx31_litekit/config.mk (100%)
 rename board/{ => freescale}/imx31_litekit/imx31_litekit.c (100%)
 rename board/{ => freescale}/imx31_litekit/lowlevel_init.S (100%)
 rename board/{ => freescale}/imx31_litekit/u-boot.lds (100%)
 rename board/{ => freescale}/imx31_phycore/Makefile (100%)
 rename board/{ => freescale}/imx31_phycore/config.mk (100%)
 rename board/{ => freescale}/imx31_phycore/imx31_phycore.c (100%)
 rename board/{ => freescale}/imx31_phycore/lowlevel_init.S (100%)
 rename board/{ => freescale}/imx31_phycore/u-boot.lds (100%)
 rename board/{ => freescale}/mx31ads/Makefile (100%)
 rename board/{ => freescale}/mx31ads/config.mk (100%)
 rename board/{ => freescale}/mx31ads/lowlevel_init.S (100%)
 rename board/{ => freescale}/mx31ads/mx31ads.c (100%)
 rename board/{ => freescale}/mx31ads/u-boot.lds (90%)

diff --git a/Makefile b/Makefile
index 3179c67..30d02b0 100644
--- a/Makefile
+++ b/Makefile
@@ -2666,13 +2666,13 @@ apollon_config		: unconfig
 	@echo "CONFIG_ONENAND_U_BOOT = y" >> $(obj)include/config.mk
 
 imx31_litekit_config	: unconfig
-	@$(MKCONFIG) $(@:_config=) arm arm1136 imx31_litekit NULL mx31
+	@$(MKCONFIG) $(@:_config=) arm arm1136 imx31_litekit freescale mx31
 
 imx31_phycore_config	: unconfig
-	@$(MKCONFIG) $(@:_config=) arm arm1136 imx31_phycore NULL mx31
+	@$(MKCONFIG) $(@:_config=) arm arm1136 imx31_phycore freescale mx31
 
 mx31ads_config		: unconfig
-	@$(MKCONFIG) $(@:_config=) arm arm1136 mx31ads NULL mx31
+	@$(MKCONFIG) $(@:_config=) arm arm1136 mx31ads freescale mx31
 
 omap2420h4_config	: unconfig
 	@$(MKCONFIG) $(@:_config=) arm arm1136 omap2420h4 NULL omap24xx
diff --git a/board/imx31_litekit/Makefile b/board/freescale/imx31_litekit/Makefile
similarity index 100%
rename from board/imx31_litekit/Makefile
rename to board/freescale/imx31_litekit/Makefile
diff --git a/board/imx31_litekit/config.mk b/board/freescale/imx31_litekit/config.mk
similarity index 100%
rename from board/imx31_litekit/config.mk
rename to board/freescale/imx31_litekit/config.mk
diff --git a/board/imx31_litekit/imx31_litekit.c b/board/freescale/imx31_litekit/imx31_litekit.c
similarity index 100%
rename from board/imx31_litekit/imx31_litekit.c
rename to board/freescale/imx31_litekit/imx31_litekit.c
diff --git a/board/imx31_litekit/lowlevel_init.S b/board/freescale/imx31_litekit/lowlevel_init.S
similarity index 100%
rename from board/imx31_litekit/lowlevel_init.S
rename to board/freescale/imx31_litekit/lowlevel_init.S
diff --git a/board/imx31_litekit/u-boot.lds b/board/freescale/imx31_litekit/u-boot.lds
similarity index 100%
rename from board/imx31_litekit/u-boot.lds
rename to board/freescale/imx31_litekit/u-boot.lds
diff --git a/board/imx31_phycore/Makefile b/board/freescale/imx31_phycore/Makefile
similarity index 100%
rename from board/imx31_phycore/Makefile
rename to board/freescale/imx31_phycore/Makefile
diff --git a/board/imx31_phycore/config.mk b/board/freescale/imx31_phycore/config.mk
similarity index 100%
rename from board/imx31_phycore/config.mk
rename to board/freescale/imx31_phycore/config.mk
diff --git a/board/imx31_phycore/imx31_phycore.c b/board/freescale/imx31_phycore/imx31_phycore.c
similarity index 100%
rename from board/imx31_phycore/imx31_phycore.c
rename to board/freescale/imx31_phycore/imx31_phycore.c
diff --git a/board/imx31_phycore/lowlevel_init.S b/board/freescale/imx31_phycore/lowlevel_init.S
similarity index 100%
rename from board/imx31_phycore/lowlevel_init.S
rename to board/freescale/imx31_phycore/lowlevel_init.S
diff --git a/board/imx31_phycore/u-boot.lds b/board/freescale/imx31_phycore/u-boot.lds
similarity index 100%
rename from board/imx31_phycore/u-boot.lds
rename to board/freescale/imx31_phycore/u-boot.lds
diff --git a/board/mx31ads/Makefile b/board/freescale/mx31ads/Makefile
similarity index 100%
rename from board/mx31ads/Makefile
rename to board/freescale/mx31ads/Makefile
diff --git a/board/mx31ads/config.mk b/board/freescale/mx31ads/config.mk
similarity index 100%
rename from board/mx31ads/config.mk
rename to board/freescale/mx31ads/config.mk
diff --git a/board/mx31ads/lowlevel_init.S b/board/freescale/mx31ads/lowlevel_init.S
similarity index 100%
rename from board/mx31ads/lowlevel_init.S
rename to board/freescale/mx31ads/lowlevel_init.S
diff --git a/board/mx31ads/mx31ads.c b/board/freescale/mx31ads/mx31ads.c
similarity index 100%
rename from board/mx31ads/mx31ads.c
rename to board/freescale/mx31ads/mx31ads.c
diff --git a/board/mx31ads/u-boot.lds b/board/freescale/mx31ads/u-boot.lds
similarity index 90%
rename from board/mx31ads/u-boot.lds
rename to board/freescale/mx31ads/u-boot.lds
index 49713d4..c379460 100644
--- a/board/mx31ads/u-boot.lds
+++ b/board/freescale/mx31ads/u-boot.lds
@@ -37,11 +37,11 @@ SECTIONS
 	  /* WARNING - the following is hand-optimized to fit within	*/
 	  /* the sector layout of our flash chips!	XXX FIXME XXX	*/
 
-	  cpu/arm1136/start.o		(.text)
-	  board/mx31ads/libmx31ads.a	(.text)
-	  lib_arm/libarm.a		(.text)
-	  net/libnet.a			(.text)
-	  drivers/mtd/libmtd.a		(.text)
+	  cpu/arm1136/start.o			(.text)
+	  board/freescale/mx31ads/libmx31ads.a	(.text)
+	  lib_arm/libarm.a			(.text)
+	  net/libnet.a				(.text)
+	  drivers/mtd/libmtd.a			(.text)
 
 	  . = DEFINED(env_offset) ? env_offset : .;
 	  common/environment.o(.text)
-- 
1.5.6.3

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

end of thread, other threads:[~2008-08-07 12:58 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-06 21:14 [U-Boot-Users] [PATCH] mx31: move freescale's mx31 boards to vendor board dir Jean-Christophe PLAGNIOL-VILLARD
2008-08-06 21:34 ` Wolfgang Denk
2008-08-07  6:07 ` Jens Gehrlein
2008-08-07  6:14   ` [U-Boot-Users] [PATCH V2] " Jean-Christophe PLAGNIOL-VILLARD
2008-08-07  6:43     ` Wolfgang Denk
2008-08-07 12:58       ` [U-Boot-Users] [PATCH V3] mx31: move freescale's mx31 board " Jean-Christophe PLAGNIOL-VILLARD
2008-08-07  6:23   ` [U-Boot-Users] [PATCH] mx31: move freescale's mx31 boards " Magnus Lilja
2008-08-07  6:42     ` Wolfgang Denk
2008-08-07  6:43     ` Jens Gehrlein
2008-08-07  6:41   ` Wolfgang Denk

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