All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pau Pajuelo <ppajuelo@iseebcn.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 4/7] igep0033: Rename to igep003x
Date: Thu, 6 Apr 2017 19:21:12 +0200	[thread overview]
Message-ID: <CAJGSyEY0+5Mbs4rTgAgRte9++hq4xPg25qNzeELxmagXF6ePzg@mail.gmail.com> (raw)
In-Reply-To: <20170401151716.niu5gbz5zznd52sc@lenoch>

Tested-by: Pau Pajuelo <ppajuel@gmail.com>

2017-04-01 17:17 GMT+02:00 Ladislav Michl <ladis@linux-mips.org>:
>
> Rename igep0033 to igep003x as IGEP SMARC AM335x module (igep0034)
> can use the same source files.
>
> Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
> ---
>  arch/arm/Kconfig                                         | 2 +-
>  arch/arm/mach-omap2/am33xx/Kconfig                       | 4 ++--
>  board/isee/{igep0033 => igep003x}/Kconfig                | 6 +++---
>  board/isee/{igep0033 => igep003x}/MAINTAINERS            | 6 +++---
>  board/isee/{igep0033 => igep003x}/Makefile               | 0
>  board/isee/{igep0033 => igep003x}/board.c                | 0
>  board/isee/{igep0033 => igep003x}/board.h                | 0
>  board/isee/{igep0033 => igep003x}/mux.c                  | 0
>  configs/am335x_igep0033_defconfig                        | 5 ++++-
>  include/configs/{am335x_igep0033.h => am335x_igep003x.h} | 9 +++------
>  10 files changed, 16 insertions(+), 16 deletions(-)
>
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index dacfe9a13f..a9658930c7 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -1290,7 +1290,7 @@ source "board/gumstix/pepper/Kconfig"
>  source "board/h2200/Kconfig"
>  source "board/hisilicon/hikey/Kconfig"
>  source "board/imx31_phycore/Kconfig"
> -source "board/isee/igep0033/Kconfig"
> +source "board/isee/igep003x/Kconfig"
>  source "board/olimex/mx23_olinuxino/Kconfig"
>  source "board/phytec/pcm051/Kconfig"
>  source "board/ppcag/bg0900/Kconfig"
> diff --git a/arch/arm/mach-omap2/am33xx/Kconfig b/arch/arm/mach-omap2/am33xx/Kconfig
> index cf5d95a26d..387d488c47 100644
> --- a/arch/arm/mach-omap2/am33xx/Kconfig
> +++ b/arch/arm/mach-omap2/am33xx/Kconfig
> @@ -44,8 +44,8 @@ config TARGET_AM335X_BALTOS
>         select DM_SERIAL
>         select DM_GPIO
>
> -config TARGET_AM335X_IGEP0033
> -       bool "Support am335x_igep0033"
> +config TARGET_AM335X_IGEP003X
> +       bool "Support am335x_igep003x"
>         select DM
>         select DM_SERIAL
>         select DM_GPIO
> diff --git a/board/isee/igep0033/Kconfig b/board/isee/igep003x/Kconfig
> similarity index 61%
> rename from board/isee/igep0033/Kconfig
> rename to board/isee/igep003x/Kconfig
> index e989e4b15c..68a68fc52f 100644
> --- a/board/isee/igep0033/Kconfig
> +++ b/board/isee/igep003x/Kconfig
> @@ -1,7 +1,7 @@
> -if TARGET_AM335X_IGEP0033
> +if TARGET_AM335X_IGEP003X
>
>  config SYS_BOARD
> -       default "igep0033"
> +       default "igep003x"
>
>  config SYS_VENDOR
>         default "isee"
> @@ -10,6 +10,6 @@ config SYS_SOC
>         default "am33xx"
>
>  config SYS_CONFIG_NAME
> -       default "am335x_igep0033"
> +       default "am335x_igep003x"
>
>  endif
> diff --git a/board/isee/igep0033/MAINTAINERS b/board/isee/igep003x/MAINTAINERS
> similarity index 56%
> rename from board/isee/igep0033/MAINTAINERS
> rename to board/isee/igep003x/MAINTAINERS
> index bd8a1f2eb4..748b189c4e 100644
> --- a/board/isee/igep0033/MAINTAINERS
> +++ b/board/isee/igep003x/MAINTAINERS
> @@ -1,6 +1,6 @@
> -IGEP0033 BOARD
> +IGEP003X BOARD
>  M:     Enric Balletbo i Serra <eballetbo@gmail.com>
>  S:     Maintained
> -F:     board/isee/igep0033/
> -F:     include/configs/am335x_igep0033.h
> +F:     board/isee/igep003x/
> +F:     include/configs/am335x_igep003x.h
>  F:     configs/am335x_igep0033_defconfig
> diff --git a/board/isee/igep0033/Makefile b/board/isee/igep003x/Makefile
> similarity index 100%
> rename from board/isee/igep0033/Makefile
> rename to board/isee/igep003x/Makefile
> diff --git a/board/isee/igep0033/board.c b/board/isee/igep003x/board.c
> similarity index 100%
> rename from board/isee/igep0033/board.c
> rename to board/isee/igep003x/board.c
> diff --git a/board/isee/igep0033/board.h b/board/isee/igep003x/board.h
> similarity index 100%
> rename from board/isee/igep0033/board.h
> rename to board/isee/igep003x/board.h
> diff --git a/board/isee/igep0033/mux.c b/board/isee/igep003x/mux.c
> similarity index 100%
> rename from board/isee/igep0033/mux.c
> rename to board/isee/igep003x/mux.c
> diff --git a/configs/am335x_igep0033_defconfig b/configs/am335x_igep0033_defconfig
> index a1991de4ff..12f04c68f9 100644
> --- a/configs/am335x_igep0033_defconfig
> +++ b/configs/am335x_igep0033_defconfig
> @@ -3,7 +3,8 @@ CONFIG_AM33XX=y
>  CONFIG_SPL_GPIO_SUPPORT=y
>  CONFIG_SPL_LIBCOMMON_SUPPORT=y
>  CONFIG_SPL_LIBGENERIC_SUPPORT=y
> -CONFIG_TARGET_AM335X_IGEP0033=y
> +CONFIG_SYS_MALLOC_F_LEN=0x2000
> +CONFIG_TARGET_AM335X_IGEP003X=y
>  CONFIG_SPL_MMC_SUPPORT=y
>  CONFIG_SPL_SERIAL_SUPPORT=y
>  CONFIG_SPL_LIBDISK_SUPPORT=y
> @@ -12,6 +13,7 @@ CONFIG_SPL_WATCHDOG_SUPPORT=y
>  CONFIG_SPL_FAT_SUPPORT=y
>  CONFIG_SPL_POWER_SUPPORT=y
>  CONFIG_SPL_STACK_R_ADDR=0x82000000
> +CONFIG_SYS_EXTRA_OPTIONS="MACH_TYPE=MACH_TYPE_IGEP0033"
>  CONFIG_SYS_CONSOLE_INFO_QUIET=y
>  CONFIG_VERSION_VARIABLE=y
>  CONFIG_SPL=y
> @@ -44,3 +46,4 @@ CONFIG_EFI_PARTITION=y
>  CONFIG_MMC_OMAP_HS=y
>  CONFIG_SYS_NS16550=y
>  CONFIG_OF_LIBFDT=y
> +# CONFIG_GENERATE_SMBIOS_TABLE is not set
> diff --git a/include/configs/am335x_igep0033.h b/include/configs/am335x_igep003x.h
> similarity index 96%
> rename from include/configs/am335x_igep0033.h
> rename to include/configs/am335x_igep003x.h
> index 2b61405345..348b16f3e8 100644
> --- a/include/configs/am335x_igep0033.h
> +++ b/include/configs/am335x_igep003x.h
> @@ -11,15 +11,12 @@
>   * GNU General Public License for more details.
>   */
>
> -#ifndef __CONFIG_IGEP0033_H
> -#define __CONFIG_IGEP0033_H
> +#ifndef __CONFIG_IGEP003X_H
> +#define __CONFIG_IGEP003X_H
>
>  #define CONFIG_NAND
>  #include <configs/ti_am335x_common.h>
>
> -/* Mach type */
> -#define CONFIG_MACH_TYPE               MACH_TYPE_IGEP0033
> -
>  /* Clock defines */
>  #define V_OSCK                         24000000  /* Clock output from T2 */
>  #define V_SCLK                         (V_OSCK)
> @@ -146,4 +143,4 @@
>
>  #define CONFIG_SYS_NAND_U_BOOT_OFFS    0x80000
>
> -#endif /* ! __CONFIG_IGEP0033_H */
> +#endif /* ! __CONFIG_IGEP003X_H */
> --
> 2.11.0
>

  reply	other threads:[~2017-04-06 17:21 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-01 15:13 [U-Boot] [PATCH 0/7] Add IGEP SMARC AM335x module support Ladislav Michl
2017-04-01 15:14 ` [U-Boot] [PATCH 1/7] ARM: am33xx: fix typo in spl.h Ladislav Michl
2017-04-06 17:18   ` Pau Pajuelo
2017-05-08 19:39   ` [U-Boot] [U-Boot,1/7] " Tom Rini
2017-04-01 15:15 ` [U-Boot] [PATCH 2/7] ARM: am33xx: define BOOT_DEVICE_ONENAND Ladislav Michl
2017-04-06 17:19   ` Pau Pajuelo
2017-05-08 19:39   ` [U-Boot] [U-Boot,2/7] " Tom Rini
2017-04-01 15:16 ` [U-Boot] [PATCH 3/7] mtd: nand: Consolidate nand spl loaders implementation Ladislav Michl
2017-04-06 17:20   ` Pau Pajuelo
2017-04-07 17:28   ` [U-Boot] [U-Boot, " Tom Rini
2017-04-16 13:31     ` [U-Boot] [PATCH v2 " Ladislav Michl
2017-05-08 19:42       ` [U-Boot] [U-Boot, v2, " Tom Rini
2017-04-01 15:17 ` [U-Boot] [PATCH 4/7] igep0033: Rename to igep003x Ladislav Michl
2017-04-06 17:21   ` Pau Pajuelo [this message]
2017-05-08 19:40   ` [U-Boot] [U-Boot,4/7] " Tom Rini
2017-04-01 15:17 ` [U-Boot] [PATCH 5/7] igep003x: UBIize Ladislav Michl
2017-04-03  4:18   ` Heiko Schocher
2017-04-06 17:22     ` Pau Pajuelo
2017-05-08 19:40   ` [U-Boot] [U-Boot,5/7] " Tom Rini
2017-04-01 15:18 ` [U-Boot] [PATCH 6/7] igep003x: Add support for IGEP SMARC AM335x Ladislav Michl
2017-04-06 17:22   ` Pau Pajuelo
2017-05-08 19:40   ` [U-Boot] [U-Boot, " Tom Rini
2017-04-01 15:19 ` [U-Boot] [PATCH 7/7] igep003x: Add netboot support Ladislav Michl
2017-04-06 17:23   ` Pau Pajuelo
2017-05-08 19:40   ` [U-Boot] [U-Boot,7/7] " Tom Rini

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=CAJGSyEY0+5Mbs4rTgAgRte9++hq4xPg25qNzeELxmagXF6ePzg@mail.gmail.com \
    --to=ppajuelo@iseebcn.com \
    --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.