NetBSD/sys/arch
scw 59474a8c82 NetBSD, meet the SH-5 cpu.
SH-5, meet NetBSD.

Let's hope this is the start of a long and fruitful relationship. :-)

This code, funded by Wasabi Systems, adds initial support for the
Hitachi SuperH(tm) SH-5 cpu architecture to NetBSD.

At the present time, NetBSD/evbsh5 only runs on a SH-5 core simulator
which has no simulated devices other than a simple console. However, it
is good enough to get to the "root device: " prompt.

Device driver support for Real SH-5 Hardware is in place, particularly for
supporting the up-coming Cayman evaluation board, and should be quite
easy to get running when the hardware is available.

There is no in-tree toolchain for this port at this time. Gcc-current has
rudimentary SH-5 support but it is known to be buggy. A working toolchain
was obtained from SuperH to facilitate this port. Gcc-current will be
fixed in due course.

The SH-5 architecture is fully 64-bit capable, although NetBSD/evbsh5 has
currently only been tested in 32-bit mode. It is bi-endian, via a boot-
time option and it also has an "SHcompact" mode in which it will execute
SH-[34] user-land instructions.

For more information on the SH-5, see www.superh.com. Suffice to say it
is *not* just another respin of the SH-[34].
2002-07-05 13:31:28 +00:00
..
acorn26 Use MALLOC_NOINLINE (saves 11K on FOURMEG) 2002-07-05 13:06:45 +00:00
acorn32 $Id$ -> $NetBSD$ (oops). 2002-06-19 23:27:48 +00:00
algor MD systrace gluons. 2002-06-17 16:32:57 +00:00
alpha Add kernel support for having userland provide the signal trampoline: 2002-07-04 23:32:02 +00:00
amiga Regen from GENERIC.in 1.2: 2002-07-05 13:27:59 +00:00
amigappc make an auto const variable static. 2002-06-08 15:58:47 +00:00
arc MD systrace gluons. 2002-06-17 16:32:57 +00:00
arm Add kernel support for having userland provide the signal trampoline: 2002-07-04 23:32:02 +00:00
atari MD systrace gluons. 2002-06-17 16:32:57 +00:00
bebox alloc_attr -> allocattr 2002-07-04 14:37:10 +00:00
cats Define MSGBUFSIZE here only if it's not specified by options(4). 2002-06-28 17:40:20 +00:00
cesfic MD systrace gluons. 2002-06-17 16:32:57 +00:00
cobalt MD systrace gluons. 2002-06-17 16:32:57 +00:00
dreamcast alloc_attr -> allocattr 2002-07-04 14:37:10 +00:00
evbarm Report stray interrupts. 2002-06-26 01:06:44 +00:00
evbmips MD systrace gluons. 2002-06-17 16:32:57 +00:00
evbsh3 MD systrace gluons. 2002-06-17 16:32:57 +00:00
evbsh5 NetBSD, meet the SH-5 cpu. 2002-07-05 13:31:28 +00:00
hp300 Add kernel support for having userland provide the signal trampoline: 2002-07-04 23:32:02 +00:00
hp700 MD systrace gluons. 2002-06-17 16:32:57 +00:00
hpc move initialization of the "struct pglist" returned by uvm_pglistalloc() 2002-06-02 14:44:35 +00:00
hpcarm Comment out MEMORY_DISK_HOOKS as a workarund for the following problem. 2002-06-22 13:04:00 +00:00
hpcmips a "no" token was added recently, so we must now quote any "no" symbols 2002-06-22 00:01:10 +00:00
hpcsh MD systrace gluons. 2002-06-17 16:32:57 +00:00
hppa Add kernel support for having userland provide the signal trampoline: 2002-07-04 23:32:02 +00:00
i386 Add kernel support for having userland provide the signal trampoline: 2002-07-04 23:32:02 +00:00
luna68k use cdev_mouse_init() for wsmux 2002-07-04 23:24:43 +00:00
m68k Add kernel support for having userland provide the signal trampoline: 2002-07-04 23:32:02 +00:00
mac68k Add support for DHCP network configuration. 2002-07-04 17:59:33 +00:00
macppc alloc_attr -> allocattr 2002-07-04 14:37:10 +00:00
mips Add kernel support for having userland provide the signal trampoline: 2002-07-04 23:32:02 +00:00
mipsco MD systrace gluons. 2002-06-17 16:32:57 +00:00
mmeye MD systrace gluons. 2002-06-17 16:32:57 +00:00
mvme68k MD systrace gluons. 2002-06-17 16:32:57 +00:00
mvmeppc MD systrace gluons. 2002-06-17 16:32:57 +00:00
netwinder Enable "pseudo-device clockctl" in all kernels, except 2002-06-17 05:14:02 +00:00
news68k MD systrace gluons. 2002-06-17 16:32:57 +00:00
newsmips alloc_attr -> allocattr 2002-07-04 14:37:10 +00:00
next68k alloc_attr -> allocattr 2002-07-04 14:37:10 +00:00
ofppc avoid hardcoding MBR_MAGICOFF and MBR_MAGIC. 2002-06-18 00:37:25 +00:00
pc532 Add kernel support for having userland provide the signal trampoline: 2002-07-04 23:32:02 +00:00
playstation2 alloc_attr -> allocattr 2002-07-04 14:37:10 +00:00
pmax alloc_attr -> allocattr 2002-07-04 14:37:10 +00:00
pmppc MD systrace gluons. 2002-06-17 16:32:57 +00:00
powerpc Add kernel support for having userland provide the signal trampoline: 2002-07-04 23:32:02 +00:00
prep alloc_attr -> allocattr 2002-07-04 14:37:10 +00:00
sandpoint MD systrace gluons. 2002-06-17 16:32:57 +00:00
sbmips MD systrace gluons. 2002-06-17 16:32:57 +00:00
sgimips MD systrace gluons. 2002-06-17 16:32:57 +00:00
sh3 Add kernel support for having userland provide the signal trampoline: 2002-07-04 23:32:02 +00:00
sh5 NetBSD, meet the SH-5 cpu. 2002-07-05 13:31:28 +00:00
shark avoid hardcoding MBR_MAGICOFF and MBR_MAGIC. 2002-06-18 00:37:25 +00:00
sparc Add kernel support for having userland provide the signal trampoline: 2002-07-04 23:32:02 +00:00
sparc64 Add kernel support for having userland provide the signal trampoline: 2002-07-04 23:32:02 +00:00
sun2 MD systrace gluons. 2002-06-17 16:32:57 +00:00
sun3 MD systrace gluons. 2002-06-17 16:32:57 +00:00
sun68k Compile all standalones for the 68010, which makes bootblocks 2002-06-17 13:35:04 +00:00
vax Add kernel support for having userland provide the signal trampoline: 2002-07-04 23:32:02 +00:00
walnut MD systrace gluons. 2002-06-17 16:32:57 +00:00
x68k remove definition of CLOCKS_PER_SEC protected by #ifdef KERNEL. It is 2002-06-23 16:54:00 +00:00
x86_64 Add kernel support for having userland provide the signal trampoline: 2002-07-04 23:32:02 +00:00
Makefile Add evbmips and sbmips. 2002-06-01 09:37:30 +00:00
README NetBSD, meet the SH-5 cpu. 2002-07-05 13:31:28 +00:00

