Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf Move kernel to load at 16MB since the f...



details:   https://anonhg.NetBSD.org/src/rev/8b9355800aa3
branches:  trunk
changeset: 328553:8b9355800aa3
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Apr 06 19:47:20 2014 +0000

description:
Move kernel to load at 16MB since the first 14MB is reserved for use by
u-boot.  Support direct-mapped memory since the 1GB can fit in the space
between KERNEL_BASE and KERNEL_VM_BASE.

diffstat:

 sys/arch/evbarm/conf/MIRABOX |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r f3e993233d93 -r 8b9355800aa3 sys/arch/evbarm/conf/MIRABOX
--- a/sys/arch/evbarm/conf/MIRABOX      Sun Apr 06 19:29:58 2014 +0000
+++ b/sys/arch/evbarm/conf/MIRABOX      Sun Apr 06 19:47:20 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: MIRABOX,v 1.3 2014/03/18 08:22:05 matt Exp $
+#      $NetBSD: MIRABOX,v 1.4 2014/04/06 19:47:20 matt Exp $
 #
 #  This configuration supports for generically GlobalScale MiraBox
 #
@@ -13,6 +13,13 @@
 #options       VERBOSE_INIT_ARM
 no options     MEMSIZE
 options        MEMSIZE=0x40000000
+options        __HAVE_MM_MD_DIRECT_MAPPED_PHYS
+#options       UVMHIST
+#options       UVMHIST_PRINT,KERNHIST_DELAY=0
+no makeoptions KERNEL_BASE_PHYS
+makeoptions    KERNEL_BASE_PHYS="0x01000000"
+no makeoptions KERNEL_BASE_VIRT
+makeoptions    KERNEL_BASE_VIRT="0x81000000"
 
 # CPU options
 options        FPU_VFP



Home | Main Index | Thread Index | Old Index