[PATCH 4/9] ARM: EXYNOS: add support for ARCH_EXYNOS5 and EXYNOS5250
From: Kukjin Kim <hidden>
Date: 2012-02-09 11:12:50
Also in:
linux-samsung-soc
Kyungmin Park wrote:
On 2/1/12, Kukjin Kim [off-list ref] wrote:
[snip]
quoted
machine-$(CONFIG_ARCH_EXYNOS4) := exynos +machine-$(CONFIG_ARCH_EXYNOS5) := exynosIt 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]
quoted
+config ARCH_EXYNOS5 + bool "SAMSUNG EXYNOS5" + select HAVE_SMP + help + Samsung EXYNOS5 SoCs based systemsIt'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]
quoted
+config SOC_EXYNOS5250 + bool "SAMSUNG EXYNOS5250" + default ydefault 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]
quoted
#define EXYNOS4_PA_SYSRAM0 0x02025000 #define EXYNOS4_PA_SYSRAM1 0x02020000 +#define EXYNOS5_PA_SYSRAM 0x02020000Do 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 [off-list ref], Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd.