]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: rmobile: Add basic support for Renesas R-Mobile
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Wed, 13 Jun 2012 07:29:47 +0000 (16:29 +0900)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Wed, 3 Oct 2012 00:04:22 +0000 (02:04 +0200)
commit4fb44e22ec3ddc48b730865cf2c00e98224cee99
treec2dee998eb600b18f52175117512a8ccbd2a63d0
parenta6cd85aad24cce354c5248190841dfcbc4574750
arm: rmobile: Add basic support for Renesas R-Mobile

This patch adds minimum support for R-Mobile. Only minimal support with timer.
This CPU can uses the peripheral of Renesas SuperH.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
arch/arm/cpu/armv7/rmobile/Makefile [new file with mode: 0644]
arch/arm/cpu/armv7/rmobile/cpu_info.c [new file with mode: 0644]
arch/arm/cpu/armv7/rmobile/timer.c [new file with mode: 0644]
arch/arm/include/asm/arch-rmobile/rmobile.h [new file with mode: 0644]