]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sh: Add support for AP-SH4A-4A board
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Wed, 9 May 2012 06:59:30 +0000 (15:59 +0900)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Mon, 28 May 2012 00:12:54 +0000 (09:12 +0900)
commitbfc93fb47d41c1aa0831469eabaf88afe7f99db1
tree252d9fb3e6e454deaa708f3edaea298f3854499d
parent4eb0b78e7652696156f83196de99a5747e254621
sh: Add support for AP-SH4A-4A board

The AP-SH4A-4A board has SH7734, 64MB DDR2-SDRAM, USB,
Ethernet, and more.

This patch supports the following functions:
  - 64MB DDR2-SDRAM
  - 16MB NOR Flash memory
  - Serial console (SCIF)
  - Ethernet (SH-Ether with Gigabit)
  - I2C

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
MAINTAINERS
board/alphaproject/ap_sh4a_4a/Makefile [new file with mode: 0644]
board/alphaproject/ap_sh4a_4a/ap_sh4a_4a.c [new file with mode: 0644]
board/alphaproject/ap_sh4a_4a/lowlevel_init.S [new file with mode: 0644]
boards.cfg
include/configs/ap_sh4a_4a.h [new file with mode: 0644]