[U-Boot] [PATCH v5 0/3] ARMV7: Exynos4: Add support for TRATS board

HeungJun, Kim riverful.kim at samsung.com
Tue Jan 17 08:13:02 CET 2012


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 (3):
  ARMV7: Exynos4: Add watchdog.h for Exynos4
  ARMV7: Exynos4: Add supoort power for Exynos4
  ARMV7: Exynos4: Add support for TRATS board

 MAINTAINERS                                 |    4 +
 arch/arm/include/asm/arch-exynos/cpu.h      |    1 +
 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 +
 include/configs/trats.h                     |  216 +++++++++
 9 files changed, 1564 insertions(+), 0 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

-- 
1.7.4.1



More information about the U-Boot mailing list