[U-Boot-Users] [PATCH] mx31: move freescale's mx31 boards to vendor board dir
Wolfgang Denk
wd at denx.de
Wed Aug 6 23:34:17 CEST 2008
In message <1218057295-20684-1-git-send-email-plagnioj at jcrosoft.com> you wrote:
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at 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 at 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 at jpl-devvax.JPL.NASA.GOV>
More information about the U-Boot
mailing list