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.
This commit is contained in:
matt 2014-04-06 19:47:20 +00:00
parent 73447a65e4
commit 0e71fa3cef
1 changed files with 8 additions and 1 deletions

View File

@ -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 EVBARM_BOARDTYPE=mirabox
#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