Home | History | Annotate | Line # | Download | only in conf
OPENBLOCKS_AX3 revision 1.1
      1 #	$NetBSD: OPENBLOCKS_AX3,v 1.1 2013/09/30 13:36:54 kiyohara Exp $
      2 #
      3 #	OPENBLOCKS_AX3 -- Plat'Home. OpenBlockS AX3 kernel
      4 #
      5 
      6 include 	"arch/evbarm/conf/std.marvell"
      7 
      8 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      9 
     10 # estimated number of users
     11 
     12 maxusers	32
     13 
     14 # Board Type
     15 makeoptions	BOARDTYPE="openblocks_ax3"
     16 options 	EVBARM_BOARDTYPE=openblocks_ax3
     17 
     18 # CPU options
     19 options 	CPU_PJ4B
     20 options 	L2CACHE_ENABLE
     21 #options 	AURORA_IO_CACHE_COHERENCY
     22 options 	AURORA_L2_PT_WALK
     23 options 	ARM_HAS_VBAR
     24 makeoptions	CPUFLAGS="-march=armv7-a -msoft-float"
     25 
     26 # Architecture options
     27 options 	ARMADAXP
     28 
     29 options 	PIC_MAXSOURCES=128
     30 
     31 # Standard system options
     32 
     33 options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     34 options 	NTP		# NTP phase/frequency locked loop
     35 
     36 # File systems
     37 
     38 file-system 	FFS		# UFS
     39 file-system 	EXT2FS		# second extended file system (linux)
     40 #file-system 	LFS		# log-structured file system
     41 #file-system 	MFS		# memory file system
     42 file-system 	NFS		# Network file system
     43 file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     44 file-system 	MSDOSFS		# MS-DOS file system
     45 #file-system 	FDESC		# /dev/fd
     46 file-system 	KERNFS		# /kern
     47 file-system 	NULLFS		# loopback file system
     48 file-system 	PROCFS		# /proc
     49 file-system 	PTYFS		# /dev/pts/N support
     50 #file-system 	PUFFS		# Pass-to-Userspace Framework File System
     51 #file-system 	UMAPFS		# NULLFS + uid and gid remapping
     52 file-system 	UNION		# union file system
     53 file-system 	TMPFS		# Efficient memory file-system
     54 
     55 # File system options
     56 #options 	QUOTA		# legacy UFS quotas
     57 #options 	QUOTA2		# new, in-filesystem UFS quotas
     58 options 	FFS_EI		# FFS Endian Independent support
     59 options 	NFSSERVER
     60 options 	WAPBL		# File system journaling support
     61 #options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     62 
     63 # Networking options
     64 
     65 options 	GATEWAY		# packet forwarding
     66 options 	INET		# IP + ICMP + TCP + UDP
     67 options 	INET6		# IPv6
     68 options 	IPSEC		# IP security
     69 #options 	IPSEC_DEBUG	# debug for IP security
     70 options 	MROUTING	# IP multicast routing
     71 options 	PIM		# Protocol Independent Multicast
     72 options 	NETATALK	# AppleTalk networking protocols
     73 options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     74 options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     75 options 	PPP_DEFLATE	# Deflate compression support for PPP
     76 options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     77 options 	IPFILTER_LOG	# ipmon(8) log support
     78 options 	IPFILTER_LOOKUP	# ippool(8) support
     79 options 	IPFILTER_COMPAT	# Compat for IP-Filter
     80 options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
     81 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     82 
     83 #options 	NFS_BOOT_BOOTP
     84 options 	NFS_BOOT_DHCP
     85 #options 	NFS_BOOT_BOOTPARAM
     86 
     87 #options 	NFS_BOOT_RWSIZE=1024
     88 
     89 # Compatibility options
     90 
     91 #options 	COMPAT_09	# NetBSD 0.9 compatibility.
     92 #options 	COMPAT_10	# NetBSD 1.0 compatibility.
     93 #options 	COMPAT_11	# NetBSD 1.1 compatibility.
     94 #options 	COMPAT_12	# NetBSD 1.2 compatibility.
     95 #options 	COMPAT_13	# NetBSD 1.3 compatibility.
     96 #options 	COMPAT_14	# NetBSD 1.4 compatibility.
     97 #options 	COMPAT_15	# NetBSD 1.5 compatibility.
     98 #options 	COMPAT_16	# NetBSD 1.6 compatibility.
     99 #options 	COMPAT_20	# NetBSD 2.0 compatibility.
    100 #options 	COMPAT_30	# NetBSD 3.0 compatibility.
    101 #options 	COMPAT_40	# NetBSD 4.0 compatibility.
    102 options 	COMPAT_50	# NetBSD 5.0 compatibility.
    103 options 	COMPAT_60	# NetBSD 6.0 compatibility.
    104 #options 	COMPAT_43	# 4.3BSD compatibility.
    105 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
    106 
    107 options 	COMPAT_OSSAUDIO	# OSS (Voxware) audio driver compatibility
    108 options 	COMPAT_LINUX	# binary compatibility with Linux
    109 options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
    110 
    111 # Shared memory options
    112 
    113 options 	SYSVMSG		# System V-like message queues
    114 options 	SYSVSEM		# System V-like semaphores
    115 #options 	SEMMNI=10	# number of semaphore identifiers
    116 #options 	SEMMNS=60	# number of semaphores in system
    117 #options 	SEMUME=10	# max number of undo entries per process
    118 #options 	SEMMNU=30	# number of undo structures in system
    119 options 	SYSVSHM		# System V-like memory sharing
    120 
    121 # Device options
    122 
    123 #options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
    124 #options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
    125 #options 	MEMORY_DISK_DYNAMIC
    126 #options 	MINIROOTSIZE=1000	# Size in blocks
    127 #options 	MEMORY_DISK_ROOT_SIZE=22528	# Size in blocks
    128 #options 	MEMORY_RBFLAGS=RB_AUTOBOOT
    129 
    130 # Miscellaneous kernel options
    131 
    132 #options 	KTRACE		# system call tracing, a la ktrace(1)
    133 options 	IRQSTATS	# manage IRQ statistics
    134 #options 	KMEMSTATS	# kernel memory statistics
    135 #options 	MIIVERBOSE	# Verbose MII auto configuration messages
    136 #options 	PCIVERBOSE	# Verbose PCI descriptions
    137 #options 	SCSIVERBOSE	# Verbose SCSI errors
    138 options 	USBVERBOSE	# Verbose USB device auto configuration messages
    139 #options 	DDB_KEYCODE=0x40
    140 #options 	USERCONF	# userconf(4) support
    141 #options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
    142 #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
    143 
    144 # Development and Debugging options
    145 
    146 #options 	PERFCTRS	# performance counters
    147 options 	DIAGNOSTIC	# internally consistency checks
    148 options 	DEBUG
    149 #options 	PMAP_DEBUG	# Enable pmap_debug_level code
    150 #options 	VERBOSE_INIT_ARM # verbose bootstraping messages
    151 options 	DDB		# in-kernel debugger
    152 options 	DDB_ONPANIC=1
    153 #options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
    154 #options 	KGDB
    155 #options 	DEBUG_KGDB
    156 makeoptions	DEBUG="-g"	# compile full symbol table
    157 options 	SYMTAB_SPACE=800000
    158 
    159 config		netbsd		root on ? type ?
    160 
    161 # The main bus device
    162 mainbus0 at root
    163 
    164 # The boot cpu
    165 cpu0	at mainbus?
    166 
    167 # Marvell SoC Bus
    168 mvsoc0	at mainbus?
    169 options 	MVSOC_FIXUP_DEVID=0x7826
    170 
    171 # On-chip Timers
    172 mvsoctmr* at mvsoc? offset ? irq ?
    173 
    174 # Serial Peripheral Interface (SPI)
    175 #mvspi*	at mvsoc? offset ? irq ?
    176 #spi*	at mvspi?
    177 
    178 # On-chip PCI Express Interface
    179 mvpex*	at mvsoc? offset ? irq ?
    180 
    181 # On-chip Gigabit Ethernet Controller Interface
    182 mvgbec* at mvsoc? offset ?
    183 mvgbe*	at mvgbec? port ? irq ?
    184 makphy* at mii? phy ?
    185 
    186 # On-chip USB 2.0 Interface
    187 ehci0	at mvsoc? offset ? irq ?
    188 ehci1	at mvsoc? offset ? irq ?
    189 
    190 # On-chip Serial-ATA II Host Controller (SATAHC)
    191 mvsata* at mvsoc? offset ? irq ?
    192 
    193 # On-chip IDMA Controller
    194 gtidmac* at mvsoc? offset ? irq ?
    195 
    196 # On-chip SD/MMC Interface
    197 mvsdio* at mvsoc? offset ? irq ?
    198 sdmmc*	at mvsdio?
    199 
    200 # On-chip UART Interface
    201 com*	at mvsoc?
    202 #options 	COM_DEBUG
    203 
    204 # On-chip Two-Wire Serial Interface (TWSI)
    205 gttwsi* at mvsoc? offset ? irq ?
    206 iic*	at gttwsi?
    207 s390rtc* at iic1 addr 0x30
    208 
    209 # On-chip General Purpose I/O Port Interface
    210 mvsocgpp* at mvsoc? offset ? irq ?
    211 gpio*	at mvsocgpp?
    212 
    213 
    214 # PCI bus support
    215 options 	PCI_NETBSD_CONFIGURE
    216 #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    217 pci*	at mvpex?
    218 pchb*	at pci? dev ? function ?	# PCI-Host bridges
    219 
    220 # ATA (IDE) bus support
    221 atabus* at ata?
    222 #options 	ATADEBUG
    223 
    224 # IDE drives
    225 wd*	at atabus? drive ? flags 0x0000
    226 
    227 # ATAPI bus support
    228 atapibus* at atapi?
    229 
    230 # ATAPI devices
    231 # flags have the same meaning as for IDE drives.
    232 cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
    233 sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
    234 
    235 # USB bus support
    236 usb*	at ehci?
    237 
    238 # USB Hubs
    239 uhub*	at usb?
    240 uhub*	at uhub? port ?
    241 
    242 # USB Mass Storage
    243 umass*	at uhub? port ? configuration ? interface ?
    244 wd*	at umass?
    245 scsibus* at scsi?
    246 sd*	at scsibus? target ? lun ?	# SCSI disk drives
    247 cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    248 
    249 # USB Generic driver
    250 ugen*	at uhub? port ?
    251 
    252 ld*	at sdmmc?
    253 
    254 
    255 # Pseudo-Devices
    256 
    257 pseudo-device	crypto			# /dev/crypto device
    258 pseudo-device	swcrypto		# software crypto implementation
    259 
    260 # disk/mass storage pseudo-devices
    261 #pseudo-device	bio			# RAID control device driver
    262 #pseudo-device	ccd			# concatenated/striped disk devices
    263 #pseudo-device	cgd			# cryptographic disk devices
    264 #pseudo-device	raid			# RAIDframe disk driver
    265 #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    266 # Options to enable various other RAIDframe RAID types.
    267 #options 	RF_INCLUDE_EVENODD=1
    268 #options 	RF_INCLUDE_RAID5_RS=1
    269 #options 	RF_INCLUDE_PARITYLOGGING=1
    270 #options 	RF_INCLUDE_CHAINDECLUSTER=1
    271 #options 	RF_INCLUDE_INTERDECLUSTER=1
    272 #options 	RF_INCLUDE_PARITY_DECLUSTERING=1
    273 #options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
    274 #pseudo-device	fss			# file system snapshot device
    275 #pseudo-device	putter			# for puffs and pud
    276 
    277 #pseudo-device	md			# memory disk device (ramdisk)
    278 pseudo-device	vnd			# disk-like interface to files
    279 options 	VND_COMPRESSION		# compressed vnd(4)
    280 
    281 # network pseudo-devices
    282 pseudo-device	bpfilter		# Berkeley packet filter
    283 #pseudo-device	carp			# Common Address Redundancy Protocol
    284 pseudo-device	ipfilter		# IP filter (firewall) and NAT
    285 pseudo-device	loop			# network loopback
    286 pseudo-device	ppp			# Point-to-Point Protocol
    287 pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    288 pseudo-device	sl			# Serial Line IP
    289 #pseudo-device	strip			# Starmode Radio IP (Metricom)
    290 #pseudo-device	irframetty		# IrDA frame line discipline
    291 pseudo-device	tap			# virtual Ethernet
    292 pseudo-device	tun			# network tunneling over tty
    293 pseudo-device	gre			# generic L3 over IP tunnel
    294 pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC 1933)
    295 pseudo-device	faith			# IPv[46] TCP relay translation i/f
    296 pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
    297 pseudo-device	vlan			# IEEE 802.1q encapsulation
    298 pseudo-device	bridge			# simple inter-network bridging
    299 options 	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
    300 pseudo-device	agr			# IEEE 802.3ad link aggregation
    301 pseudo-device	pf			# PF packet filter
    302 pseudo-device	pflog			# PF log if
    303 
    304 # miscellaneous pseudo-devices
    305 pseudo-device	pty			# pseudo-terminals
    306 #pseudo-device	sequencer		# MIDI sequencer
    307 #options 	RND_COM
    308 pseudo-device	clockctl		# user control of clock subsystem
    309 pseudo-device	ksyms			# /dev/ksyms
    310 
    311 # a pseudo device needed for Coda	# also needs CODA (above)
    312 #pseudo-device	vcoda			# coda minicache <-> venus comm.
    313 
    314 # a pseudo device needed for SMBFS
    315 #pseudo-device	nsmb			# experimental - SMB requester
    316 
    317 # wscons pseudo-devices
    318 #pseudo-device	wsmux			# mouse & keyboard multiplexor
    319 #pseudo-device	wsfont
    320 
    321 # data mover pseudo-devices
    322 pseudo-device	swdmover		# software dmover(9) back-end
    323 pseudo-device	dmoverio		# /dev/dmover dmover(9) interface
    324 
    325 #options 	FILEASSOC		# fileassoc(9) - required for Veriexec
    326 
    327 # Veriexec
    328 #pseudo-device	veriexec
    329 #
    330 # Uncomment the fingerprint methods below that are desired. Note that
    331 # removing fingerprint methods will have almost no impact on the kernel
    332 # code size.
    333 #
    334 #options 	VERIFIED_EXEC_FP_RMD160
    335 #options 	VERIFIED_EXEC_FP_SHA256
    336 #options 	VERIFIED_EXEC_FP_SHA384
    337 #options 	VERIFIED_EXEC_FP_SHA512
    338 #options 	VERIFIED_EXEC_FP_SHA1
    339 #options 	VERIFIED_EXEC_FP_MD5
    340 
    341 #options 	PAX_MPROTECT=0		# PaX mprotect(2) restrictions
    342 #options 	PAX_ASLR=0		# PaX Address Space Layout Randomization
    343