Subject: CVS commit: syssrc/sys/arch/evbarm/stand/gzboot
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 02/23/2002 20:19:09
Module Name: syssrc
Committed By: thorpej
Date: Sat Feb 23 18:19:09 UTC 2002
Modified Files:
syssrc/sys/arch/evbarm/stand/gzboot: Makefile.gzboot srtbegin.S
Log Message:
Add support for running directly out of flash:
* Require that the builder Makefile provide a linker script.
* After making sure the MMU is disabled, check to see if
_etext == __data_start. If not, then copy the .data contents
into RAM.
* Put the stack in .bss.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/evbarm/stand/gzboot/Makefile.gzboot \
syssrc/sys/arch/evbarm/stand/gzboot/srtbegin.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.