fdf25ce9ce
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. |
||
---|---|---|
.. | ||
arm32 | ||
boot | ||
compile | ||
conf | ||
dev | ||
doc | ||
fpe-arm | ||
fpe-sp | ||
include | ||
iomd | ||
kshell | ||
mainbus | ||
podulebus | ||
rc7500 | ||
vidc | ||
Makefile |