From: Sascha Hauer <s.hauer@pengutronix.de>
To: Robert Jarzmik <robert.jarzmik@free.fr>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH 1/2] ARM: pxa: add pxa25x support
Date: Tue, 3 Feb 2015 09:33:12 +0100 [thread overview]
Message-ID: <20150203083312.GK18908@pengutronix.de> (raw)
In-Reply-To: <1422308027-13836-1-git-send-email-robert.jarzmik@free.fr>
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@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 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2015-02-03 8:33 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-26 21:33 Robert Jarzmik
2015-01-26 21:33 ` [PATCH 2/2] ARM: pxa: add lubbock board support Robert Jarzmik
2015-01-28 9:00 ` Sascha Hauer
2015-01-28 22:53 ` Robert Jarzmik
2015-01-29 7:36 ` Sascha Hauer
2015-02-03 8:33 ` Sascha Hauer [this message]
2015-02-03 19:27 ` [PATCH 1/2] ARM: pxa: add pxa25x support Robert Jarzmik
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=20150203083312.GK18908@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=robert.jarzmik@free.fr \
/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