From a209ae1b42eb92e7b31c42401bf2d943663d1325 Mon Sep 17 00:00:00 2001 From: NicJA Date: Sun, 12 Apr 2015 13:10:53 +0000 Subject: [PATCH] allow access to the core boot vectors git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@50353 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- arch/arm-raspi/boot/boot.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm-raspi/boot/boot.c b/arch/arm-raspi/boot/boot.c index 41b224849d..8c4c16fc4a 100644 --- a/arch/arm-raspi/boot/boot.c +++ b/arch/arm-raspi/boot/boot.c @@ -204,6 +204,9 @@ void boot(uintptr_t dummy, uintptr_t arch, struct tag * atags) { __arm_periiobase = BCM2836_PERIPHYSBASE; plus_board = 1; + + /* prepare map for core boot vector(s) */ + mmu_map_section(0x40000000, 0x40000000, 0x100000, 0, 0, 3, 0); } else { -- 2.11.4.GIT