Module Name: src Committed By: matt Date: Sun Apr 6 19:47:20 UTC 2014
Modified Files: src/sys/arch/evbarm/conf: MIRABOX Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/conf/MIRABOX Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/evbarm/conf/MIRABOX diff -u src/sys/arch/evbarm/conf/MIRABOX:1.3 src/sys/arch/evbarm/conf/MIRABOX:1.4 --- src/sys/arch/evbarm/conf/MIRABOX:1.3 Tue Mar 18 08:22:05 2014 +++ src/sys/arch/evbarm/conf/MIRABOX Sun Apr 6 19:47:20 2014 @@ -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