]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sh: Add support SH3 and SH7720
authorYoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
Mon, 3 Dec 2007 13:58:45 +0000 (22:58 +0900)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Tue, 15 Jan 2008 14:30:40 +0000 (23:30 +0900)
commitf9913a8ee71ff14fcfc1c7fd0e6912f897e69403
tree5a087a498b2cee6245934b1258a4b65d4b35b549
parent5dd372a23d12003276dddf7f9604154fd522ae73
sh: Add support SH3 and SH7720

Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
cpu/sh3/Makefile [new file with mode: 0644]
cpu/sh3/cache.c [new file with mode: 0644]
cpu/sh3/config.mk [new file with mode: 0644]
cpu/sh3/cpu.c [new file with mode: 0644]
cpu/sh3/interrupts.c [new file with mode: 0644]
cpu/sh3/start.S [new file with mode: 0644]
cpu/sh3/time.c [new file with mode: 0644]
cpu/sh3/watchdog.c [new file with mode: 0644]
include/asm-sh/cpu_sh3.h [new file with mode: 0644]
include/asm-sh/cpu_sh7720.h [new file with mode: 0644]