
On Mon, 03 Dec 2007 22:58:45 +0900 Yoshihiro Shimoda shimoda.yoshihiro@renesas.com wrote:
Add support Renesas SH3 and SH7720.
Signed-off-by: Yoshihiro Shimoda shimoda.yoshihiro@renesas.com CC: Nobuhiro Iwamatsu iwamatsu@nigauri.org
cpu/sh3/Makefile | 49 ++++++++ cpu/sh3/cache.c | 112 ++++++++++++++++++ cpu/sh3/config.mk | 31 +++++ cpu/sh3/cpu.c | 84 +++++++++++++ cpu/sh3/interrupts.c | 43 +++++++ cpu/sh3/start.S | 78 ++++++++++++ cpu/sh3/time.c | 103 ++++++++++++++++ cpu/sh3/watchdog.c | 34 +++++ include/asm-sh/cpu_sh3.h | 40 ++++++ include/asm-sh/cpu_sh7720.h | 207 ++++++++++++++++++++++++++++++++++ 10 files changed, 781 insertions(+)
Applied, thanks.