public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] Adds support for Exynos5422 odroid xu3 board
@ 2014-10-31 12:08 Hyungwon Hwang
  2014-10-31 12:08 ` [U-Boot] [PATCH 1/4] exynos5: fix GPIO information of exynos5420 Hyungwon Hwang
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Hyungwon Hwang @ 2014-10-31 12:08 UTC (permalink / raw)
  To: u-boot

This patchset adds support for Exynos5422 odroid xu3 board.
I have done this work on the patchset submitted by Akshay Saraswat.

https://patchwork.ozlabs.org/patch/400043/

Hyungwon Hwang (4):
  exynos5: fix GPIO information of exynos5420
  Exynos5800: Add support for Exynos5800
  odroid: make some macros common
  Odroid-XU3: Add support for Odroid-XU3

 arch/arm/cpu/armv7/exynos/Kconfig       |   4 +
 arch/arm/dts/Makefile                   |   3 +-
 arch/arm/dts/exynos5422-odroidxu3.dts   |  72 +++++++++
 arch/arm/include/asm/arch-exynos/cpu.h  |  11 +-
 arch/arm/include/asm/arch-exynos/gpio.h | 261 +++++++++++++++++---------------
 board/samsung/odroid-xu3/Kconfig        |  12 ++
 board/samsung/odroid-xu3/MAINTAINERS    |   6 +
 board/samsung/odroid-xu3/Makefile       |   7 +
 board/samsung/odroid-xu3/odroid-xu3.c   | 132 ++++++++++++++++
 board/samsung/odroid-xu3/setup.h        | 115 ++++++++++++++
 board/samsung/odroid/odroid.c           |   1 +
 board/samsung/odroid/setup.h            |   8 -
 configs/odroid-xu3_defconfig            |   4 +
 drivers/gpio/s5p_gpio.c                 |   4 +-
 include/configs/odroid_xu3.h            |  73 +++++++++
 15 files changed, 576 insertions(+), 137 deletions(-)
 create mode 100644 arch/arm/dts/exynos5422-odroidxu3.dts
 create mode 100644 board/samsung/odroid-xu3/Kconfig
 create mode 100644 board/samsung/odroid-xu3/MAINTAINERS
 create mode 100644 board/samsung/odroid-xu3/Makefile
 create mode 100644 board/samsung/odroid-xu3/odroid-xu3.c
 create mode 100644 board/samsung/odroid-xu3/setup.h
 create mode 100644 configs/odroid-xu3_defconfig
 create mode 100644 include/configs/odroid_xu3.h

-- 
1.8.3.2

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

end of thread, other threads:[~2014-11-04  5:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-31 12:08 [U-Boot] [PATCH 0/4] Adds support for Exynos5422 odroid xu3 board Hyungwon Hwang
2014-10-31 12:08 ` [U-Boot] [PATCH 1/4] exynos5: fix GPIO information of exynos5420 Hyungwon Hwang
2014-11-04  4:51   ` Jaehoon Chung
2014-11-04  5:13     ` Hyungwon Hwang
2014-10-31 12:08 ` [U-Boot] [PATCH 2/4] Exynos5800: Add support for Exynos5800 Hyungwon Hwang
2014-11-04  4:56   ` Jaehoon Chung
2014-11-04  5:05     ` Hyungwon Hwang
2014-10-31 12:08 ` [U-Boot] [PATCH 3/4] odroid: make some macros common Hyungwon Hwang
2014-10-31 12:08 ` [U-Boot] [PATCH 4/4] Odroid-XU3: Add support for Odroid-XU3 Hyungwon Hwang

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