ARMADAXP revision 1.15
1#
2#	$NetBSD: ARMADAXP,v 1.15 2014/08/30 13:45:56 kiyohara Exp $
3#
4#	ARMADA XP DEV BOARD
5#
6
7include		"arch/evbarm/conf/std.armadaxp"
8
9# estimated number of users
10
11maxusers	32
12
13# Standard system options
14
15options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
16#options 	NTP		# NTP phase/frequency locked loop
17
18# CPU options
19options 	CPU_PJ4B
20
21# Architecture options
22options 	ARMADAXP
23options 	L2CACHE_ENABLE
24#options 	AURORA_IO_CACHE_COHERENCY
25options 	AURORA_L2_PT_WALK
26
27options 	__HAVE_MM_MD_DIRECT_MAPPED_PHYS
28#options 	VERBOSE_INIT_ARM
29#options 	MVSOC_CONSOLE_EARLY
30
31# File systems
32file-system	FFS		# UFS
33#file-system	LFS		# log-structured file system
34file-system	MFS		# memory file system
35file-system	NFS		# Network file system
36#file-system	ADOSFS		# AmigaDOS-compatible file system
37#file-system	EXT2FS		# second extended file system (linux)
38#file-system	CD9660		# ISO 9660 + Rock Ridge file system
39file-system	MSDOSFS		# MS-DOS file system
40#file-system	FDESC		# /dev/fd
41#file-system	KERNFS		# /kern
42#file-system	NULLFS		# loopback file system
43#file-system	PROCFS		# /proc
44#file-system	UMAPFS		# NULLFS + uid and gid remapping
45#file-system	UNION		# union file system
46file-system	TMPFS		# memory file system
47file-system	PTYFS		# /dev/pts/N support
48file-system	PUFFS		# Pass-to-Userspace Framework File System
49
50# File system options
51#options 	QUOTA		# legacy UFS quotas
52#options 	QUOTA2		# new, in-filesystem UFS quotas
53#options 	FFS_EI		# FFS Endian Independent support
54#options 	NFSSERVER
55options 	WAPBL		# File system journaling support
56#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
57
58# Networking options
59options 	GATEWAY		# packet forwarding
60options 	INET		# IP + ICMP + TCP + UDP
61options 	INET6		# IPV6
62#options 	IPSEC		# IP security
63#options 	IPSEC_DEBUG	# debug for IP security
64options 	MROUTING	# IP multicast routing
65options 	PIM		# Protocol Independent Multicast
66options 	NETATALK	# AppleTalk networking
67options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
68options 	PPP_DEFLATE	# Deflate compression support for PPP
69options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
70options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
71options 	NFS_BOOT_DHCP
72
73#options 	NFS_BOOT_BOOTP
74#options 	NFS_BOOT_DHCP
75#options 	NFS_BOOT_BOOTSTATIC
76#options 	NFS_BOOTSTATIC_MYIP="\"192.168.1.4\""
77#options 	NFS_BOOTSTATIC_GWIP="\"192.168.1.1\""
78#options 	NFS_BOOTSTATIC_MASK="\"255.255.255.0\""
79#options 	NFS_BOOTSTATIC_SERVADDR="\"192.168.1.1\""
80#options 	NFS_BOOTSTATIC_SERVER="\"192.168.1.1:/nfs/sdp2430\""
81
82#options 	NFS_BOOT_RWSIZE=1024
83
84# Compatibility options
85options		COMPAT_NETBSD32	# allow running arm (e.g. non-earm) binaries
86#options 	COMPAT_43	# 4.3BSD compatibility.
87#options 	COMPAT_09	# NetBSD 0.9,
88#options 	COMPAT_10	# NetBSD 1.0,
89#options 	COMPAT_11	# NetBSD 1.1,
90#options 	COMPAT_12	# NetBSD 1.2,
91#options 	COMPAT_13	# NetBSD 1.3,
92#options 	COMPAT_14	# NetBSD 1.4,
93#options 	COMPAT_15	# NetBSD 1.5,
94#options 	COMPAT_16	# NetBSD 1.6,
95#options 	COMPAT_20	# NetBSD 2.0,
96#options 	COMPAT_30	# NetBSD 3.0,
97#options 	COMPAT_40	# NetBSD 4.0, and
98options 	COMPAT_50	# NetBSD 5.0 binary compatibility.
99#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
100options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
101
102# Shared memory options
103options 	SYSVMSG		# System V-like message queues
104options 	SYSVSEM		# System V-like semaphores
105#options 	SEMMNI=10	# number of semaphore identifiers
106#options 	SEMMNS=60	# number of semaphores in system
107#options 	SEMUME=10	# max number of undo entries per process
108#options 	SEMMNU=30	# number of undo structures in system
109options 	SYSVSHM		# System V-like memory sharing
110
111# Device options
112#options 	MEMORY_DISK_HOOKS		# boottime setup of ramdisk
113#options 	MEMORY_DISK_ROOT_SIZE=8192	# Size in blocks
114#options 	MEMORY_DISK_DYNAMIC
115#options 	MINIROOTSIZE=1000		# Size in blocks
116#options 	MEMORY_DISK_IS_ROOT		# use memory disk as root
117
118# Miscellaneous kernel options
119options 	KTRACE		# system call tracing, a la ktrace(1)
120#options 	KMEMSTATS	# kernel memory statistics
121#options 	SCSIVERBOSE	# Verbose SCSI errors
122#options 	MIIVERBOSE	# Verbose MII autoconfuration messages
123#options 	DDB_KEYCODE=0x40
124#options 	USERCONF	# userconf(4) support
125#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
126
127# Development and Debugging options
128options 	LOCKDEBUG
129#options 	PERFCTRS		# performance counters
130options 	DIAGNOSTIC		# internal consistency checks
131#options 	DEBUG
132#options 	PMAP_DEBUG		# Enable pmap_debug_level code
133options 	PMAPCOUNTERS
134#options 	IPKDB			# remote kernel debugging
135#options 	VERBOSE_INIT_ARM	# verbose bootstraping messages
136options 	DDB			# in-kernel debugger
137options 	DDB_ONPANIC=1
138options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
139options 	DDB_KEYCODE=0x1d	# Enter ddb on ^]
140#options 	KGDB
141options 	KGDB_DEVADDR=0xd0012000
142makeoptions 	DEBUG="-g"		# compile full symbol table
143makeoptions	COPY_SYMTAB=1
144
145## USB Debugging options
146#options 	USB_DEBUG
147#options 	EHCI_DEBUG
148#options 	OHCI_DEBUG
149#options 	UHUB_DEBUG
150
151# Valid options for BOOT_ARGS:
152#  single		Boot to single user only
153#  kdb			Give control to kernel debugger
154#  ask			Ask for file name to reboot from
155#  pmapdebug=<n>	If PMAP_DEBUG, set pmap_debug_level to <n>
156#  memorydisk=<n>	Set memorydisk size to <n> KB
157#  quiet		Show aprint_naive output
158#  verbose		Show aprint_normal and aprint_verbose output
159#options		BOOT_ARGS="\"verbose kdb\""
160#options		BOOT_ARGS="\"pmapdebug=1\""
161
162config		netbsd		root on ? type ?
163#config		netbsd		root on sd0c  type ffs
164#config		netbsd		root on wd0a  type ffs
165#config		netbsd		root on re1  type nfs
166
167# The main bus device
168mainbus0	at root
169
170# The boot cpu
171cpu0		at mainbus?
172
173# Specify the memory size in bytes.
174options 	MEMSIZE=0x80000000
175
176# Marvell SoC Bus
177mvsoc0		at mainbus?
178options 	MVSOC_INTERREGS_PBASE=0xd0000000
179
180# On-chip Timers
181mvsoctmr*	at mvsoc? offset ? irq ?
182
183# On-chip UART Interface
184com*		at mvsoc?
185#options 	COM_DEBUG
186options 	CONSADDR=0xd0012000
187options 	CONSPEED=115200
188options 	CONSFREQ=250000000
189
190# On-chip Two-Wire Serial Interface (TWSI)
191gttwsi*		at mvsoc? offset ? irq ?
192iic*		at gttwsi?
193
194# Serial Peripheral Interface (SPI)
195mvspi*		at mvsoc? offset ? irq ?
196spi*		at mvspi?
197
198spiflash0	at spiflashbus?
199m25p0		at spi? slave 0
200
201# TWSI SDRAM Serial Presence Detect
202spdmem0		at iic? addr 0x56
203
204# On-chip Cryptographic Engines and Security Accelerator
205mvcesa* 	at mvsoc? offset ? irq ?
206
207# On-chip USB 2.0 Interface
208ehci*		at mvsoc? offset ? irq ?
209
210# USB bus support
211usb*		at ehci?
212
213# USB Hubs
214uhub*		at usb?
215uhub*		at uhub? port ?
216
217# USB Mass Storage
218umass*		at uhub? port ? configuration ? interface ?
219wd*		at umass?
220scsibus*	at scsi?
221sd*		at scsibus? target ? lun ?	# SCSI disk drives
222
223# USB Generic driver
224ugen*		at uhub? port ?
225
226# USB Network interface
227udav*		at uhub? port ?
228
229mvsdio*		at mvsoc? offset ? irq ?
230sdmmc*		at mvsdio?
231
232ld*		at sdmmc?
233
234# On-chip Serial-ATA II Host Controller (SATAHC)
235mvsata*		at mvsoc? offset ? irq ?
236#options 	MVSATA_WITHOUTDMA
237
238# ATA (IDE) bus support
239atabus*		at ata?
240#options 	ATADEBUG
241
242# ATAPI bus support
243atapibus*	at atapi?
244
245# IDE drives
246wd*		at atabus? drive ? flags 0x0000
247
248# ATAPI devices
249# flags have the same meaning as for IDE drives.
250sd*		at atapibus? drive ? flags 0x0000       # ATAPI disk drives
251uk*		at atapibus? drive ? flags 0x0000       # ATAPI unknown
252
253# On-chip Gigabit Ethernet Controller Interface
254mvgbec* 	at mvsoc? offset ?
255mvgbe*		at mvgbec? port ? irq ?
256
257# On-chip RTC
258mvsocrtc*	at mvsoc? offset ? irq ?
259
260# On-chip PCI Express Interface
261mvpex*		at mvsoc? offset ? irq ?
262
263# PCI bus support
264options 	PCI_NETBSD_CONFIGURE
265#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
266pci*		at mvpex?
267pchb*		at pci? dev ? function ?	# PCI-Host bridges
268
269# PCI Ethernet
270wm*		at pci? dev ? function ?	# Intel 8254x gigabit
271re*		at pci? dev ? function ?
272
273acphy*		at mii? phy ?		# Altima AC101 10/100 PHY
274amhphy*		at mii? phy ?		# AMD 79c901 PHY (10BASE-T part)
275bmtphy*		at mii? phy ?		# Broadcom BCM5201/5202 PHYs
276brgphy*		at mii? phy ?		# Broadcom BCM5400/5401 Gig-E PHYs
277ciphy*		at mii? phy ?		# Cicada CS8201 Gig-E PHYs
278dmphy*		at mii? phy ?		# Davicom DM9101 PHYs
279exphy*		at mii? phy ?		# 3Com internal PHYs
280gentbi*		at mii? phy ?		# Generic ten-bit 1000BASE-X PHYs
281glxtphy*	at mii? phy ?		# Level One LXT-1000 Gig-E PHYs
282gphyter*	at mii? phy ?		# NatSemi DP83861 Gig-E PHYs
283icsphy*		at mii? phy ?		# Integrated Circuit Systems ICS1890 PHYs
284igphy*		at mii? phy ?		# Intel IGP01E1000, i82566 10/100/1000
285ikphy*		at mii? phy ?		# Intel 82563 PHYs
286inphy*		at mii? phy ?		# Intel 82555 PHYs
287iophy*		at mii? phy ?		# Intel 82553 PHYs
288lxtphy*		at mii? phy ?		# Level One LXT-970 PHYs
289makphy*		at mii? phy ?		# Marvel 88E1000 Gig-E PHYs
290nsphy*		at mii? phy ?		# NatSemi DP83840 PHYs
291nsphyter*	at mii? phy ?		# NatSemi DP83843/DP83815 PHYs
292pnaphy*		at mii? phy ?		# Generic HomePNA PHYs
293qsphy*		at mii? phy ?		# Quality Semiconductor QS6612 PHYs
294rgephy*		at mii? phy ?		# Realtek 8169S/8110S internal PHYs
295rlphy*		at mii? phy ?		# Realtek 8139/8201L PHYs
296sqphy*		at mii? phy ?		# Seeq 80220/80221/80223/80225 PHYs
297tlphy*		at mii? phy ?		# ThunderLAN internal PHYs
298tqphy*		at mii? phy ?		# TSC Semiconductor 78Q2120 PHYs
299ukphy*		at mii? phy ?		# Generic/unknown PHYs
300urlphy*		at mii? phy ?		# Realtek RTL8150L internal PHYs
301
302# PCI USB devices
303xhci*		at pci? dev ? function ?
304usb*		at xhci?
305
306# Pseudo-Devices
307# disk/mass storage pseudo-devices
308#pseudo-device	md			# memory disk device (ramdisk)
309pseudo-device	vnd			# pseudo disks (see vnconfig)
310#pseudo-device	fss			# file system snapshot device
311
312# network pseudo-devices
313pseudo-device	bpfilter		# Berkeley packet filter
314pseudo-device	loop			# network loopback
315pseudo-device	kttcp			# network loopback
316pseudo-device	putter
317
318# miscellaneous pseudo-devices
319pseudo-device	pty			# pseudo-terminals
320#options 	RND_COM
321#pseudo-device	clockctl		# user control of clock subsystem
322pseudo-device	ksyms			# /dev/ksyms
323