linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 4/9] ARM: EXYNOS: add support for ARCH_EXYNOS5 and EXYNOS5250
Date: Thu, 09 Feb 2012 20:12:50 +0900	[thread overview]
Message-ID: <068d01cce71b$c2f87da0$48e978e0$%kim@samsung.com> (raw)
In-Reply-To: <CAH9JG2UGCg=vNe-xKYdJzwQYExRK9U6xSRmHxSUxUruUCc3r4g@mail.gmail.com>

Kyungmin Park wrote:
> 
> On 2/1/12, Kukjin Kim <kgene.kim@samsung.com> wrote:

[snip]

> >  machine-$(CONFIG_ARCH_EXYNOS4)		:= exynos
> > +machine-$(CONFIG_ARCH_EXYNOS5)		:= exynos
> It already has CONFIG_ARCH_EXYNOS so it's enough
> machine-$(CONFIG_ARCH_EXYNOS) := exynos

Basically I'd like to keep the ARCH_EXYNOS4 and ARCH_EXYNOS5 it can be a
duplicated line though. Because it is a different core.

[snip]

> > +config ARCH_EXYNOS5
> > +	bool "SAMSUNG EXYNOS5"
> > +	select HAVE_SMP
> > +	help
> > +	  Samsung EXYNOS5 SoCs based systems
> It's helpful to add which ARM core is used. in case of exynos4 has
> CA9, exynos5 has CA15.

Looks good, ok, the description of Cortex-A9 and Cortex-A15 will be added.

[snip]

> > +config SOC_EXYNOS5250
> > +	bool "SAMSUNG EXYNOS5250"
> > +	default y
> default y?

Yes. I think at least one SoC should be selected when one ARCH_ is selected.
And as you know, now ARCH_EXYNOS5 is used only for EXYNOS5250 SoC.

[snip]

> >  #define EXYNOS4_PA_SYSRAM0		0x02025000
> >  #define EXYNOS4_PA_SYSRAM1		0x02020000
> > +#define EXYNOS5_PA_SYSRAM		0x02020000
> Do you really use the single map file? Doesn't it better split each
series?

Now that would be better if could keep less headers.

[snip]

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

  reply	other threads:[~2012-02-09 11:12 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-31 15:39 [PATCH 0/9] ARM: EXYNOS: add support EXYNOS5 SoC Kukjin Kim
2012-01-31 15:39 ` [PATCH 1/9] ARM: EXYNOS: use exynos_init_uarts() instead of exynos4_init_uarts() Kukjin Kim
2012-02-01  3:57   ` Kyungmin Park
2012-02-09 10:30     ` Kukjin Kim
2012-01-31 15:39 ` [PATCH 2/9] ARM: EXYNOS: add clock part for EXYNOS5250 SoC Kukjin Kim
2012-02-01  4:08   ` Kyungmin Park
2012-02-09 10:50     ` Kukjin Kim
2012-01-31 15:39 ` [PATCH 3/9] ARM: EXYNOS: add initial setup-i2c0 for EXYNOS5 Kukjin Kim
2012-02-01  4:10   ` Kyungmin Park
2012-02-09 10:56     ` Kukjin Kim
2012-02-01  8:53   ` Olof Johansson
2012-02-09 11:39     ` Kukjin Kim
2012-01-31 15:39 ` [PATCH 4/9] ARM: EXYNOS: add support for ARCH_EXYNOS5 and EXYNOS5250 Kukjin Kim
2012-02-01  4:18   ` Kyungmin Park
2012-02-09 11:12     ` Kukjin Kim [this message]
2012-01-31 15:39 ` [PATCH 5/9] ARM: EXYNOS: add board file for SMDK5250 Kukjin Kim
2012-02-01  4:20   ` Kyungmin Park
2012-02-01  8:50     ` Olof Johansson
2012-02-01  9:34       ` Will Deacon
2012-02-09 11:31         ` Kukjin Kim
2012-02-09 23:36           ` Arnd Bergmann
2012-01-31 15:39 ` [PATCH 6/9] serial: samsung: Add support for EXYNOS5250 Kukjin Kim
2012-02-01  4:21   ` Kyungmin Park
2012-02-09 11:32     ` Kukjin Kim
2012-02-09 23:41     ` Arnd Bergmann
2012-01-31 15:39 ` [PATCH 7/9] ARM: EXYNOS: temporary add interrupt definitions Kukjin Kim
2012-01-31 15:39 ` [PATCH 8/9] ARM: EXYNOS: temporary add map definitions for uart Kukjin Kim
2012-02-01  5:53   ` Kyungmin Park
2012-02-10  8:35     ` Kukjin Kim
2012-01-31 15:39 ` [PATCH 9/9] ARM: EXYNOS: temporary fixup regarding get_core_count() Kukjin Kim
2012-02-01  5:58   ` Kyungmin Park
2012-02-10 10:16     ` Kukjin Kim

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='068d01cce71b$c2f87da0$48e978e0$%kim@samsung.com' \
    --to=kgene.kim@samsung.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).