* [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
* [U-Boot-Users] [PATCH] mx31: move freescale's mx31 boards to vendor board dir
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
1 sibling, 0 replies; 10+ messages in thread
From: Wolfgang Denk @ 2008-08-06 21:34 UTC (permalink / raw)
To: u-boot
In message <1218057295-20684-1-git-send-email-plagnioj@jcrosoft.com> you wrote:
> 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)
> --
Acked-by: Wolfgang Denk <wd@denx.de>
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
: I've tried (in vi) "g/[a-z]\n[a-z]/s//_/"...but that doesn't
: cut it. Any ideas? (I take it that it may be a two-pass sort of solution).
In the first pass, install perl. :-) Larry Wall <6849@jpl-devvax.JPL.NASA.GOV>
^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot-Users] [PATCH] mx31: move freescale's mx31 boards to vendor board dir
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
` (2 more replies)
1 sibling, 3 replies; 10+ messages in thread
From: Jens Gehrlein @ 2008-08-07 6:07 UTC (permalink / raw)
To: u-boot
Jean-Christophe PLAGNIOL-VILLARD schrieb:
> 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%)
I'm not sure: is the phycore board a Freescale board? Isn't it Phytec?
Kind regards,
Jens
^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot-Users] [PATCH V2] mx31: move freescale's mx31 boards to vendor board dir
2008-08-07 6:07 ` Jens Gehrlein
@ 2008-08-07 6:14 ` Jean-Christophe PLAGNIOL-VILLARD
2008-08-07 6:43 ` Wolfgang Denk
2008-08-07 6:23 ` [U-Boot-Users] [PATCH] mx31: move freescale's mx31 boards " Magnus Lilja
2008-08-07 6:41 ` Wolfgang Denk
2 siblings, 1 reply; 10+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2008-08-07 6:14 UTC (permalink / raw)
To: u-boot
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---
remove imx31_phycore which is from phytec
Makefile | 4 ++--
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}/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 +++++-----
11 files changed, 7 insertions(+), 7 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}/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..39c65f5 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
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/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
* [U-Boot-Users] [PATCH] mx31: move freescale's mx31 boards to vendor board dir
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:23 ` Magnus Lilja
2008-08-07 6:42 ` Wolfgang Denk
2008-08-07 6:43 ` Jens Gehrlein
2008-08-07 6:41 ` Wolfgang Denk
2 siblings, 2 replies; 10+ messages in thread
From: Magnus Lilja @ 2008-08-07 6:23 UTC (permalink / raw)
To: u-boot
Hi
On Thu, Aug 7, 2008 at 8:07 AM, Jens Gehrlein <sew_s@tqs.de> wrote:
> Jean-Christophe PLAGNIOL-VILLARD schrieb:
>> 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%)
>
> I'm not sure: is the phycore board a Freescale board? Isn't it Phytec?
Same goes for the Litekit board, the board is from LogicPD but the SoC
is from Freescale. Perhaps a 'imx' or 'imx31' directory would be
better with all i.MX{31} boards in that directory.
Regards, Magnus
^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot-Users] [PATCH] mx31: move freescale's mx31 boards to vendor board dir
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:23 ` [U-Boot-Users] [PATCH] mx31: move freescale's mx31 boards " Magnus Lilja
@ 2008-08-07 6:41 ` Wolfgang Denk
2 siblings, 0 replies; 10+ messages in thread
From: Wolfgang Denk @ 2008-08-07 6:41 UTC (permalink / raw)
To: u-boot
In message <489A9134.3030202@tqs.de> you wrote:
>
> > 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
...
> I'm not sure: is the phycore board a Freescale board? Isn't it Phytec?
Well spotted! You are right, that's a Phytec board!!
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Every living thing wants to survive.
-- Spock, "The Ultimate Computer", stardate 4731.3
^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot-Users] [PATCH] mx31: move freescale's mx31 boards to vendor board dir
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
1 sibling, 0 replies; 10+ messages in thread
From: Wolfgang Denk @ 2008-08-07 6:42 UTC (permalink / raw)
To: u-boot
In message <59b21cf20808062323m650e545j7d4787d3d576ed2f@mail.gmail.com> you wrote:
>
> Same goes for the Litekit board, the board is from LogicPD but the SoC
Arg. What a mess :-(
> is from Freescale. Perhaps a 'imx' or 'imx31' directory would be
> better with all i.MX{31} boards in that directory.
No, we will not do that.
We have vendor directories, not CPU directories, under boards/
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Testing can show the presense of bugs, but not their absence.
-- Edsger Dijkstra
^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot-Users] [PATCH V2] mx31: move freescale's mx31 boards to vendor board dir
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
0 siblings, 1 reply; 10+ messages in thread
From: Wolfgang Denk @ 2008-08-07 6:43 UTC (permalink / raw)
To: u-boot
In message <1218089652-7714-1-git-send-email-plagnioj@jcrosoft.com> you wrote:
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
> ---
> remove imx31_phycore which is from phytec
> Makefile | 4 ++--
> 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}/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 +++++-----
> 11 files changed, 7 insertions(+), 7 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}/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%)
NAK. As Magnus pointed out, the imx31_litekit isn't Freescale, either.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
As far as the laws of mathematics refer to reality, they are not
certain; and as far as they are certain, they do not refer to
reality. -- Albert Einstein
^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot-Users] [PATCH] mx31: move freescale's mx31 boards to vendor board dir
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
1 sibling, 0 replies; 10+ messages in thread
From: Jens Gehrlein @ 2008-08-07 6:43 UTC (permalink / raw)
To: u-boot
Magnus Lilja schrieb:
> Perhaps a 'imx' or 'imx31' directory would be
> better with all i.MX{31} boards in that directory.
Hmm... I propose to keep it consistent: either the boards should be
sorted by board vendor, or there could be a new directory between
"board" and "board/<vendor>" emphasizing the CPU type, which could help
develepors to find a reference platform faster, e.g. "board/<cpu>/<vendor>"
Kind regards,
Jens
^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot-Users] [PATCH V3] mx31: move freescale's mx31 board to vendor board dir
2008-08-07 6:43 ` Wolfgang Denk
@ 2008-08-07 12:58 ` Jean-Christophe PLAGNIOL-VILLARD
0 siblings, 0 replies; 10+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2008-08-07 12:58 UTC (permalink / raw)
To: u-boot
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---
remove miss match freescale board
Freescale Zoom??? i.MX31 LITEKIT
Makefile | 2 +-
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 +++++-----
6 files changed, 6 insertions(+), 6 deletions(-)
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 cccd544..c57f21a 100644
--- a/Makefile
+++ b/Makefile
@@ -2672,7 +2672,7 @@ imx31_phycore_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm1136 imx31_phycore NULL 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/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.2
^ 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