- Set top of DRAM as initial stack pointer. (parses atag_mem very very early)
commit71fd83603894690f6ab3641cc35186a20aa4cc1f
authorDizzyOfCRN <DizzyOfCRN@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Mon, 17 Mar 2014 18:35:35 +0000 (17 18:35 +0000)
committerDizzyOfCRN <DizzyOfCRN@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Mon, 17 Mar 2014 18:35:35 +0000 (17 18:35 +0000)
tree0ac47e6890bef777b8b006e6d38790427e90d3f3
parent95af945bddc55354270be69324911f767fa54061
- Set top of DRAM as initial stack pointer. (parses atag_mem very very early)
- Move some asm code from c code to asm bootstrap section.
- Map RAM, kernel and interrupt vectors with one level MMU for now. Find some other place to house the table than just below the kernel?

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@48854 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
arch/arm-sun4i/boot/boot.c
arch/arm-sun4i/kernel/kernel_startup.c