[PATCH] h8300: H8S architecture support
commit7a300967f6c82f01a8ec675f151ffd2599e31776
authorYoshinori Sato <ysato@users.sourceforge.jp>
Thu, 31 Jul 2003 15:07:07 +0000 (31 08:07 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Thu, 31 Jul 2003 15:07:07 +0000 (31 08:07 -0700)
tree6baeff7931ded3e0a08ebae986e6936b79e01666
parent19ad546aba1392318ed21f6467489607afd61a55
[PATCH] h8300: H8S architecture support
15 files changed:
arch/h8300/platform/h8s/Makefile [new file with mode: 0644]
arch/h8300/platform/h8s/edosk2674/Makefile [new file with mode: 0644]
arch/h8300/platform/h8s/edosk2674/crt0_ram.S [new file with mode: 0644]
arch/h8300/platform/h8s/edosk2674/crt0_rom.S [new file with mode: 0644]
arch/h8300/platform/h8s/edosk2674/ram.ld [new file with mode: 0644]
arch/h8300/platform/h8s/edosk2674/rom.ld [new file with mode: 0644]
arch/h8300/platform/h8s/edosk2674/timer.c [new file with mode: 0644]
arch/h8300/platform/h8s/entry.S [new file with mode: 0644]
arch/h8300/platform/h8s/generic/Makefile [new file with mode: 0644]
arch/h8300/platform/h8s/generic/crt0_ram.S [new file with mode: 0644]
arch/h8300/platform/h8s/generic/crt0_rom.S [new file with mode: 0644]
arch/h8300/platform/h8s/generic/ram.ld [new file with mode: 0644]
arch/h8300/platform/h8s/generic/rom.ld [new file with mode: 0644]
arch/h8300/platform/h8s/generic/timer.c [new file with mode: 0644]
arch/h8300/platform/h8s/ints.c [new file with mode: 0644]