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

This is v3 of the patchset adding support Odroud XU3 board.

link to the previous version:
https://www.mail-archive.com/u-boot at lists.denx.de/msg152275.html

This patchset fixes GPIO information of Exynos5420 which is needed to
support Exynos5422 Odroid XU3 board. On the base of the fixes, this
patchset adds support for Exynos5422 Odroid XU3 board. I have done
this work on the patchset submitted by Akshay Saraswat.

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

Changes for v2:
	- Add a patch to add new common setup header file for Odroid X2/U3
	and Odroid XU3
Changes for v3:
	- Remove the patch which adds new common setup header file from v2
	- Remove the wrong patch to fix GPIO information of Exynos 5800
	- Remove unnecessary node from DT file
	- Remove unnecessary features from config file
	- Fix some trivial typos in comments

Hyungwon Hwang (2):
  exynos5: fix GPIO information of exynos5420
  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   |  58 ++++++++
 arch/arm/include/asm/arch-exynos/cpu.h  |  11 +-
 arch/arm/include/asm/arch-exynos/gpio.h | 232 +++++++++++++++-----------------
 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   | 131 ++++++++++++++++++
 board/samsung/odroid-xu3/setup.h        |  95 +++++++++++++
 configs/odroid-xu3_defconfig            |   4 +
 include/configs/odroid_xu3.h            |  74 ++++++++++
 12 files changed, 510 insertions(+), 127 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] 8+ messages in thread

end of thread, other threads:[~2014-11-06  8:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-05  4:04 [U-Boot] [PATCH v3 0/2] Adds support for Exynos5422 odroid xu3 board Hyungwon Hwang
2014-11-05  4:04 ` [U-Boot] [PATCH v3 1/2] exynos5: fix GPIO information of exynos5420 Hyungwon Hwang
2014-11-05 10:20   ` Lukasz Majewski
2014-11-05  4:04 ` [U-Boot] [PATCH v3 2/2] Odroid-XU3: Add support for Odroid-XU3 Hyungwon Hwang
2014-11-05 10:29   ` Lukasz Majewski
2014-11-06  4:06     ` Hyungwon Hwang
2014-11-06  8:50       ` Lukasz Majewski
2014-11-05 10:08 ` [U-Boot] [PATCH v3 0/2] Adds support for Exynos5422 odroid xu3 board Lukasz Majewski

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