
This patch series support for Samsung TRATS board, and add the headers of watchdog and power, and current version is 4.
I missed logs of v2 on this thread, so I'm going to add this: http://lists.denx.de/pipermail/u-boot/2012-January/114857.html
Also, this patch is tested on Samsung TRATS board.
Thank you.
Best Regards, Heungjun Kim
HeungJun, Kim (4): ARMV7: Exynos4: Add watchdog.h for Exynos4 ARMV7: Exynos4: Add supoort power for Exynos4 ARMV7: Exynos4: Fix toolchain optimization problem for using volatile ARMV7: Exynos4: Add support for TRATS board
MAINTAINERS | 4 + arch/arm/include/asm/arch-exynos/cpu.h | 1 + arch/arm/include/asm/arch-exynos/gpio.h | 22 +- arch/arm/include/asm/arch-exynos/power.h | 230 ++++++++++ arch/arm/include/asm/arch-exynos/watchdog.h | 53 +++ board/samsung/trats/Makefile | 43 ++ board/samsung/trats/setup.h | 637 +++++++++++++++++++++++++++ board/samsung/trats/trats.c | 379 ++++++++++++++++ boards.cfg | 1 + drivers/gpio/s5p_gpio.c | 42 +- include/configs/trats.h | 214 +++++++++ 11 files changed, 1600 insertions(+), 26 deletions(-) create mode 100644 arch/arm/include/asm/arch-exynos/power.h create mode 100644 arch/arm/include/asm/arch-exynos/watchdog.h create mode 100644 board/samsung/trats/Makefile create mode 100644 board/samsung/trats/setup.h create mode 100644 board/samsung/trats/trats.c create mode 100644 include/configs/trats.h