Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/arch/evbarm/stand/gzboot
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.
Home |
Main Index |
Thread Index |
Old Index