Wed Nov 5 08:11:35 2014 UTC ()
Enable MULTIPROCESSOR


(skrll)
diff -r1.7 -r1.8 src/sys/arch/evbarm/conf/BPI

cvs diff -r1.7 -r1.8 src/sys/arch/evbarm/conf/Attic/BPI (expand / switch to unified diff)

--- src/sys/arch/evbarm/conf/Attic/BPI 2014/10/24 10:59:24 1.7
+++ src/sys/arch/evbarm/conf/Attic/BPI 2014/11/05 08:11:35 1.8
@@ -1,42 +1,42 @@ @@ -1,42 +1,42 @@
1# 1#
2# $NetBSD: BPI,v 1.7 2014/10/24 10:59:24 jmcneill Exp $ 2# $NetBSD: BPI,v 1.8 2014/11/05 08:11:35 skrll Exp $
3# 3#
4# BPI -- Banana Pi - an Allwinner A20 Eval Board Kernel 4# BPI -- Banana Pi - an Allwinner A20 Eval Board Kernel
5# 5#
6 6
7include "arch/evbarm/conf/std.awin" 7include "arch/evbarm/conf/std.awin"
8 8
9# estimated number of users 9# estimated number of users
10 10
11maxusers 32 11maxusers 32
12 12
13# Standard system options 13# Standard system options
14 14
15options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 15options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
16#options NTP # NTP phase/frequency locked loop 16#options NTP # NTP phase/frequency locked loop
17 17
18# CPU options 18# CPU options
19 19
20no makeoptions CPUFLAGS 20no makeoptions CPUFLAGS
21makeoptions CPUFLAGS="-mcpu=cortex-a7 -mfpu=neon" 21makeoptions CPUFLAGS="-mcpu=cortex-a7 -mfpu=neon"
22no makeoptions BOARDTYPE 22no makeoptions BOARDTYPE
23makeoptions BOARDTYPE="bpi" 23makeoptions BOARDTYPE="bpi"
24#options UVMHIST,UVMHIST_PRINT 24#options UVMHIST,UVMHIST_PRINT
25options CPU_CORTEXA7 25options CPU_CORTEXA7
26options ALLWINNER_A20 26options ALLWINNER_A20
27options PMAPCOUNTERS 27options PMAPCOUNTERS
28options AWIN_CONSOLE_EARLY 28options AWIN_CONSOLE_EARLY
29#options MULTIPROCESSOR 29options MULTIPROCESSOR
30 30
31# Architecture options 31# Architecture options
32 32
33# File systems 33# File systems
34 34
35file-system FFS # UFS 35file-system FFS # UFS
36#file-system LFS # log-structured file system 36#file-system LFS # log-structured file system
37file-system MFS # memory file system 37file-system MFS # memory file system
38file-system NFS # Network file system 38file-system NFS # Network file system
39#file-system ADOSFS # AmigaDOS-compatible file system 39#file-system ADOSFS # AmigaDOS-compatible file system
40#file-system EXT2FS # second extended file system (linux) 40#file-system EXT2FS # second extended file system (linux)
41#file-system CD9660 # ISO 9660 + Rock Ridge file system 41#file-system CD9660 # ISO 9660 + Rock Ridge file system
42file-system MSDOSFS # MS-DOS file system 42file-system MSDOSFS # MS-DOS file system