EV64260 revision 1.75
11.75Ssimonb# $NetBSD: EV64260,v 1.75 2022/08/07 02:52:25 simonb Exp $ 21.1Smatt# 31.1Smatt# MVP -- Motorola's Multiprocessing Verification Platform 41.1Smatt# 51.69Smrginclude "arch/evbppc/conf/std.ev64260" 61.1Smatt 71.1Smatt#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 81.1Smatt 91.1Smatt#ident "EV64260" 101.1Smatt 111.1Smattmaxusers 32 121.1Smatt 131.1Smatt#options UVMHIST 141.1Smatt#options UVMHIST_PRINT 151.1Smatt 161.44Skiyohara#options MULTIPROCESSOR # Discovery II/III support 171.44Skiyohara 181.4Smatt# PowerPC options 191.2Smattoptions ALTIVEC 201.4Smatt#options CLOCKBASE=100000000 # EVB64260 211.4Smattoptions CLOCKBASE=133000000 # EVB64260A 221.4Smatt 231.4Smatt# Marvell options 241.5Smattoptions MPSC_CONSOLE=0 251.2Smattoptions GT_MPSC_DEFAULT_BAUD_RATE=9600 261.4Smattoptions GT_MPSC_FREQUENCY="(cpu_timebase*4)" 271.4Smattoptions GT_MPSC_CLOCK_SOURCE="BRG_BCR_CLKS_TCLK" 281.44Skiyoharaoptions GT_MPP_WATCHDOG=0x03000000 291.44Skiyoharaoptions GT_DEVBUS 301.44Skiyohara#options GT_ECC 311.44Skiyoharaoptions GT_COMM 321.44Skiyoharaoptions GT_WATCHDOG 331.44Skiyohara 341.44Skiyohara# EV64260 options 351.4Smattoptions OBIO0_STRIDE=0,OBIO1_STRIDE=2,OBIO2_STRIDE=2,OBIO3_STRIDE=2 361.1Smatt 371.1Smatt# Options for necessary to use MD 381.1Smatt#options MEMORY_DISK_HOOKS 391.1Smatt#options MEMORY_DISK_IS_ROOT # force root on memory disk 401.1Smatt#options MEMORY_DISK_SERVER=0 # no userspace memory disk support 411.1Smatt#options MEMORY_DISK_ROOT_SIZE=16384 # size of memory disk, in blocks 421.1Smatt 431.1Smatt#options INSECURE # disable kernel security levels 441.1Smatt#options NTP # NTP phase/frequency locked loop 451.1Smattoptions KTRACE # system call tracing via ktrace(1) 461.1Smatt 471.1Smattoptions SYSVMSG # System V message queues 481.1Smattoptions SYSVSEM # System V semaphores 491.1Smattoptions SYSVSHM # System V shared memory 501.1Smatt 511.1Smatt#options USERCONF # userconf(4) support 521.2Smatt#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 531.13Satatat#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 541.1Smatt 551.73Ssevan# Alternate buffer queue strategies for better responsiveness under high 561.73Ssevan# disk I/O load. 571.73Ssevan#options BUFQ_READPRIO 581.73Ssevanoptions BUFQ_PRIOCSCAN 591.73Ssevan 601.1Smatt# Diagnostic/debugging support options 611.5Smattoptions DIAGNOSTIC # cheap kernel consistency checks 621.1Smatt#options DEBUG # expensive debugging checks/support 631.1Smattoptions DDB # in-kernel debugger 641.1Smattoptions DDB_HISTORY_SIZE=512 # enable history editing in DDB 651.62Sjoergmakeoptions COPY_SYMTAB=1 # size for embedded symbol table 661.1Smatt 671.1Smatt#makeoptions DEFCOPTS="-g" # compile full symbol table 681.2Smattmakeoptions DEBUG="-g" 691.1Smatt 701.1Smatt# Compatibility options 711.70Schristosinclude "conf/compat_netbsd16.config" 721.1Smatt#options COMPAT_386BSD_MBRPART # recognize old partition ID 731.1Smatt 741.1Smatt# File systems 751.1Smattfile-system FFS # UFS 761.1Smatt#file-system EXT2FS # second extended file system (linux) 771.1Smatt#file-system LFS # log-structured file system 781.1Smattfile-system MFS # memory file system 791.1Smattfile-system NFS # Network File System client 801.1Smatt#file-system CD9660 # ISO 9660 + Rock Ridge file system 811.1Smattfile-system MSDOSFS # MS-DOS file system 821.1Smatt#file-system FDESC # /dev/fd 831.1Smatt#file-system KERNFS # /kern 841.1Smatt#file-system NULLFS # loopback file system 851.1Smatt#file-system OVERLAY # overlay file system 861.1Smatt#file-system PROCFS # /proc 871.1Smatt#file-system UMAPFS # NULLFS + uid and gid remapping 881.1Smatt#file-system UNION # union file system 891.27Schristos#file-system PTYFS # /dev/pts/N support 901.1Smatt 911.1Smatt# File system options 921.75Ssimonb#options FFS_EI # FFS Endian Independent support 931.75Ssimonb#options FFS_NO_SNAPSHOT # No FFS snapshot support 941.46Sbouyer#options QUOTA # legacy UFS quotas 951.46Sbouyer#options QUOTA2 # new, in-filesystem UFS quotas 961.75Ssimonb#options UFS_DIRHASH # UFS Large Directory Hashing 971.75Ssimonb#options UFS_EXTATTR # Extended attribute support for UFS1 981.51Sdhollandoptions WAPBL # File system journaling support 991.1Smatt#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 1001.1Smatt # immutable) behave as system flags. 1011.75Ssimonb#options NFSSERVER # Network File System server 1021.1Smatt 1031.1Smattoptions NFS_BOOT_DHCP # Support DHCP NFS root 1041.1Smattoptions NFS_BOOT_RWSIZE=1024 1051.1Smatt 1061.1Smatt# Networking options 1071.1Smatt#options GATEWAY # packet forwarding 1081.1Smattoptions INET # IP + ICMP + TCP + UDP 1091.1Smatt#options INET6 # IPV6 1101.1Smatt#options IPSEC # IP security 1111.1Smatt#options IPSEC_DEBUG # debug for IP security 1121.1Smatt#options MROUTING # IP multicast routing 1131.14Smanu#options PIM # Protocol Independent Multicast 1141.1Smatt#options NETATALK # AppleTalk networking protocols 1151.1Smatt#options PPP_BSDCOMP # BSD-Compress compression support for PPP 1161.1Smatt#options PPP_DEFLATE # Deflate compression support for PPP 1171.1Smatt#options PPP_FILTER # Active filter support for PPP (requires bpf) 1181.1Smatt#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 1191.1Smatt 1201.1Smatt# These options enable verbose messages for several subsystems. 1211.1Smatt# Warning, these may compile large string tables into the kernel! 1221.1Smattoptions PCIVERBOSE # verbose PCI device autoconfig messages 1231.1Smattoptions MIIVERBOSE # verbose PHY autoconfig messages 1241.1Smatt#options PCI_CONFIG_DUMP # verbosely dump PCI config space 1251.1Smatt#options SCSIVERBOSE # human readable SCSI error messages 1261.4Smattoptions PCI_NETBSD_CONFIGURE # Do not rely on BIOS/whatever to configure PCI devices 1271.1Smatt#options PCI_CONFIGURE_VERBOSE # Show PCI config information 1281.1Smatt 1291.1Smatt# wscons options 1301.1Smatt#options WSEMUL_SUN # sun terminal emulation 1311.64Suebayasi#options WSEMUL_VT100 # VT100 / VT220 emulation 1321.64Suebayasi#options WSDISPLAY_COMPAT_USL # wsconscfg VT handling 1331.64Suebayasi#options WSDISPLAY_DEFAULTSCREENS=1 1341.1Smatt 1351.1Smatt# Kernel root file system and dump configuration. 1361.1Smattconfig netbsd root on ? type ? 1371.1Smatt 1381.1Smatt# 1391.1Smatt# Device configuration 1401.1Smatt# 1411.1Smatt 1421.1Smattmainbus0 at root 1431.1Smatt 1441.1Smattcpu* at mainbus0 1451.1Smatt 1461.44Skiyohara# Discovery system controller 1471.44Skiyohara#gt0 at mainbus0 addr 0x14000000 # PMON low 1481.44Skiyoharagt0 at mainbus0 addr 0xf8000000 # PPCBoot 1491.1Smatt 1501.1Smatt# PCI busses 1511.44Skiyoharagtpci* at gt? unit ? # 64-bit, 66MHz 1521.44Skiyoharapci* at gtpci? 1531.1Smatt 1541.2Smatt# 16550s off CS2 1551.44Skiyoharaobio0 at gt0 unit 0 # Chip Select 0 1561.44Skiyoharaobio1 at gt0 unit 1 # Chip Select 1 1571.44Skiyoharaobio2 at gt0 unit 2 # Chip Select 2 1581.44Skiyoharacom0 at obio2 offset 0x0020 size 8 irq 85 1591.44Skiyoharacom1 at obio2 offset 0x0000 size 8 irq 86 1601.44Skiyoharaobio3 at gt0 unit 3 # Chip Select 3 1611.44Skiyoharaobio4 at gt0 unit 4 # Boot Chip Select 1621.2Smatt 1631.1Smatt# UARTs 1641.44Skiyoharagtmpsc* at gt? offset ? # Multi-Protocol Serial Controller 1651.44Skiyohara # with Serial Direct Memory Access 1661.1Smatt 1671.1Smatt# Ethernet and PHY 1681.44Skiyoharagfec* at gt? offset ? # Ethernet (RMMI) 1691.44Skiyoharagfe* at gfec? port ? irq ? # Ethernet port #0/#1/#2 1701.1Smatt 1711.18Smatt# I2C 1721.44Skiyoharagttwsi* at gt? offset ? irq ? # Two-Wire Serial Interface 1731.44Skiyoharaiic* at gttwsi? 1741.44Skiyohara 1751.44Skiyohara# DMA 1761.44Skiyoharagtidmac* at gt? offset ? irq ? # IDMA Controller 1771.18Smatt 1781.1Smatt# PCI devices 1791.44Skiyoharapchb* at pci? dev ? function ? # PCI Host Bridge 1801.44Skiyoharappb* at pci? dev ? function ? # PCI-PCI Bridges 1811.44Skiyoharapci* at ppb? bus ? 1821.1Smatt 1831.1Smatt#ehci* at pci? dev ? function ? # Enhanced Host Controller 1841.1Smatt#ohci* at pci? dev ? function ? # Open Host Controller 1851.1Smatt#uhci* at pci? dev ? function ? # Universal Host Controller (Intel) 1861.1Smatt#usb* at ehci? 1871.1Smatt#usb* at ohci? 1881.1Smatt#usb* at uhci? 1891.1Smatt#uhub* at usb? 1901.34Sdrochner#uhub* at uhub? port ? 1911.1Smatt# Prolific PL2301/PL2302 host-to-host adapter 1921.1Smatt#upl* at uhub? port ? 1931.1Smatt 1941.1Smatt# Serial adapters 1951.1Smatt#uftdi* at uhub? port ? # FTDI FT8U100AX serial adapter 1961.1Smatt#ucom* at uftdi? portno ? 1971.1Smatt 1981.1Smatt#umct* at uhub? port ? # MCT USB-RS232 serial adapter 1991.1Smatt#ucom* at umct? portno ? 2001.1Smatt 2011.1Smatt#uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter 2021.1Smatt#ucom* at uplcom? portno ? 2031.1Smatt 2041.1Smatt#uvscom* at uhub? port ? # SUNTAC Slipper U VS-10U serial adapter 2051.1Smatt#ucom* at uvscom? portno ? 2061.1Smatt 2071.1Smatt 2081.4Smattfxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B 2091.4Smatttlp* at pci? dev ? function ? # Digital 'Tulip' cards 2101.4Smattwm* at pci? dev ? function ? # Intel GigE cards 2111.4Smattacphy* at mii? phy ? 2121.1Smattinphy* at mii? phy ? 2131.1Smattmakphy* at mii? phy ? 2141.4Smattnsphy* at mii? phy ? 2151.4Smattsqphy* at mii? phy ? 2161.1Smattukphy* at mii? phy ? 2171.1Smatt 2181.4Smattsiop* at pci? dev ? function ? 2191.4Smattesiop* at pci? dev ? function ? 2201.1Smattisp* at pci? dev ? function ? 2211.1Smattscsibus* at scsi? 2221.1Smattsd* at scsibus? target ? lun ? 2231.1Smattcd* at scsibus? target ? lun ? 2241.1Smatt 2251.1Smatt#auvia* at pci? dev ? function ? # VIA VT82C686A integrated AC'97 Audio 2261.1Smatt#audio* at auvia? 2271.1Smatt 2281.67Schristos#spkr* at audio? # PC speaker (synthesized) 2291.65Snat 2301.9Sbouyerpciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver 2311.9Sbouyeracardide* at pci? dev ? function ? # Acard IDE controllers 2321.9Sbouyeraceride* at pci? dev ? function ? # Acer Lab IDE controllers 2331.12Sthorpejartsata* at pci? dev ? function ? # Intel i31244 SATA controller 2341.9Sbouyercmdide* at pci? dev ? function ? # CMD tech IDE controllers 2351.9Sbouyercypide* at pci? dev ? function ? # Cypress IDE controllers 2361.9Sbouyerhptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers 2371.9Sbouyeroptiide* at pci? dev ? function ? # Opti IDE controllers 2381.9Sbouyerpdcide* at pci? dev ? function ? # Promise IDE controllers 2391.16Sbouyerpdcsata* at pci? dev ? function ? # Promise SATA150 controllers 2401.10Sthorpejsatalink* at pci? dev ? function ? # SiI SATALink controllers 2411.9Sbouyersiside* at pci? dev ? function ? # SiS IDE controllers 2421.9Sbouyerslide* at pci? dev ? function ? # Symphony Labs IDE controllers 2431.9Sbouyerviaide* at pci? dev ? function ? # VIA/AMD/Nvidia IDE controllers 2441.11Sthorpej 2451.11Sthorpejatabus* at ata? channel ? 2461.8Sbouyerwd* at atabus? drive ? flags 0x0000 2471.1Smatt 2481.30Scube#pseudo-device vnd # disk-like interface to files 2491.56Schristos#pseudo-device ccd # concatenated/striped disk devices 2501.57Schristos#pseudo-device raid # RAIDframe disk driver 2511.1Smatt#options RAID_AUTOCONFIG # auto-configuration of RAID components 2521.43Spooka#pseudo-device fss # file system snapshot device 2531.45Shannkenpseudo-device md # memory disk device 2541.1Smattpseudo-device loop # network loopback 2551.29Srpaulopseudo-device bpfilter # packet filter 2561.73Ssevanpseudo-device carp # Common Address Redundancy Protocol 2571.72Smaxv#pseudo-device npf # NPF packet filter 2581.30Scube#pseudo-device ppp # Point-to-Point Protocol 2591.30Scube#pseudo-device sl # Serial Line IP 2601.30Scube#pseudo-device tun # network tunneling over tty 2611.30Scube#pseudo-device gre # generic L3 over IP tunnel 2621.30Scube#pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 2631.30Scube#pseudo-device faith # IPv[46] tcp relay translation i/f 2641.30Scube#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 2651.1Smatt#pseudo-device vlan # IEEE 802.1q encapsulation 2661.1Smattpseudo-device pty # pseudo-terminals 2671.1Smatt#pseudo-device wsmux # ick 2681.1Smattpseudo-device clockctl # user control of clock subsystem 2691.31Ssimonbpseudo-device ksyms # /dev/ksyms 2701.74Sandvarpseudo-device swdmover # software dmover(9) back-end 2711.44Skiyoharapseudo-device dmoverio # /dev/dmover dmover(9) interface 2721.73Ssevan 2731.73Ssevaninclude "dev/veriexec.config" 274