All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 1/4] efikamx: move and rename Efika MX directories and config files to prepare for new boards
Date: Thu, 23 Aug 2012 12:21:55 +0200	[thread overview]
Message-ID: <50360443.4070005@denx.de> (raw)
In-Reply-To: <1345663541-26682-1-git-send-email-matt@genesi-usa.com>

On 22/08/2012 21:25, Matt Sealey wrote:
> * Move Efika MX Smarttop and Smartbook boards into a "genesi" vendor directory
> * Rename efikamx -> mx51_efikamx since there is an mx53_efikamx and mx6_efikamx to come
> 
> Signed-off-by: Matt Sealey <matt@genesi-usa.com>
> ---
>  board/{efikamx => genesi/mx51_efikamx}/Makefile    |    0
>  .../{efikamx => genesi/mx51_efikamx}/efikamx-usb.c |    2 +-
>  board/{efikamx => genesi/mx51_efikamx}/efikamx.c   |    0
>  .../mx51_efikamx}/imximage_mx.cfg                  |    0
>  .../mx51_efikamx}/imximage_sb.cfg                  |    0
>  boards.cfg                                         |    4 ++--
>  include/configs/{efikamx.h => mx51_efikamx.h}      |    0
>  7 files changed, 3 insertions(+), 3 deletions(-)
>  rename board/{efikamx => genesi/mx51_efikamx}/Makefile (100%)
>  rename board/{efikamx => genesi/mx51_efikamx}/efikamx-usb.c (99%)
>  rename board/{efikamx => genesi/mx51_efikamx}/efikamx.c (100%)
>  rename board/{efikamx => genesi/mx51_efikamx}/imximage_mx.cfg (100%)
>  rename board/{efikamx => genesi/mx51_efikamx}/imximage_sb.cfg (100%)
>  rename include/configs/{efikamx.h => mx51_efikamx.h} (100%)
> 
> diff --git a/board/efikamx/Makefile b/board/genesi/mx51_efikamx/Makefile
> similarity index 100%
> rename from board/efikamx/Makefile
> rename to board/genesi/mx51_efikamx/Makefile
> diff --git a/board/efikamx/efikamx-usb.c b/board/genesi/mx51_efikamx/efikamx-usb.c
> similarity index 99%
> rename from board/efikamx/efikamx-usb.c
> rename to board/genesi/mx51_efikamx/efikamx-usb.c
> index 618b39d..e9273d0 100644
> --- a/board/efikamx/efikamx-usb.c
> +++ b/board/genesi/mx51_efikamx/efikamx-usb.c
> @@ -33,7 +33,7 @@
>  #include <usb/ulpi.h>
>  #include <errno.h>
>  
> -#include "../../drivers/usb/host/ehci.h"
> +#include "../../../drivers/usb/host/ehci.h"
>  
>  /* USB pin configuration */
>  #define USB_PAD_CONFIG	(PAD_CTL_PKE_ENABLE | PAD_CTL_SRE_FAST | \
> diff --git a/board/efikamx/efikamx.c b/board/genesi/mx51_efikamx/efikamx.c
> similarity index 100%
> rename from board/efikamx/efikamx.c
> rename to board/genesi/mx51_efikamx/efikamx.c
> diff --git a/board/efikamx/imximage_mx.cfg b/board/genesi/mx51_efikamx/imximage_mx.cfg
> similarity index 100%
> rename from board/efikamx/imximage_mx.cfg
> rename to board/genesi/mx51_efikamx/imximage_mx.cfg
> diff --git a/board/efikamx/imximage_sb.cfg b/board/genesi/mx51_efikamx/imximage_sb.cfg
> similarity index 100%
> rename from board/efikamx/imximage_sb.cfg
> rename to board/genesi/mx51_efikamx/imximage_sb.cfg
> diff --git a/boards.cfg b/boards.cfg
> index edd750c..a9ec44b 100644
> --- a/boards.cfg
> +++ b/boards.cfg
> @@ -215,8 +215,8 @@ integratorcp_cm946es         arm         arm946es    integrator          armltd
>  ca9x4_ct_vxp                 arm         armv7       vexpress            armltd
>  am335x_evm                   arm         armv7       am335x              ti             am33xx
>  highbank                     arm         armv7       highbank            -              highbank
> -efikamx                      arm         armv7       efikamx             -              mx5		efikamx:MACH_TYPE=MACH_TYPE_MX51_EFIKAMX,IMX_CONFIG=board/efikamx/imximage_mx.cfg
> -efikasb                      arm         armv7       efikamx             -              mx5		efikamx:MACH_TYPE=MACH_TYPE_MX51_EFIKASB,IMX_CONFIG=board/efikamx/imximage_sb.cfg
> +mx51_efikamx                 arm         armv7       mx51_efikamx        genesi         mx5		mx51_efikamx:MACH_TYPE=MACH_TYPE_MX51_EFIKAMX,IMX_CONFIG=board/genesi/mx51_efikamx/imximage_mx.cfg
> +mx51_efikasb                 arm         armv7       mx51_efikamx        genesi         mx5		mx51_efikamx:MACH_TYPE=MACH_TYPE_MX51_EFIKASB,IMX_CONFIG=board/genesi/mx51_efikamx/imximage_sb.cfg
>  mx51evk                      arm         armv7       mx51evk             freescale      mx5		mx51evk:IMX_CONFIG=board/freescale/mx51evk/imximage.cfg
>  mx53ard                      arm         armv7       mx53ard             freescale      mx5		mx53ard:IMX_CONFIG=board/freescale/mx53ard/imximage_dd3.cfg
>  mx53evk                      arm         armv7       mx53evk             freescale      mx5		mx53evk:IMX_CONFIG=board/freescale/mx53evk/imximage.cfg
> diff --git a/include/configs/efikamx.h b/include/configs/mx51_efikamx.h
> similarity index 100%
> rename from include/configs/efikamx.h
> rename to include/configs/mx51_efikamx.h
> 

It is fine with me.

Acked-by: Stefano Babic <sbabic@denx.de>

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

  parent reply	other threads:[~2012-08-23 10:21 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-22 19:25 [U-Boot] [PATCH v2 1/4] efikamx: move and rename Efika MX directories and config files to prepare for new boards Matt Sealey
2012-08-22 19:25 ` [U-Boot] [PATCH 2/4] efikamx: remove drive strength function and roll its functionality into the DCD Matt Sealey
2012-08-23 10:20   ` Stefano Babic
2012-08-27  6:16   ` Stefano Babic
2012-08-22 19:25 ` [U-Boot] [PATCH 3/4] efikamx: configure Smarttop PCBID and LED pads in DCD for convenience Matt Sealey
2012-08-23 10:20   ` Stefano Babic
2012-08-27  6:17   ` Stefano Babic
2012-08-22 19:25 ` [U-Boot] [PATCH 4/4] efikamx: update to Efika MX Smarttop and Smartbook boards Matt Sealey
2012-08-23 10:21   ` Stefano Babic
2012-08-27  6:15   ` Stefano Babic
2012-08-27 15:58   ` [U-Boot] [PATCH v2] " Matt Sealey
2012-08-27 17:36     ` Stefano Babic
2012-08-23  9:48 ` [U-Boot] [PATCH v2 1/4] efikamx: move and rename Efika MX directories and config files to prepare for new boards Stefano Babic
2012-08-23 10:21 ` Stefano Babic [this message]
2012-08-27  6:17 ` Stefano Babic

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=50360443.4070005@denx.de \
    --to=sbabic@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.