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