[U-Boot] [PATCH 0/4] Add support for SAMSUNG Exynos4 SoCs and ORIGEN_QUAD board

2012-12-11 Thread Jeong Hyeon Kim
This patch series adds support for Exynos4 SoCs and ORIGEN_QUAD board. Exynos4212/4412 are SAMSUNG's ARM Cortex-A15 boased SoCs and Exynos4 series SoCs. ORIGEN_QUAD board is based on Exynos4212. [PATCH 1/4] EXYNOS4: Add pinmux support for UART [PATCH 2/4] EXYNOS4: Add pinmux support for I2C [PATC

[U-Boot] [PATCH 1/4] EXYNOS4: Add pinmux support for UART

2012-12-11 Thread Jeong Hyeon Kim
From: Jeong-Hyeon Kim This patch adds pinmux support for UART channels Signed-off-by: Jeong-Hyeon Kim --- arch/arm/cpu/armv7/exynos/pinmux.c | 41 1 file changed, 41 insertions(+) diff --git a/arch/arm/cpu/armv7/exynos/pinmux.c b/arch/arm/cpu/armv7

[U-Boot] [PATCH 2/4] EXYNOS4: Add pinmux support for I2C

2012-12-11 Thread Jeong Hyeon Kim
From: Jeong-Hyeon Kim This patch adds pinmux support for I2C channels Signed-off-by: Jeong-Hyeon Kim --- arch/arm/cpu/armv7/exynos/pinmux.c | 51 1 file changed, 51 insertions(+) diff --git a/arch/arm/cpu/armv7/exynos/pinmux.c b/arch/arm/cpu/armv7

[U-Boot] [PATCH 3/4] EXYNOS4: Add support for Exynos4x12 SoCs

2012-12-11 Thread Jeong Hyeon Kim
From: Jeong-Hyeon Kim This patch adds the support for Exynos4212/4412. Samsung's ARM Cortex-A9 based Exynos4x12 SoCs and Exynos4210 are similar. Address of a few registers are different in CMU part like MPLL. Signed-off-by: Jeong-Hyeon Kim --- arch/arm/cpu/armv7/exynos/clock.c|

[U-Boot] [PATCH 4/4] EXYNOS4: Add ORIGEN_QUAD board support

2012-12-11 Thread Jeong Hyeon Kim
From: Jeong-Hyeon Kim ORIGEN_QUAD board is based on Samsung's Exynos4412 SoC. Signed-off-by: Jeong-Hyeon Kim --- Makefile |2 +- board/samsung/origen_quad/Makefile| 59 ++ board/samsung/origen_quad/boot.c | 72 +++

[U-Boot] [PATCH] EXYNOS4: Add pinmux support for SROMC

2012-12-12 Thread Jeong-Hyeon Kim
This patch adds pinumx support for SROMC. Signed-off-by: Jeong-Hyeon Kim --- arch/arm/cpu/armv7/exynos/pinmux.c | 77 1 file changed, 77 insertions(+) diff --git a/arch/arm/cpu/armv7/exynos/pinmux.c b/arch/arm/cpu/armv7/exynos/pinmux.c index d778b46

[U-Boot] [PATCH] EXYNOS: EXYNOS4X12: adds missed base address

2012-12-13 Thread Jeong-Hyeon Kim
This patch fixs for on below patch posted by Chander Kashyap. "EXYNOS: EXYNOS4X12: Populate Exynos4x12 register addresses" This patch needs for prevent compile error for samsung's exynos SoCs based boards like origen, s5pc210_universal, smdk5250, smdkv310 and trats. Signed-off-

[U-Boot] EXYNOS4X12: Adds for ORIGEN_QUAD board

2012-12-13 Thread Jeong-Hyeon Kim
This patches are needs patches posted by Chander Kashyap. [U-Boot] EXYNOS: EXYNOS4X12: extract Exynos4x12 IPs clock frequency [U-Boot,Resend,v2,1/3] EXYNOS: EXYNOS4X12: Populate Exynos4x12 register addresses [U-Boot,Resend,v2,2/3] EXYNOS: EXYNOS4X12: Add clock structure for EXYNOS4X12 [U-Boot,Rese

[U-Boot] [PATCH v2 1/2] EXYNOS4: Add pinmux support for UART

2012-12-13 Thread Jeong-Hyeon Kim
This patch adds pinmux support for UART channels Signed-off-by: Jeong-Hyeon Kim --- arch/arm/cpu/armv7/exynos/pinmux.c | 41 1 file changed, 41 insertions(+) diff --git a/arch/arm/cpu/armv7/exynos/pinmux.c b/arch/arm/cpu/armv7/exynos/pinmux.c index

[U-Boot] [PATCH v2 2/2] EXYNOS4: Add ORIGEN_QUAD board support

2012-12-13 Thread Jeong-Hyeon Kim
ORIGEN_QUAD board is based on Samsung's Exynos4412 SoC. Signed-off-by: Jeong-Hyeon Kim --- Makefile |2 +- board/samsung/origen_quad/Makefile| 59 ++ board/samsung/origen_quad/boot.c | 72 +++ board/samsung/origen_quad/cl

Re: [U-Boot] [PATCH v2 2/2] EXYNOS4: Add ORIGEN_QUAD board support

2012-12-16 Thread Jeong-Hyeon Kim
Dear Minky Kang, Thanks for your concern. According to your suggestion, I will fix it. BRs, JHKIM 2012년 12월 15일 14:56, Minkyu Kang 쓴 글: > Dear Jeong-Hyeon Kim, > > On 13/12/12 19:37, Jeong-Hyeon Kim wrote: >> ORIGEN_QUAD board is based on Samsung's Exynos4412 SoC. >&g

[U-Boot] [PATCH v3 1/2] EXYNOS4: Add pinmux support for UART

2012-12-19 Thread Jeong-Hyeon Kim
This patch adds pinmux support for UART channels Signed-off-by: Jeong-Hyeon Kim --- arch/arm/cpu/armv7/exynos/pinmux.c | 41 1 file changed, 41 insertions(+) diff --git a/arch/arm/cpu/armv7/exynos/pinmux.c b/arch/arm/cpu/armv7/exynos/pinmux.c index

[U-Boot] [PATCH v3 2/2] EXYNOS4: Add ORIGEN_QUAD board support

2012-12-19 Thread Jeong-Hyeon Kim
ORIGEN_QUAD board is based on Samsung's Exynos4412 SoC. Signed-off-by: Jeong-Hyeon Kim --- MAINTAINERS |4 + Makefile |2 +- board/samsung/origen_quad/Makefile| 59 board/samsung/origen_quad/b