public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] Add support for SAMSUNG Exynos4 SoCs and ORIGEN_QUAD board
@ 2012-12-12  7:54 Jeong Hyeon Kim
  2012-12-12  7:54 ` [U-Boot] [PATCH 1/4] EXYNOS4: Add pinmux support for UART Jeong Hyeon Kim
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Jeong Hyeon Kim @ 2012-12-12  7:54 UTC (permalink / raw)
  To: u-boot

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
[PATCH 3/4] EXYNOS4: Add support for Exynos4x12 SoCs
[PATCH 4/4] EXYNOS4: Add ORIGEN_QUAD board support

 Makefile                                  |    2 +-
 arch/arm/cpu/armv7/exynos/clock.c         |    7 +-
 arch/arm/cpu/armv7/exynos/pinmux.c        |   92 +++++++++
 arch/arm/include/asm/arch-exynos/clock.h  |  240 +++++++++++++++++++++++
 arch/arm/include/asm/arch-exynos/cpu.h    |    1 +
 board/samsung/origen_quad/Makefile        |   59 ++++++
 board/samsung/origen_quad/boot.c          |   72 +++++++
 board/samsung/origen_quad/clock.c         |  103 ++++++++++
 board/samsung/origen_quad/dmc.c           |  163 ++++++++++++++++
 board/samsung/origen_quad/lowlevel_init.S |  151 +++++++++++++++
 board/samsung/origen_quad/origen_quad.c   |  163 ++++++++++++++++
 board/samsung/origen_quad/setup.h         |  300 +++++++++++++++++++++++++++++
 boards.cfg                                |    1 +
 include/configs/origen_quad.h             |  179 +++++++++++++++++
 tools/Makefile                            |    2 +
 15 files changed, 1533 insertions(+), 2 deletions(-)
 create mode 100644 board/samsung/origen_quad/Makefile
 create mode 100644 board/samsung/origen_quad/boot.c
 create mode 100644 board/samsung/origen_quad/clock.c
 create mode 100644 board/samsung/origen_quad/dmc.c
 create mode 100644 board/samsung/origen_quad/lowlevel_init.S
 create mode 100644 board/samsung/origen_quad/origen_quad.c
 create mode 100644 board/samsung/origen_quad/setup.h
 create mode 100644 include/configs/origen_quad.h

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-12-13  8:28 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-12  7:54 [U-Boot] [PATCH 0/4] Add support for SAMSUNG Exynos4 SoCs and ORIGEN_QUAD board Jeong Hyeon Kim
2012-12-12  7:54 ` [U-Boot] [PATCH 1/4] EXYNOS4: Add pinmux support for UART Jeong Hyeon Kim
2012-12-12  7:54 ` [U-Boot] [PATCH 2/4] EXYNOS4: Add pinmux support for I2C Jeong Hyeon Kim
2012-12-12  8:16   ` Heiko Schocher
2012-12-12 10:19     ` 김정현
2012-12-12  7:54 ` [U-Boot] [PATCH 3/4] EXYNOS4: Add support for Exynos4x12 SoCs Jeong Hyeon Kim
2012-12-13  6:19   ` Chander Kashyap
2012-12-13  6:19     ` Chander Kashyap
2012-12-13  8:21       ` 김정현
2012-12-13  8:28         ` Chander Kashyap
2012-12-12  7:54 ` [U-Boot] [PATCH 4/4] EXYNOS4: Add ORIGEN_QUAD board support Jeong Hyeon Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox