]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sh: First support code of SuperH.
authorNobuhiro Iwamatsu <iwamatsu@rahute.(none)>
Sun, 13 May 2007 11:58:00 +0000 (20:58 +0900)
committerNobuhiro Iwamatsu <iwamatsu@rahute.(none)>
Sun, 13 May 2007 11:58:00 +0000 (20:58 +0900)
commit0b135cfc2e524dc249b75057b55dd4cc09842e27
treea342e571738e4777bbb2b66246412e9d9aaa81c2
parentabca901869c3760b6c5fecb825db6c1d91a78a93
sh: First support code of SuperH.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
31 files changed:
CREDITS
Makefile
common/cmd_bootm.c
cpu/sh4/Makefile [new file with mode: 0644]
cpu/sh4/config.mk [new file with mode: 0644]
cpu/sh4/cpu.c [new file with mode: 0644]
cpu/sh4/interrupts.c [new file with mode: 0644]
cpu/sh4/start.S [new file with mode: 0644]
cpu/sh4/time.c [new file with mode: 0644]
cpu/sh4/watchdog.c [new file with mode: 0644]
drivers/Makefile
drivers/serial_sh.c [new file with mode: 0644]
examples/Makefile
examples/stubs.c
include/asm-sh/bitops.h [new file with mode: 0644]
include/asm-sh/byteorder.h [new file with mode: 0644]
include/asm-sh/cpu_sh4.h [new file with mode: 0644]
include/asm-sh/cpu_sh7750.h [new file with mode: 0644]
include/asm-sh/global_data.h [new file with mode: 0644]
include/asm-sh/io.h [new file with mode: 0644]
include/asm-sh/posix_types.h [new file with mode: 0644]
include/asm-sh/processor.h [new file with mode: 0644]
include/asm-sh/ptrace.h [new file with mode: 0644]
include/asm-sh/string.h [new file with mode: 0644]
include/asm-sh/system.h [new file with mode: 0644]
include/asm-sh/types.h [new file with mode: 0644]
include/asm-sh/u-boot.h [new file with mode: 0644]
lib_sh/Makefile [new file with mode: 0644]
lib_sh/board.c [new file with mode: 0644]
lib_sh/sh_linux.c [new file with mode: 0644]
lib_sh/time.c [new file with mode: 0644]