git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5122 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2013-02-06 11:11:35 +00:00
parent efc74c184b
commit 0095bbc32d
4 changed files with 3 additions and 5 deletions

View File

@ -194,8 +194,6 @@ _coreinit:
* RAM clearing, this device requires a write to all RAM location in * RAM clearing, this device requires a write to all RAM location in
* order to initialize the ECC detection hardware, this is going to * order to initialize the ECC detection hardware, this is going to
* slow down the startup but there is no way around. * slow down the startup but there is no way around.
* Note all registers are cleared in order to avoid possible problems
* with lockstep mode.
*/ */
.clear_ecc: .clear_ecc:
xor %r0, %r0, %r0 xor %r0, %r0, %r0

View File

@ -49,8 +49,8 @@ SECTIONS
__ivpr_base__ = .; __ivpr_base__ = .;
KEEP(*(.bam)) KEEP(*(.bam))
KEEP(*(.coreinit)) KEEP(*(.coreinit))
KEEP(*(.crt0))
KEEP(*(.handlers)) KEEP(*(.handlers))
KEEP(*(.crt0))
. = ALIGN(0x800); . = ALIGN(0x800);
KEEP(*(.vectors)) KEEP(*(.vectors))
} > flash } > flash

View File

@ -49,8 +49,8 @@ SECTIONS
__ivpr_base__ = .; __ivpr_base__ = .;
KEEP(*(.bam)) KEEP(*(.bam))
KEEP(*(.coreinit)) KEEP(*(.coreinit))
KEEP(*(.crt0))
KEEP(*(.handlers)) KEEP(*(.handlers))
KEEP(*(.crt0))
. = ALIGN(0x800); . = ALIGN(0x800);
KEEP(*(.vectors)) KEEP(*(.vectors))
} > flash } > flash

View File

@ -49,8 +49,8 @@ SECTIONS
__ivpr_base__ = .; __ivpr_base__ = .;
KEEP(*(.bam)) KEEP(*(.bam))
KEEP(*(.coreinit)) KEEP(*(.coreinit))
KEEP(*(.crt0))
KEEP(*(.handlers)) KEEP(*(.handlers))
KEEP(*(.crt0))
. = ALIGN(0x800); . = ALIGN(0x800);
KEEP(*(.vectors)) KEEP(*(.vectors))
} > flash } > flash