Let bootstrap code prepare the MMU tables for raspberry pi. It will
commite0c1e61e0888e6eb34907c323921c7e899dd9c87
authorschulz <schulz@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 8 Apr 2015 22:12:22 +0000 (8 22:12 +0000)
committerschulz <schulz@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 8 Apr 2015 22:12:22 +0000 (8 22:12 +0000)
tree421e199da1f19516bb8a0396f93a78fb54f7297e
parentb1303fff3370d2a1df56704591cb850a39ca8f0e
Let bootstrap code prepare the MMU tables for raspberry pi. It will
crash pretty early right now, since some part of exec uses uninitialized
variable and tries to read form very weird memory locations...

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@50310 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
arch/arm-native/kernel/kernel_cpu.c
arch/arm-raspi/boot/boot.c
arch/arm-raspi/boot/include/mmu.h [new file with mode: 0644]
arch/arm-raspi/boot/mmakefile.src
arch/arm-raspi/boot/mmu.c [new file with mode: 0644]