]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sh: Add support SH2/SH2A which is CPU of Renesas Technology
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Sun, 31 Aug 2008 13:48:33 +0000 (22:48 +0900)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Sun, 31 Aug 2008 13:48:33 +0000 (22:48 +0900)
commit6ad43d0dd86b612895ddc7f480eb6cdfe793adf9
treea6139313961a40af786cdf43dceef92660400750
parent0d53a47dc0737b6aa3a39caee21410c169441ae5
sh: Add support SH2/SH2A which is CPU of Renesas Technology

Add support SH2/SH2A basic function.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
cpu/sh2/Makefile [new file with mode: 0644]
cpu/sh2/cache.c [new file with mode: 0644]
cpu/sh2/config.mk [new file with mode: 0644]
cpu/sh2/cpu.c [new file with mode: 0644]
cpu/sh2/interrupts.c [new file with mode: 0644]
cpu/sh2/start.S [new file with mode: 0644]
cpu/sh2/time.c [new file with mode: 0644]
cpu/sh2/watchdog.c [new file with mode: 0644]
examples/Makefile
include/asm-sh/cpu_sh2.h [new file with mode: 0644]
include/asm-sh/processor.h