From: Paul Kocialkowski <contact@paulk.fr>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V2 2/9] ARM: OMAP3: Rename omap3.h to omap.h to be generic as all SoCs
Date: Wed, 25 Feb 2015 12:02:16 +0100 [thread overview]
Message-ID: <1424862136.2460.5.camel@collins> (raw)
In-Reply-To: <1424818672-29501-3-git-send-email-nm@ti.com>
Le mardi 24 f?vrier 2015 ? 16:57 -0600, Nishanth Menon a ?crit :
> This is in preperation of using generic cross OMAP code.
I found it a bit confusing at first, since as far as I could see, this
series does not introduce any cross-omap header (omap_smc1's prototype
is being defined and duplicated in each arch-omap[345]/sys_proto.h, so
there could be a need for one).
However, since this is the naming scheme using in arch-omap[45], I'm
fine with the renaming just for the sake of consistency.
Do I get to add a Reviewed-By field?
> Signed-off-by: Nishanth Menon <nm@ti.com>
> ---
> .../arm/include/asm/arch-omap3/{omap3.h => omap.h} | 0
> include/configs/am3517_crane.h | 2 +-
> include/configs/am3517_evm.h | 2 +-
> include/configs/cm_t35.h | 2 +-
> include/configs/cm_t3517.h | 2 +-
> include/configs/dig297.h | 2 +-
> include/configs/mcx.h | 2 +-
> include/configs/nokia_rx51.h | 2 +-
> include/configs/omap3_evm.h | 2 +-
> include/configs/omap3_evm_quick_mmc.h | 2 +-
> include/configs/omap3_evm_quick_nand.h | 2 +-
> include/configs/omap3_logic.h | 2 +-
> include/configs/omap3_mvblx.h | 2 +-
> include/configs/omap3_pandora.h | 2 +-
> include/configs/omap3_sdp3430.h | 2 +-
> include/configs/omap3_zoom1.h | 2 +-
> include/configs/tam3517-common.h | 2 +-
> include/configs/tao3530.h | 2 +-
> include/configs/ti_omap3_common.h | 2 +-
> include/configs/tricorder.h | 2 +-
> 20 files changed, 19 insertions(+), 19 deletions(-)
> rename arch/arm/include/asm/arch-omap3/{omap3.h => omap.h} (100%)
>
> diff --git a/arch/arm/include/asm/arch-omap3/omap3.h b/arch/arm/include/asm/arch-omap3/omap.h
> similarity index 100%
> rename from arch/arm/include/asm/arch-omap3/omap3.h
> rename to arch/arm/include/asm/arch-omap3/omap.h
> diff --git a/include/configs/am3517_crane.h b/include/configs/am3517_crane.h
> index 09ee10c0590b..a4128773ddb2 100644
> --- a/include/configs/am3517_crane.h
> +++ b/include/configs/am3517_crane.h
> @@ -23,7 +23,7 @@
> #define CONFIG_EMIF4 /* The chip has EMIF4 controller */
>
> #include <asm/arch/cpu.h> /* get chip and board defs */
> -#include <asm/arch/omap3.h>
> +#include <asm/arch/omap.h>
>
> /*
> * Display CPU and Board information
> diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h
> index 190ef0e71bfb..94398c625eb0 100644
> --- a/include/configs/am3517_evm.h
> +++ b/include/configs/am3517_evm.h
> @@ -23,7 +23,7 @@
> #define CONFIG_EMIF4 /* The chip has EMIF4 controller */
>
> #include <asm/arch/cpu.h> /* get chip and board defs */
> -#include <asm/arch/omap3.h>
> +#include <asm/arch/omap.h>
>
> /*
> * Display CPU and Board information
> diff --git a/include/configs/cm_t35.h b/include/configs/cm_t35.h
> index 9767512a5cf0..56a5506f5c78 100644
> --- a/include/configs/cm_t35.h
> +++ b/include/configs/cm_t35.h
> @@ -30,7 +30,7 @@
> #define CONFIG_SDRC /* The chip has SDRC controller */
>
> #include <asm/arch/cpu.h> /* get chip and board defs */
> -#include <asm/arch/omap3.h>
> +#include <asm/arch/omap.h>
>
> /*
> * Display CPU and Board information
> diff --git a/include/configs/cm_t3517.h b/include/configs/cm_t3517.h
> index 918032bd753a..ee1b7a0cb5a7 100644
> --- a/include/configs/cm_t3517.h
> +++ b/include/configs/cm_t3517.h
> @@ -30,7 +30,7 @@
> #define CONFIG_EMIF4 /* The chip has EMIF4 controller */
>
> #include <asm/arch/cpu.h> /* get chip and board defs */
> -#include <asm/arch/omap3.h>
> +#include <asm/arch/omap.h>
>
> /*
> * Display CPU and Board information
> diff --git a/include/configs/dig297.h b/include/configs/dig297.h
> index c8739ed29490..8791199fc61d 100644
> --- a/include/configs/dig297.h
> +++ b/include/configs/dig297.h
> @@ -36,7 +36,7 @@
> #define CONFIG_SDRC /* The chip has SDRC controller */
>
> #include <asm/arch/cpu.h> /* get chip and board defs */
> -#include <asm/arch/omap3.h>
> +#include <asm/arch/omap.h>
>
> /*
> * Display CPU and Board information
> diff --git a/include/configs/mcx.h b/include/configs/mcx.h
> index 26eb2203540f..2cf66c40d6fe 100644
> --- a/include/configs/mcx.h
> +++ b/include/configs/mcx.h
> @@ -26,7 +26,7 @@
> #define CONFIG_EMIF4 /* The chip has EMIF4 controller */
>
> #include <asm/arch/cpu.h> /* get chip and board defs */
> -#include <asm/arch/omap3.h>
> +#include <asm/arch/omap.h>
>
> #define CONFIG_OF_LIBFDT
> #define CONFIG_FIT
> diff --git a/include/configs/nokia_rx51.h b/include/configs/nokia_rx51.h
> index 46fc91e5e197..442e16ae686b 100644
> --- a/include/configs/nokia_rx51.h
> +++ b/include/configs/nokia_rx51.h
> @@ -42,7 +42,7 @@
> #define CONFIG_SDRC /* The chip has SDRC controller */
>
> #include <asm/arch/cpu.h> /* get chip and board defs */
> -#include <asm/arch/omap3.h>
> +#include <asm/arch/omap.h>
> #include <asm/arch/mem.h>
> #include <linux/stringify.h>
>
> diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h
> index 8bdc08f5864c..4e587e10ffd3 100644
> --- a/include/configs/omap3_evm.h
> +++ b/include/configs/omap3_evm.h
> @@ -18,7 +18,7 @@
> #define __OMAP3EVM_CONFIG_H
>
> #include <asm/arch/cpu.h>
> -#include <asm/arch/omap3.h>
> +#include <asm/arch/omap.h>
>
> /* ----------------------------------------------------------------------------
> * Supported U-boot commands
> diff --git a/include/configs/omap3_evm_quick_mmc.h b/include/configs/omap3_evm_quick_mmc.h
> index 1185f425501f..a7acc1becbeb 100644
> --- a/include/configs/omap3_evm_quick_mmc.h
> +++ b/include/configs/omap3_evm_quick_mmc.h
> @@ -13,7 +13,7 @@
> #define __OMAP3_EVM_QUICK_MMC_H
>
> #include <asm/arch/cpu.h>
> -#include <asm/arch/omap3.h>
> +#include <asm/arch/omap.h>
>
> /* ----------------------------------------------------------------------------
> * Supported U-boot commands
> diff --git a/include/configs/omap3_evm_quick_nand.h b/include/configs/omap3_evm_quick_nand.h
> index 4427e88b7e4b..c6cad9388961 100644
> --- a/include/configs/omap3_evm_quick_nand.h
> +++ b/include/configs/omap3_evm_quick_nand.h
> @@ -13,7 +13,7 @@
> #define __OMAP3_EVM_QUICK_NAND_H
>
> #include <asm/arch/cpu.h>
> -#include <asm/arch/omap3.h>
> +#include <asm/arch/omap.h>
>
> /* ----------------------------------------------------------------------------
> * Supported U-boot commands
> diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h
> index aeb385f5ff6b..fcef46735835 100644
> --- a/include/configs/omap3_logic.h
> +++ b/include/configs/omap3_logic.h
> @@ -24,7 +24,7 @@
> #define CONFIG_SDRC /* The chip has SDRC controller */
>
> #include <asm/arch/cpu.h> /* get chip and board defs */
> -#include <asm/arch/omap3.h>
> +#include <asm/arch/omap.h>
>
> /*
> * Display CPU and Board information
> diff --git a/include/configs/omap3_mvblx.h b/include/configs/omap3_mvblx.h
> index bf1d34dedb4d..20ec3ad15439 100644
> --- a/include/configs/omap3_mvblx.h
> +++ b/include/configs/omap3_mvblx.h
> @@ -27,7 +27,7 @@
> #define CONFIG_SDRC /* The chip has SDRC controller */
>
> #include <asm/arch/cpu.h> /* get chip and board defs */
> -#include <asm/arch/omap3.h>
> +#include <asm/arch/omap.h>
>
> /*
> * Display CPU and Board information
> diff --git a/include/configs/omap3_pandora.h b/include/configs/omap3_pandora.h
> index 45feeb577320..b92d67abccf9 100644
> --- a/include/configs/omap3_pandora.h
> +++ b/include/configs/omap3_pandora.h
> @@ -21,7 +21,7 @@
> #define CONFIG_SDRC /* The chip has SDRC controller */
>
> #include <asm/arch/cpu.h> /* get chip and board defs */
> -#include <asm/arch/omap3.h>
> +#include <asm/arch/omap.h>
>
> /*
> * Display CPU and Board information
> diff --git a/include/configs/omap3_sdp3430.h b/include/configs/omap3_sdp3430.h
> index ac307eb45629..bf5c7a8faf77 100644
> --- a/include/configs/omap3_sdp3430.h
> +++ b/include/configs/omap3_sdp3430.h
> @@ -27,7 +27,7 @@
> #define CONFIG_SDRC /* The chip has SDRC controller */
>
> #include <asm/arch/cpu.h> /* get chip and board defs */
> -#include <asm/arch/omap3.h>
> +#include <asm/arch/omap.h>
>
> /*
> * NOTE: these #defines presume standard SDP jumper settings.
> diff --git a/include/configs/omap3_zoom1.h b/include/configs/omap3_zoom1.h
> index c5d742c2bd80..611cd5e1a350 100644
> --- a/include/configs/omap3_zoom1.h
> +++ b/include/configs/omap3_zoom1.h
> @@ -22,7 +22,7 @@
> #define CONFIG_NAND
> #define CONFIG_NR_DRAM_BANKS 2 /* CS1 may or may not be populated */
> #include <asm/arch/cpu.h> /* get chip and board defs */
> -#include <asm/arch/omap3.h>
> +#include <asm/arch/omap.h>
> #include <configs/ti_omap3_common.h>
>
> /* Remove SPL boot option - we do not support that on LDP yet */
> diff --git a/include/configs/tam3517-common.h b/include/configs/tam3517-common.h
> index 9fbe68a8a2f2..bff9687b3c9c 100644
> --- a/include/configs/tam3517-common.h
> +++ b/include/configs/tam3517-common.h
> @@ -25,7 +25,7 @@
> #define CONFIG_EMIF4 /* The chip has EMIF4 controller */
>
> #include <asm/arch/cpu.h> /* get chip and board defs */
> -#include <asm/arch/omap3.h>
> +#include <asm/arch/omap.h>
>
> /*
> * Display CPU and Board information
> diff --git a/include/configs/tao3530.h b/include/configs/tao3530.h
> index 7d2c0d2fa75c..4dfd5cb9fbb7 100644
> --- a/include/configs/tao3530.h
> +++ b/include/configs/tao3530.h
> @@ -27,7 +27,7 @@
> #define CONFIG_SDRC /* Has an SDRC controller */
>
> #include <asm/arch/cpu.h> /* get chip and board defs */
> -#include <asm/arch/omap3.h>
> +#include <asm/arch/omap.h>
>
> /*
> * Display CPU and Board information
> diff --git a/include/configs/ti_omap3_common.h b/include/configs/ti_omap3_common.h
> index 3c634ee680d0..f909f6b94a18 100644
> --- a/include/configs/ti_omap3_common.h
> +++ b/include/configs/ti_omap3_common.h
> @@ -16,7 +16,7 @@
>
>
> #include <asm/arch/cpu.h>
> -#include <asm/arch/omap3.h>
> +#include <asm/arch/omap.h>
>
> #ifndef CONFIG_SPL_BUILD
> # define CONFIG_DM
> diff --git a/include/configs/tricorder.h b/include/configs/tricorder.h
> index 36621a553cdf..f27cd1b9b061 100644
> --- a/include/configs/tricorder.h
> +++ b/include/configs/tricorder.h
> @@ -32,7 +32,7 @@
> #define CONFIG_SDRC /* The chip has SDRC controller */
>
> #include <asm/arch/cpu.h> /* get chip and board defs */
> -#include <asm/arch/omap3.h>
> +#include <asm/arch/omap.h>
>
> #define CONFIG_SYS_GENERIC_BOARD
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150225/1e030c05/attachment.sig>
next prev parent reply other threads:[~2015-02-25 11:02 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-24 22:57 [U-Boot] [PATCH V2 0/9] ARM: OMAP3-DRA7: CP15 erratum workarounds and improvements Nishanth Menon
2015-02-24 22:57 ` [U-Boot] [PATCH V2 1/9] ARM: OMAP: Change set_pl310_ctrl_reg to be generic Nishanth Menon
2015-02-24 22:57 ` [U-Boot] [PATCH V2 2/9] ARM: OMAP3: Rename omap3.h to omap.h to be generic as all SoCs Nishanth Menon
2015-02-25 11:02 ` Paul Kocialkowski [this message]
2015-02-25 17:53 ` Nishanth Menon
2015-02-24 22:57 ` [U-Boot] [PATCH V2 3/9] ARM: OMAP3: Get rid of omap3_gp_romcode_call and replace with omap_smc1 Nishanth Menon
2015-02-25 11:06 ` Paul Kocialkowski
2015-02-24 22:57 ` [U-Boot] [PATCH V2 4/9] ARM: Provide a mechanism to invoke SoC specific errata WA for CP15 Nishanth Menon
2015-02-24 22:57 ` [U-Boot] [PATCH V2 5/9] ARM: DRA7 / OMAP5: Add workaround for ARM errata 798870 Nishanth Menon
2015-02-24 22:57 ` [U-Boot] [PATCH V2 6/9] configs: ti_omap5_common: Enable " Nishanth Menon
2015-02-24 22:57 ` [U-Boot] [PATCH V2 7/9] ARM: OMAP3: Introduce OMAP3 Cortex-A8 revision specific errata Nishanth Menon
2015-02-25 11:15 ` Paul Kocialkowski
2015-02-25 19:49 ` Nishanth Menon
2015-03-03 7:30 ` Siarhei Siamashka
2015-02-24 22:57 ` [U-Boot] [PATCH V2 8/9] configs: ti_omap3_common: Enable workaround for ARM errata 454179, 430973, 621766 Nishanth Menon
2015-02-25 11:19 ` Paul Kocialkowski
2015-02-25 11:31 ` Igor Grinberg
2015-02-25 12:27 ` Paul Kocialkowski
2015-02-25 14:32 ` menon.nishanth at gmail.com
2015-02-25 21:23 ` Paul Kocialkowski
2015-02-26 5:11 ` Nishanth Menon
2015-02-27 19:27 ` Paul Kocialkowski
2015-02-24 22:57 ` [U-Boot] [PATCH V2 9/9] ARM: OMAP5 / DRA7: Setup L2 Aux Control Register with recommended configuration Nishanth Menon
-- strict thread matches above, loose matches on Subject: below --
2015-02-24 22:52 [U-Boot] [PATCH V2 0/9] ARM: OMAP3-DRA7: CP15 erratum workarounds and improvements Nishanth Menon
2015-02-24 22:52 ` [U-Boot] [PATCH V2 2/9] ARM: OMAP3: Rename omap3.h to omap.h to be generic as all SoCs Nishanth Menon
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=1424862136.2460.5.camel@collins \
--to=contact@paulk.fr \
--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.