[U-Boot] [PATCH v2 0/4] Adds support for Exynos5422 odroid xu3 board
Hyungwon Hwang
human.hwang at samsung.com
Fri Oct 31 13:14:29 CET 2014
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
More information about the U-Boot
mailing list