From: plagnioj@jcrosoft.com (Jean-Christophe PLAGNIOL-VILLARD)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 5/7] [ARM]: U8500 integrate to ARM architecture
Date: Sat, 17 Oct 2009 16:44:07 +0200 [thread overview]
Message-ID: <20091017144407.GC14673@game.jcrosoft.org> (raw)
In-Reply-To: <1255300082.21542.413.camel@vinay-desktop>
On 03:58 Mon 12 Oct , srinidhi kasagar wrote:
> From: srinidhi kasagar <srinidhi.kasagar@stericsson.com>
>
> This hooks the U8500 support into the ARM kbuild
> system. This integration also enables SMP and its
> helper funtions for u8500 platform
>
> Signed-off-by: srinidhi kasagar <srinidhi.kasagar@stericsson.com>
> Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
> ---
> arch/arm/Kconfig | 19 +++++++++++++++----
> arch/arm/Makefile | 1 +
> 2 files changed, 16 insertions(+), 4 deletions(-)
>
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 1c4119c..459f1ce 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -702,6 +702,15 @@ config ARCH_BCMRING
> help
> Support for Broadcom's BCMRing platform.
>
> +config ARCH_U8500
> + bool "ST-Ericsson U8500 Series"
> + select ARM_AMBA
> + select GENERIC_TIME
> + select GENERIC_CLOCKEVENTS
> + select COMMON_CLKDEV
> + help
> + Include support for ST-Ericsson's Cortex-A9 Platform.
> +
> endchoice
>
> source "arch/arm/mach-clps711x/Kconfig"
> @@ -800,6 +809,8 @@ source "arch/arm/mach-msm/Kconfig"
>
> source "arch/arm/mach-u300/Kconfig"
>
> +source "arch/arm/mach-ux500/Kconfig"
> +
> source "arch/arm/mach-w90x900/Kconfig"
>
> source "arch/arm/mach-bcmring/Kconfig"
> @@ -955,10 +966,10 @@ source "kernel/time/Kconfig"
> config SMP
> bool "Symmetric Multi-Processing (EXPERIMENTAL)"
> depends on EXPERIMENTAL && (REALVIEW_EB_ARM11MP || REALVIEW_EB_A9MP ||\
> - MACH_REALVIEW_PB11MP || MACH_REALVIEW_PBX || ARCH_OMAP4)
> + MACH_REALVIEW_PB11MP || MACH_REALVIEW_PBX || ARCH_OMAP4 || ARCH_U8500)
I think it time to stop this and specify at arch or mach level the capability
to use SMP with
config HAS_SMP
bool
> config LOCAL_TIMERS
> bool "Use local timer interrupts"
> depends on SMP && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP || \
> - REALVIEW_EB_A9MP || MACH_REALVIEW_PBX || ARCH_OMAP4)
> + REALVIEW_EB_A9MP || MACH_REALVIEW_PBX || ARCH_OMAP4 || ARCH_U8500)
same idea here
Best Regards,
J.
prev parent reply other threads:[~2009-10-17 14:44 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-11 22:27 [PATCH v3 4/7] [ARM]: U8500 Makefile.boot srinidhi kasagar
2009-10-11 22:28 ` [PATCH v3 5/7] [ARM]: U8500 integrate to ARM architecture srinidhi kasagar
2009-10-11 22:28 ` [PATCH v3 6/7] [ARM]: adds AB4500 as pl022 device srinidhi kasagar
2009-10-17 14:47 ` Jean-Christophe PLAGNIOL-VILLARD
2009-10-17 14:44 ` Jean-Christophe PLAGNIOL-VILLARD [this message]
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=20091017144407.GC14673@game.jcrosoft.org \
--to=plagnioj@jcrosoft.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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.