EV64260 revision 1.72
1#	$NetBSD: EV64260,v 1.72 2018/08/01 20:04:11 maxv Exp $
2#
3#	MVP -- Motorola's Multiprocessing Verification Platform
4#
5include 	"arch/evbppc/conf/std.ev64260"
6
7#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
8
9#ident 		"EV64260"
10
11maxusers	32
12
13#options 	UVMHIST
14#options 	UVMHIST_PRINT
15
16#options 	MULTIPROCESSOR		# Discovery II/III support
17
18# PowerPC options
19options		ALTIVEC
20#options 	CLOCKBASE=100000000	# EVB64260
21options 	CLOCKBASE=133000000	# EVB64260A
22
23# Marvell options
24options 	MPSC_CONSOLE=0
25options 	GT_MPSC_DEFAULT_BAUD_RATE=9600
26options 	GT_MPSC_FREQUENCY="(cpu_timebase*4)"
27options 	GT_MPSC_CLOCK_SOURCE="BRG_BCR_CLKS_TCLK"
28options 	GT_MPP_WATCHDOG=0x03000000
29options 	GT_DEVBUS
30#options 	GT_ECC
31options 	GT_COMM
32options 	GT_WATCHDOG
33
34# EV64260 options
35options 	OBIO0_STRIDE=0,OBIO1_STRIDE=2,OBIO2_STRIDE=2,OBIO3_STRIDE=2
36
37# Options for necessary to use MD
38#options 	MEMORY_DISK_HOOKS
39#options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
40#options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
41#options 	MEMORY_DISK_ROOT_SIZE=16384	# size of memory disk, in blocks
42
43#options 	INSECURE	# disable kernel security levels
44#options 	NTP		# NTP phase/frequency locked loop
45options 	KTRACE		# system call tracing via ktrace(1)
46
47options 	SYSVMSG		# System V message queues
48options 	SYSVSEM		# System V semaphores
49options 	SYSVSHM		# System V shared memory
50
51#options 	USERCONF	# userconf(4) support
52#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
53#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
54
55# Diagnostic/debugging support options
56options 	DIAGNOSTIC	# cheap kernel consistency checks
57#options 	DEBUG		# expensive debugging checks/support
58options 	DDB		# in-kernel debugger
59options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
60makeoptions	COPY_SYMTAB=1	# size for embedded symbol table
61
62#makeoptions	DEFCOPTS="-g"	# compile full symbol table
63makeoptions	DEBUG="-g"
64
65# Compatibility options
66include 	"conf/compat_netbsd16.config"
67#options 	COMPAT_386BSD_MBRPART # recognize old partition ID
68
69# File systems
70file-system 	FFS		# UFS
71#file-system 	EXT2FS		# second extended file system (linux)
72#file-system 	LFS		# log-structured file system
73file-system 	MFS		# memory file system
74file-system 	NFS		# Network File System client
75#file-system 	CD9660		# ISO 9660 + Rock Ridge file system
76file-system 	MSDOSFS		# MS-DOS file system
77#file-system 	FDESC		# /dev/fd
78#file-system 	KERNFS		# /kern
79#file-system 	NULLFS		# loopback file system
80#file-system 	OVERLAY		# overlay file system
81#file-system 	PROCFS		# /proc
82#file-system 	UMAPFS		# NULLFS + uid and gid remapping
83#file-system 	UNION		# union file system
84#file-system	PTYFS		# /dev/pts/N support
85
86# File system options
87#options 	QUOTA		# legacy UFS quotas
88#options 	QUOTA2		# new, in-filesystem UFS quotas
89#options 	FFS_EI		# FFS Endian Independent support
90options 	WAPBL		# File system journaling support
91#options 	NFSSERVER	# Network File System server
92#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
93#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
94				# immutable) behave as system flags.
95
96options 	NFS_BOOT_DHCP	# Support DHCP NFS root
97options 	NFS_BOOT_RWSIZE=1024
98
99# Networking options
100#options 	GATEWAY		# packet forwarding
101options 	INET		# IP + ICMP + TCP + UDP
102#options 	INET6		# IPV6
103#options 	IPSEC		# IP security
104#options 	IPSEC_DEBUG	# debug for IP security
105#options 	MROUTING	# IP multicast routing
106#options 	PIM		# Protocol Independent Multicast
107#options 	NETATALK	# AppleTalk networking protocols
108#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
109#options 	PPP_DEFLATE	# Deflate compression support for PPP
110#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
111#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
112
113# These options enable verbose messages for several subsystems.
114# Warning, these may compile large string tables into the kernel!
115options 	PCIVERBOSE	# verbose PCI device autoconfig messages
116options 	MIIVERBOSE	# verbose PHY autoconfig messages
117#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
118#options 	SCSIVERBOSE	# human readable SCSI error messages
119options 	PCI_NETBSD_CONFIGURE	# Do not rely on BIOS/whatever to configure PCI devices
120#options 	PCI_CONFIGURE_VERBOSE	# Show PCI config information
121
122# wscons options
123#options 	WSEMUL_SUN		# sun terminal emulation
124#options 	WSEMUL_VT100		# VT100 / VT220 emulation
125#options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
126#options 	WSDISPLAY_DEFAULTSCREENS=1
127
128# Kernel root file system and dump configuration.
129config		netbsd	root on ? type ?
130
131#
132# Device configuration
133#
134
135mainbus0	at root
136
137cpu*		at mainbus0
138
139# Discovery system controller
140#gt0	at mainbus0 addr 0x14000000	# PMON low
141gt0	at mainbus0 addr 0xf8000000	# PPCBoot
142
143# PCI busses
144gtpci*	at gt? unit ?			# 64-bit, 66MHz
145pci*	at gtpci?
146
147# 16550s off CS2
148obio0	at gt0 unit 0			# Chip Select 0
149obio1	at gt0 unit 1			# Chip Select 1
150obio2	at gt0 unit 2			# Chip Select 2
151com0	at obio2 offset 0x0020 size 8 irq 85
152com1	at obio2 offset 0x0000 size 8 irq 86
153obio3	at gt0 unit 3			# Chip Select 3
154obio4	at gt0 unit 4			# Boot Chip Select
155
156# UARTs
157gtmpsc*	at gt? offset ?			# Multi-Protocol Serial Controller
158					#   with Serial Direct Memory Access
159
160# Ethernet and PHY
161gfec*	at gt? offset ?			# Ethernet (RMMI)
162gfe*	at gfec? port ? irq ?		# Ethernet port #0/#1/#2
163
164# I2C
165gttwsi*	at gt? offset ? irq ?		# Two-Wire Serial Interface
166iic*	at gttwsi?
167
168# DMA
169gtidmac* at gt? offset ? irq ?		# IDMA Controller
170
171# PCI devices
172pchb*	at pci? dev ? function ?	# PCI Host Bridge
173ppb*	at pci? dev ? function ?	# PCI-PCI Bridges
174pci*	at ppb? bus ?
175
176#ehci*	at pci?	dev ? function ?	# Enhanced Host Controller
177#ohci*	at pci?	dev ? function ?	# Open Host Controller
178#uhci*	at pci?	dev ? function ?	# Universal Host Controller (Intel)
179#usb*	at ehci?
180#usb*	at ohci?
181#usb*	at uhci?
182#uhub*	at usb?
183#uhub*	at uhub? port ?
184# Prolific PL2301/PL2302 host-to-host adapter
185#upl*	at uhub? port ?
186
187# Serial adapters
188#uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
189#ucom*	at uftdi? portno ?
190
191#umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
192#ucom*	at umct? portno ?
193
194#uplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
195#ucom*	at uplcom? portno ?
196
197#uvscom*	at uhub? port ?		# SUNTAC Slipper U VS-10U serial adapter
198#ucom*	at uvscom? portno ?
199
200
201fxp*		at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
202tlp*		at pci? dev ? function ? # Digital 'Tulip' cards
203wm*		at pci? dev ? function ? # Intel GigE cards
204acphy*		at mii? phy ?
205inphy*		at mii? phy ?
206makphy*		at mii? phy ?
207nsphy*		at mii? phy ?
208sqphy*		at mii? phy ?
209ukphy*		at mii? phy ?
210
211siop*		at pci? dev ? function ?
212esiop*		at pci? dev ? function ?
213isp*		at pci? dev ? function ?
214scsibus*	at scsi?
215sd*		at scsibus? target ? lun ?
216cd*		at scsibus? target ? lun ?
217
218#auvia*	at pci? dev ? function ?	# VIA VT82C686A integrated AC'97 Audio
219#audio*	at auvia?
220
221#spkr*	at audio?		# PC speaker (synthesized)
222
223pciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
224acardide*	at pci? dev ? function ?	# Acard IDE controllers
225aceride* 	at pci? dev ? function ?	# Acer Lab IDE controllers
226artsata*	at pci? dev ? function ?	# Intel i31244 SATA controller
227cmdide* 	at pci? dev ? function ?	# CMD tech IDE controllers
228cypide* 	at pci? dev ? function ?	# Cypress IDE controllers
229hptide* 	at pci? dev ? function ?	# Triones/HighPoint IDE controllers
230optiide* 	at pci? dev ? function ?	# Opti IDE controllers
231pdcide* 	at pci? dev ? function ?	# Promise IDE controllers
232pdcsata* 	at pci? dev ? function ?	# Promise SATA150 controllers
233satalink*	at pci? dev ? function ?	# SiI SATALink controllers
234siside* 	at pci? dev ? function ?	# SiS IDE controllers
235slide*  	at pci? dev ? function ?	# Symphony Labs IDE controllers
236viaide* 	at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
237
238atabus* 	at ata? channel ?
239wd*		at atabus? drive ? flags 0x0000
240
241#pseudo-device	vnd			# disk-like interface to files
242#pseudo-device	ccd			# concatenated/striped disk devices
243#pseudo-device	raid			# RAIDframe disk driver
244#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
245#pseudo-device	fss			# file system snapshot device
246pseudo-device	md			# memory disk device
247pseudo-device	loop			# network loopback
248pseudo-device	bpfilter		# packet filter
249#pseudo-device	npf			# NPF packet filter
250#pseudo-device	ppp			# Point-to-Point Protocol
251#pseudo-device	sl			# Serial Line IP
252#pseudo-device	tun			# network tunneling over tty
253#pseudo-device	gre			# generic L3 over IP tunnel
254#pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
255#pseudo-device	faith			# IPv[46] tcp relay translation i/f
256#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
257#pseudo-device	vlan			# IEEE 802.1q encapsulation
258pseudo-device	pty			# pseudo-terminals
259#pseudo-device	wsmux			# ick
260pseudo-device	clockctl		# user control of clock subsystem
261pseudo-device	ksyms			# /dev/ksyms
262pseudo-device	swdmover		# softare dmover(9) back-end
263pseudo-device	dmoverio		# /dev/dmover dmover(9) interface
264