[PATCH 1/2] ARM: pxa: add pxa25x support
Sascha Hauer
s.hauer at pengutronix.de
Tue Feb 3 00:33:12 PST 2015
On Mon, Jan 26, 2015 at 10:33:46PM +0100, Robert Jarzmik wrote:
> Add support for the PXA25X SoC family, the oldest of the PXA serie.
>
> Signed-off-by: Robert Jarzmik <robert.jarzmik at free.fr>
> ---
> arch/arm/mach-pxa/Kconfig | 21 +++++++++++
> arch/arm/mach-pxa/Makefile | 1 +
> arch/arm/mach-pxa/include/mach/pxa-regs.h | 2 ++
> arch/arm/mach-pxa/include/mach/pxa25x-regs.h | 6 ++++
> arch/arm/mach-pxa/include/mach/pxa2xx-regs.h | 1 +
> arch/arm/mach-pxa/mfp-pxa2xx.c | 4 ++-
> arch/arm/mach-pxa/sleep.S | 2 +-
> arch/arm/mach-pxa/speed-pxa25x.c | 54 ++++++++++++++++++++++++++++
> 8 files changed, 89 insertions(+), 2 deletions(-)
> create mode 100644 arch/arm/mach-pxa/include/mach/pxa25x-regs.h
> create mode 100644 arch/arm/mach-pxa/speed-pxa25x.c
>
> diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
> index b36e720..a45e01a 100644
> --- a/arch/arm/mach-pxa/Kconfig
> +++ b/arch/arm/mach-pxa/Kconfig
> @@ -22,6 +22,10 @@ config ARCH_PXA310
> choice
> prompt "Intel/Marvell PXA Processor"
>
> +config ARCH_PXA25X
> + bool "PXA25x"
> + select ARCH_PXA2XX
> +
Changes like this can unintentionally change defconfigs. In this case
the existing pcm027 and mioa701 defconfigs now default to ARCH_PXA25X
and no longer build for the correct board anymore. Fixed that up by
adding "CONFIG_ARCH_PXA27X=y" to the defconfig files.
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list