]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: rmobile: Add support Alt board
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Thu, 26 Jun 2014 01:23:30 +0000 (10:23 +0900)
committerNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Thu, 24 Jul 2014 05:03:46 +0000 (14:03 +0900)
commitcff2f5f09ee8ab45b86eed7228bacbce6eca9f01
treebd5cf6cef720472ba9029686a86bd0022545042b
parentfafcfc5a98709c8e5547d0e327fd14f3da065d4f
arm: rmobile: Add support Alt board

The alt board has R8A7794, 1GB DDR3-SDRAM, USB, Ethernet, QSPI,
MMC, SDHI and more.

This commit supports the following functions:
 - DDR3-SDRAM
 - SCIF
 - I2C
 - Ethernet
 - QSPI

Signed-off-by: Hisashi Nakamura <hisashi.nakamura.ak@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
board/renesas/alt/Makefile [new file with mode: 0644]
board/renesas/alt/alt.c [new file with mode: 0644]
board/renesas/alt/qos.c [new file with mode: 0644]
board/renesas/alt/qos.h [new file with mode: 0644]
boards.cfg
include/configs/alt.h [new file with mode: 0644]