Subject: CVS commit: syssrc/sys/arch/netwinder
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/03/2002 05:06:34
Module Name:	syssrc
Committed By:	thorpej
Date:		Wed Apr  3 02:06:34 UTC 2002

Modified Files:
	syssrc/sys/arch/netwinder/conf: GENERIC Makefile.netwinder.inc
	syssrc/sys/arch/netwinder/netwinder: netwinder_machdep.c nwmmu.S
Added Files:
	syssrc/sys/arch/netwinder/conf: kern.ldscript

Log Message:
Clean up Netwinder bootstrap:
* Put the code that runs with the MMU off in a separate section (.start).
* Use a linker script to set the VMA/LMA appropriately for each section.
* Fix kernel page table allocation and mapping of kernel text/data/bss.

...and now that kernel images > 2MB work:
* Add SYMTAB_SPACE to the GENERIC kernel so that we have DDB symbols.
* Use dbsym to load the kernel's DDB symbol area.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 syssrc/sys/arch/netwinder/conf/GENERIC
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/netwinder/conf/Makefile.netwinder.inc
cvs rdiff -r0 -r1.1 syssrc/sys/arch/netwinder/conf/kern.ldscript
cvs rdiff -r1.26 -r1.27 \
    syssrc/sys/arch/netwinder/netwinder/netwinder_machdep.c
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/netwinder/netwinder/nwmmu.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.