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