README

$NetBSD: README,v 1.25 2002/07/05 13:31:37 scw Exp $

acorn26:	Acorn ARM2- and ARM3-based machines (arm)
acorn32:	Acorn computers Ltd. ARM 6/7/SA based machines (arm)
algor:		Algorithmics, Ltd. MIPS evaluation boards (mips)
alpha:		Compaq (formerly Digital Equipment Corp.) Alpha (alpha)
amiga:		Commodore et al. Amiga (m68k)
amigappc:	Phase 5 Amiga (powerpc)
arc:		MIPS Advanced Risc Computing spec machines (mips)
atari:		Atari TT30, Falcon, and Hades (m68k)
bebox:		Be Inc. BeBox (powerpc)
cats:		Chalice Technologies, CATS motherboard (arm)
cesfic:  	FIC8234 VME processor board (m68k)
cobalt:		Cobalt Networks Microservers (mips)
dreamcast:	SEGA Dreamcast (sh3)
evbarm:		ARM-based eval boards (arm)
evbmips:	MIPS-based eval boards (mips)
evbsh3:		Hitachi SuperH(TM) sh3 and sh4 eval boards (sh3)
evbsh5:		Hitachi SuperH(TM) sh5 eval boards (sh5)
hp300:		Hewlett Packard 300- and 400-series machines (m68k)
hp700:		Hewlett Packard 700-series machines (hppa)
hpcarm:		ARM based handheld PCs (arm)
hpcmips:	MIPS based handheld PCs (mips)
hpcsh:		Hitachi SuperH(TM) based handheld PCs (sh3)
i386:		Intel/AMD etc. x86 processor line (i386)
ibmnws:		IBM Network Station Thin Clients (powerpc)
luna68k:	LUNA product line of OMRON Tateishi Electric (m68k)
mac68k:		Apple Macintosh (m68k)
macppc:		Apple Power Macintosh and clones (powerpc)
mipsco:		MIPS Corp Magnum 3000 computers (mips)
mmeye:		Hitachi SuperH(TM) computer controlled camera (sh3)
mvme68k:	Motorola's VMEbus 68K based single board computers (m68k)
mvmeppc:	Motorola's VMEbus PowerPC based single board computers (powerpc)
mvme88k:	Motorola's VMEbus 88K based single board computers (m88k)
netwinder:	StrongARM based Netwinder machines (arm)
news68k:	Sony's NET WORK STATION (m68k)
newsmips:	Sony's NET WORK STATION (mips)
next68k:	NeXT Computer's cubes and slabs (m68k)
ofppc:		Open Firmware based PowerPC machines (powerpc)
pc532:		"PC-532" kit computer, based on NS 32532 CPU (ns32k)
playstation2:	SONY PlayStation 2 (mips)
pmax:		Digital Equipment Corp. MIPS based machines (mips)
pmppc:		Artesyn PMPPC card (powerpc)
prep:		PowerPC Reference Platform machines (powerpc)
sandpoint:	Motorola Sandpoint reference platform (powerpc)
sbmips:		Broadcom's SiByte processor evaluation boards (mips)
sgimips:	MIPS based Silicon Graphics machines (mips)
shark:		Digital Network Appliance Reference Design (pronounced "Shark")
		machines (arm)
sparc:		Sun Microsystems SPARC (sun4, sun4c, sun4m) 32 bit machines (sparc)
sparc64:	Sun Microsystems UltraSPARC 64 bit machines (sparc64, sparc)
sun2:		Sun m68010 based machines (m68k)
sun3:		Sun m680[23]0 based machines (m68k)
vax:		Digital Equipment Corp. VAX machines (vax)
walnut:		IBM's PowerPC 405GP Reference Board (powerpc)
x68k:		Sharp X68000, X68030 (m68k)
x86_64:		AMD's x86 64 bit architecture on the simics simulator (x86_64)

Generic architectural features shared among multiple ports
arm:		ARM cpu based platform files
hpc:		Handheld PC reference platform files
hppa:		Hewlett Packard PA-RISC cpu based platform files
m68k:		Motorola 680x0 cpu based platform files
m88k:		Motorola 88xxx cpu based platform files
mips:		MIPS cpu based platform files
powerpc:	PowerPC cpu based platform files
sh3:		Hitachi SuperH(TM) sh3 and sh4 cpu based platform files
sh5:		Hitachi SuperH(TM) sh5 cpu based platform files
sun68k:		Sun Motorola 680x0 cpu based platform files