From: Julien Grall Date: Thu, 10 Apr 2014 17:47:04 +0000 (+0100) Subject: HACK: arm: Map 128Mb of memory in the early page table X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=e8182b32fb32c73a68bc97f1e4eb1dcec92985ec;p=people%2Fjulieng%2Ffreebsd.git HACK: arm: Map 128Mb of memory in the early page table The DTB can be placed anywhere in the first 128Mb of RAM --- diff --git a/sys/arm/arm/locore-v4.S b/sys/arm/arm/locore-v4.S index cc4f6361d67f..b0d7cd5d65ff 100644 --- a/sys/arm/arm/locore-v4.S +++ b/sys/arm/arm/locore-v4.S @@ -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 */