]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: rmobile: Add support koelsch board
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Thu, 21 Nov 2013 08:07:46 +0000 (17:07 +0900)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Tue, 3 Dec 2013 00:47:04 +0000 (09:47 +0900)
commit1251e4903052a55a6db9576f29d11e2d7743fbde
tree5f12b90e83e074ba69a1ace3a74e11641b3fb869
parentbd0550fc5fcc0d7de38c56adba9e8b3e383213d0
arm: rmobile: Add support koelsch board

The koelsch board has R8A7791, 2GB DDR3-SDRAM, USB,
Quad SPI, Ethernet, and more.

This patch supports the following functions:
 - DDR3-SDRAM
 - SCIF

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Hisashi Nakamura <hisashi.nakamura.ak@renesas.com>
CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
CC: Albert Aribaud <albert.u.boot@aribaud.net>
arch/arm/include/asm/arch-rmobile/r8a7791.h
board/renesas/koelsch/Makefile [new file with mode: 0644]
board/renesas/koelsch/koelsch.c [new file with mode: 0644]
board/renesas/koelsch/qos.c [new file with mode: 0644]
board/renesas/koelsch/qos.h [new file with mode: 0644]
boards.cfg
include/configs/koelsch.h [new file with mode: 0644]