]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
HACK: arm: Map 128Mb of memory in the early page table
authorJulien Grall <julien.grall@linaro.org>
Thu, 10 Apr 2014 17:47:04 +0000 (18:47 +0100)
committerJulien Grall <julien.grall@citrix.com>
Sat, 3 Oct 2015 18:37:32 +0000 (19:37 +0100)
The DTB can be placed anywhere in the first 128Mb of RAM

sys/arm/arm/locore-v4.S

index cc4f6361d67fb0965e13ac5b552efb84186fe37c..b0d7cd5d65ff55af8cd8697aa8488d6346853777 100644 (file)
@@ -181,7 +181,7 @@ Lunmapped:
        mov     r1, r5
        mov     r2, r5
        /* Map 64MiB, preserved over calls to build_pagetables */
-       mov     r3, #64
+       mov     r3, #128
        bl      build_pagetables
 
        /* Create the kernel map to jump to */