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