public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] mx31: move freescale's mx31 boards to vendor board dir
Date: Wed, 06 Aug 2008 23:34:17 +0200	[thread overview]
Message-ID: <20080806213417.C695524847@gemini.denx.de> (raw)
In-Reply-To: Your message of "Wed, 06 Aug 2008 23:14:55 +0200." <1218057295-20684-1-git-send-email-plagnioj@jcrosoft.com>

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>

  reply	other threads:[~2008-08-06 21:34 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080806213417.C695524847@gemini.denx.de \
    --to=wd@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox