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 Page align KERNEL_BASE_{PHYS, VIRT} and ...



details:   https://anonhg.NetBSD.org/src/rev/2b5731fa72fa
branches:  trunk
changeset: 341931:2b5731fa72fa
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Nov 29 19:52:03 2015 +0000

description:
Page align KERNEL_BASE_{PHYS,VIRT} and fix boot on my BPI after the XN
fix.

diffstat:

 sys/arch/evbarm/conf/std.awin |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 42b341f7f214 -r 2b5731fa72fa sys/arch/evbarm/conf/std.awin
--- a/sys/arch/evbarm/conf/std.awin     Sun Nov 29 19:16:58 2015 +0000
+++ b/sys/arch/evbarm/conf/std.awin     Sun Nov 29 19:52:03 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.awin,v 1.7 2015/04/22 23:04:16 matt Exp $
+#      $NetBSD: std.awin,v 1.8 2015/11/29 19:52:03 skrll Exp $
 #
 # standard NetBSD/evbarm for Allwinner based options
 
@@ -23,8 +23,8 @@
 options        MOTG_ALLWINNER
 options        AWIN_SYSCONFIG
 
-makeoptions    KERNEL_BASE_PHYS="0x40007800"
-makeoptions    KERNEL_BASE_VIRT="0x80007800"
+makeoptions    KERNEL_BASE_PHYS="0x40008000"
+makeoptions    KERNEL_BASE_VIRT="0x80008000"
 makeoptions    BOARDTYPE="awin"
 makeoptions    BOARDMKFRAG="${THISARM}/conf/mk.awin"
 makeoptions    CPUFLAGS="-mcpu=cortex-a8 -mfpu=neon"



Home | Main Index | Thread Index | Old Index