Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/evbarm/stand/gzboot
Module Name: src
Committed By: joff
Date: Fri Dec 24 16:17:27 UTC 2004
Modified Files:
src/sys/arch/evbarm/stand/gzboot/ADI_BRH_flash_0x00140000: ldscript
src/sys/arch/evbarm/stand/gzboot/IQ80310_flash_0x00080000: ldscript
src/sys/arch/evbarm/stand/gzboot/IQ80321_flash_0xf0080000: ldscript
src/sys/arch/evbarm/stand/gzboot/SMDK2410_flash_0x00000000: ldscript
src/sys/arch/evbarm/stand/gzboot/SMDK2800_flash_0x00000000: ldscript
src/sys/arch/evbarm/stand/gzboot/SMDK2800_flash_0x00100000: ldscript
Log Message:
Pad .sdata section to a 4-byte boundary so that the .image section
is always aligned. This makes md_root_loadaddr always 4 byte aligned.
Without this, may get an un-aligned access trap before we even print
anything on the console which was a pain in the neck to debug since so
early in the bootstrap the CPU usually just halts on exceptions.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 \
src/sys/arch/evbarm/stand/gzboot/ADI_BRH_flash_0x00140000/ldscript
cvs rdiff -r1.1 -r1.2 \
src/sys/arch/evbarm/stand/gzboot/IQ80310_flash_0x00080000/ldscript
cvs rdiff -r1.4 -r1.5 \
src/sys/arch/evbarm/stand/gzboot/IQ80321_flash_0xf0080000/ldscript
cvs rdiff -r1.1 -r1.2 \
src/sys/arch/evbarm/stand/gzboot/SMDK2410_flash_0x00000000/ldscript
cvs rdiff -r1.1 -r1.2 \
src/sys/arch/evbarm/stand/gzboot/SMDK2800_flash_0x00000000/ldscript
cvs rdiff -r1.1 -r1.2 \
src/sys/arch/evbarm/stand/gzboot/SMDK2800_flash_0x00100000/ldscript
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