[U-Boot] [PATCH v2 0/4] Adds support for Exynos5422 odroid xu3 board
Jaehoon Chung
jh80.chung at samsung.com
Tue Nov 4 06:07:39 CET 2014
When you sent the patch vX, add the changelog.
I don't know what changed at your patch V2.
Best Regards,
Jaehoon Chung
On 10/31/2014 09:14 PM, Hyungwon Hwang wrote:
> 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
>
More information about the U-Boot
mailing list