Wed Nov 5 08:16:56 2014 UTC ()
Enable MULTIPROCESSOR


(martin)
diff -r1.4 -r1.5 src/sys/arch/evbarm/conf/CUBIETRUCK

cvs diff -r1.4 -r1.5 src/sys/arch/evbarm/conf/Attic/CUBIETRUCK (expand / switch to unified diff)

--- src/sys/arch/evbarm/conf/Attic/CUBIETRUCK 2014/10/24 10:59:45 1.4
+++ src/sys/arch/evbarm/conf/Attic/CUBIETRUCK 2014/11/05 08:16:56 1.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CUBIETRUCK,v 1.4 2014/10/24 10:59:45 jmcneill Exp $ 1# $NetBSD: CUBIETRUCK,v 1.5 2014/11/05 08:16:56 martin Exp $
2# 2#
3# CUBIETRUCK - Cubieboard3 (mostly cubieboard2 with 2GB) 3# CUBIETRUCK - Cubieboard3 (mostly cubieboard2 with 2GB)
4# 4#
5 5
6include "arch/evbarm/conf/CUBIEBOARD" 6include "arch/evbarm/conf/CUBIEBOARD"
7 7
8# 8#
9# Relocate loaded kernel to second GB of memory. 9# Relocate loaded kernel to second GB of memory.
10# 10#
11no makeoptions KERNEL_BASE_PHYS 11no makeoptions KERNEL_BASE_PHYS
12no makeoptions KERNEL_BASE_VIRT 12no makeoptions KERNEL_BASE_VIRT
13no makeoptions BOARDTYPE 13no makeoptions BOARDTYPE
14makeoptions KERNEL_BASE_PHYS="0x80000000" 14makeoptions KERNEL_BASE_PHYS="0x80000000"
@@ -18,19 +18,16 @@ makeoptions BOARDTYPE="cubietruck" @@ -18,19 +18,16 @@ makeoptions BOARDTYPE="cubietruck"
18# 18#
19# Cubietruck is an A20 19# Cubietruck is an A20
20# 20#
21no options ALLWINNER_A10 21no options ALLWINNER_A10
22no options CPU_CORTEXA8 22no options CPU_CORTEXA8
23no makeoptions CPUFLAGS 23no makeoptions CPUFLAGS
24makeoptions CPUFLAGS="-mcpu=cortex-a7 -mfpu=neon" 24makeoptions CPUFLAGS="-mcpu=cortex-a7 -mfpu=neon"
25 25
26# 26#
27# We need this too. 27# We need this too.
28# 28#
29options PMAP_NEED_ALLOC_POOLPAGE 29options PMAP_NEED_ALLOC_POOLPAGE
30 30
31# 31options MULTIPROCESSOR
32# not fully working yet 32cpu* at mainbus?
33# 33#options VERBOSE_INIT_ARM # verbose bootstraping messages
34# options MULTIPROCESSOR 
35# cpu* at mainbus? 
36# options VERBOSE_INIT_ARM # verbose bootstraping messages