NetBSD/sys/arch/arm32
mark fdf25ce9ce Added generic ARM7500 support. This mainly effects the kernel bootstrapping
code as video memory must be reserved from main memory for the display.
In addition this adds generic support for using DRAM for video memory
on all machines. All video memory accessing should use the video_memory_t
structure.
Added support for the RC7500 motherboard. The RC7500 support includes a
replacement init_arm() function. This also supports the RC7500 prom debug
monitor for debugging the kernel boot.
dumps now work so call dumpsys() following a panic.
Added support for the SA110. This mainly consists of making sure the data
cache is cleaned when appropriate and that the instruction cache is
kept in sync during the bootstrap and when signal handlers are built on
the stack.
Use a larger UND32 mode stack if we are configured for KGDB.
Remove KERNEL_PT_KSTACK references as these should have died with the
removal of double mapped kstacks eons ago.
Make sure we call doshutdownhooks() if boot is called while we are still
cold.
Cleaned up prototypes declarations.
Sorted out comment indentation.
1996-10-16 00:35:45 +00:00
..
arm32 Added generic ARM7500 support. This mainly effects the kernel bootstrapping 1996-10-16 00:35:45 +00:00
boot RCS Id police. 1996-06-12 19:24:19 +00:00
compile Initial commit of the NetBSD/arm32 port. 1996-01-31 23:14:53 +00:00
conf Add the lmcaudio device and files. 1996-10-15 21:53:21 +00:00
dev Separated out the function to place records in the mouse buffer. 1996-10-15 21:06:51 +00:00
doc Commit of notes on interrupts and their usage. 1996-10-14 22:27:03 +00:00
fpe-arm Call mcount() for all fpe core entry points if GPROF and PROFILE_ASM 1996-10-15 01:37:50 +00:00
fpe-sp backout previous kprintf change 1996-10-13 03:05:43 +00:00
include Added prototypes for tlb_flush(), cache_clean(), sync_caches() and 1996-10-15 00:44:58 +00:00
iomd *Major* rewrite, long overdue. 1996-10-15 23:20:40 +00:00
kshell Tidied up the comments. 1996-10-15 21:08:37 +00:00
mainbus Added support for the A7000 and more generally for ARM7500 based machines 1996-10-15 21:33:51 +00:00
podulebus Initial commit of the Connect32 SCSI driver. This driver uses the esc 1996-10-15 00:08:43 +00:00
rc7500 backout previous kprintf change 1996-10-13 03:05:43 +00:00
vidc Added support for the A7000 and more generally for ARM7500 based machines 1996-10-15 21:33:51 +00:00
Makefile Initial commit of the NetBSD/arm32 port. 1996-01-31 23:14:53 +00:00