BROM loads 4K of boot0 code (=bootstrap) make sure the first level bootcode fits...
commitb916e51292133e9f55a335af1e3344bc62c504f6
authorDizzyOfCRN <DizzyOfCRN@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Tue, 28 Oct 2014 09:57:39 +0000 (28 09:57 +0000)
committerDizzyOfCRN <DizzyOfCRN@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Tue, 28 Oct 2014 09:57:39 +0000 (28 09:57 +0000)
tree22c91cef1681889c06007a6bd6d47c4bdc9c1095
parent2f5b2639fc89af03eeda3bf0080bcef024bf554e
BROM loads 4K of boot0 code (=bootstrap) make sure the first level bootcode fits inside.
bootstrap code never returns and is inside boot0 section, make sure text section is behind boot0.
Make also a map file and assembler output file.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@49730 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
arch/arm-sun4i/bootstrap/bootstrap.c
arch/arm-sun4i/bootstrap/ldscript.lds [new file with mode: 0644]
arch/arm-sun4i/bootstrap/mmakefile.src