]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: rmobile: Add supoprt for KMC KZM-A9-GT board
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Thu, 21 Jun 2012 05:55:07 +0000 (14:55 +0900)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Wed, 3 Oct 2012 00:04:22 +0000 (02:04 +0200)
commit8d811ca36a2a4096dd3ed0d64f2a22a247400737
tree07c8f0207227fb625ea87d14f103a972384689c4
parentb045a23773f0b10071fb06e3364c7f21495f66b0
arm: rmobile: Add supoprt for KMC KZM-A9-GT board

The KZM-A9-GT board has Renesas R-Mobile SH73A0, 512MB DDR2-SDRAM,
USB, Ethernet, and more.

This patch supports the following functions:
- 512MB DDR2-SDRAM
- 16MB NOR Flash memory
- Serial console (SCIF)
- Ethernet (SMSC)
- I2C

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
MAINTAINERS
arch/arm/include/asm/mach-types.h
board/kmc/kzm9g/Makefile [new file with mode: 0644]
board/kmc/kzm9g/kzm9g.c [new file with mode: 0644]
boards.cfg
include/configs/kzm9g.h [new file with mode: 0644]