Subject: CVS commit: syssrc/sys/arch/evbarm
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/03/2002 23:22:16
Module Name:	syssrc
Committed By:	thorpej
Date:		Sun Mar  3 21:22:16 UTC 2002

Modified Files:
	syssrc/sys/arch/evbarm/conf: Makefile.evbarm.inc
	syssrc/sys/arch/evbarm/include: vmparam.h
	syssrc/sys/arch/evbarm/integrator: intmmu.S
	syssrc/sys/arch/evbarm/iq80310: iq80310_machdep.c
Added Files:
	syssrc/sys/arch/evbarm/conf: ldscript.iq80310
	syssrc/sys/arch/evbarm/iq80310: iq80310_start.S

Log Message:
* Add support for running the IQ80310 kernel where KERNEL_BASE !=
  physical memory start.  Garbage-collect some cruft while here.
* Move the kernel up to 0xc0000000, giving a 1G/3G kernel/user split.
* Adjust the Integrator startup code accordingly.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 syssrc/sys/arch/evbarm/conf/Makefile.evbarm.inc
cvs rdiff -r0 -r1.1 syssrc/sys/arch/evbarm/conf/ldscript.iq80310
cvs rdiff -r1.8 -r1.9 syssrc/sys/arch/evbarm/include/vmparam.h
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/evbarm/integrator/intmmu.S
cvs rdiff -r1.32 -r1.33 syssrc/sys/arch/evbarm/iq80310/iq80310_machdep.c
cvs rdiff -r0 -r1.1 syssrc/sys/arch/evbarm/iq80310/iq80310_start.S

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