INTEGRATOR_CP revision 1.16
11.16Sroy# $NetBSD: INTEGRATOR_CP,v 1.16 2020/09/27 13:48:50 roy Exp $ 21.1Sskrll# 31.1Sskrll# INTEGRATOR_CP -- ARM Integrator CP kernel 41.1Sskrll# 51.1Sskrll 61.1Sskrllinclude "arch/evbarm/conf/std.integrator_cp" 71.1Sskrll 81.1Sskrll#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 91.1Sskrll 101.1Sskrll# estimated number of users 111.1Sskrll 121.1Sskrllmaxusers 32 131.1Sskrll 141.1Sskrll# Standard system options 151.1Sskrll 161.1Sskrlloptions RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 171.1Sskrlloptions NTP # NTP phase/frequency locked loop 181.1Sskrll 191.1Sskrll# CPU options 201.1Sskrll 211.1Sskrlloptions CPU_ARM9 # Support the ARM9TDMI core 221.1Sskrlloptions CPU_ARM10 # Support the ARM10 core 231.1Sskrlloptions CPU_ARM11 # Support the ARM11 core 241.1Sskrlloptions FPU_VFP 251.1Sskrlloptions INTEGRATOR_CP 261.1Sskrll 271.1Sskrll# File systems 281.1Sskrll 291.1Sskrllfile-system FFS # UFS 301.1Sskrll#file-system LFS # log-structured file system 311.1Sskrllfile-system MFS # memory file system 321.1Sskrllfile-system NFS # Network file system 331.1Sskrll#file-system ADOSFS # AmigaDOS-compatible file system 341.1Sskrll#file-system EXT2FS # second extended file system (linux) 351.1Sskrll#file-system CD9660 # ISO 9660 + Rock Ridge file system 361.1Sskrll#file-system MSDOSFS # MS-DOS file system 371.1Sskrll#file-system FDESC # /dev/fd 381.1Sskrllfile-system KERNFS # /kern 391.1Sskrll#file-system NULLFS # loopback file system 401.1Sskrllfile-system PROCFS # /proc 411.1Sskrll#file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs) 421.1Sskrll#file-system UMAPFS # NULLFS + uid and gid remapping 431.1Sskrll#file-system UNION # union file system 441.1Sskrllfile-system PTYFS # /dev/pts/N support 451.3Sjoergfile-system TMPFS # memory file system 461.1Sskrll 471.1Sskrll# File system options 481.1Sskrll#options QUOTA # legacy UFS quotas 491.1Sskrll#options QUOTA2 # new, in-filesystem UFS quotas 501.12Srin#options DISKLABEL_EI # disklabel Endian Independent support 511.1Sskrll#options FFS_EI # FFS Endian Independent support 521.1Sskrll#options NFSSERVER 531.1Sskrlloptions WAPBL # File system journaling support 541.1Sskrll#options FFS_NO_SNAPSHOT # No FFS snapshot support 551.1Sskrll 561.1Sskrll# Networking options 571.1Sskrll 581.1Sskrll#options GATEWAY # packet forwarding 591.1Sskrlloptions INET # IP + ICMP + TCP + UDP 601.1Sskrlloptions INET6 # IPV6 611.1Sskrll#options IPSEC # IP security 621.1Sskrll#options IPSEC_DEBUG # debug for IP security 631.1Sskrll#options MROUTING # IP multicast routing 641.1Sskrll#options PIM # Protocol Independent Multicast 651.1Sskrll#options NETATALK # AppleTalk networking 661.1Sskrll#options PPP_BSDCOMP # BSD-Compress compression support for PPP 671.1Sskrll#options PPP_DEFLATE # Deflate compression support for PPP 681.1Sskrll#options PPP_FILTER # Active filter support for PPP (requires bpf) 691.1Sskrll#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 701.1Sskrll 711.1Sskrlloptions NFS_BOOT_BOOTP 721.1Sskrlloptions NFS_BOOT_DHCP 731.1Sskrlloptions NFS_BOOT_BOOTPARAM 741.1Sskrll#options NFS_BOOT_BOOTSTATIC 751.1Sskrll 761.1Sskrll# Compatibility options 771.1Sskrll 781.14Smrginclude "conf/compat_netbsd50.config" 791.14Smrgoptions COMPAT_NETBSD32 # allow running arm (e.g. non-earm) binaries 801.1Sskrll 811.1Sskrll# Shared memory options 821.1Sskrll 831.1Sskrll#options SYSVMSG # System V-like message queues 841.1Sskrll#options SYSVSEM # System V-like semaphores 851.1Sskrll#options SYSVSHM # System V-like memory sharing 861.1Sskrll 871.1Sskrll# Device options 881.1Sskrll 891.1Sskrll#options MEMORY_DISK_HOOKS # boottime setup of ramdisk 901.1Sskrll#options MEMORY_DISK_ROOT_SIZE=4000 # Size in blocks 911.1Sskrll#options MEMORY_DISK_IS_ROOT # use memory disk as root 921.1Sskrll 931.1Sskrll# Miscellaneous kernel options 941.1Sskrlloptions KTRACE # system call tracing, a la ktrace(1) 951.1Sskrlloptions IRQSTATS # manage IRQ statistics 961.1Sskrlloptions SCSIVERBOSE # Verbose SCSI errors 971.1Sskrlloptions PCIVERBOSE # Verbose PCI descriptions 981.1Sskrlloptions MIIVERBOSE # Verbose MII autoconfuration messages 991.1Sskrll#options PCI_CONFIG_DUMP # verbosely dump PCI config space 1001.1Sskrlloptions PCI_NETBSD_CONFIGURE # Do not rely on BIOS/whatever to 1011.1Sskrll # configure PCI devices 1021.1Sskrlloptions PCI_CONFIGURE_VERBOSE # Show PCI config information 1031.1Sskrlloptions DDB_KEYCODE=0x1d # Enter ddb on ^] 1041.1Sskrlloptions USERCONF # userconf(4) support 1051.1Sskrll#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 1061.1Sskrll#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 1071.1Sskrll 1081.1Sskrll# Development and Debugging options 1091.1Sskrll 1101.1Sskrll#options ARM700BUGTRACK # track the ARM700 swi bug 1111.1Sskrll#options PORTMASTER # Enable PortMaster only options 1121.1Sskrll#options DIAGNOSTIC # internal consistency checks 1131.15Sskrll#options UVMHIST # kernhist for uvm/pmap subsystems 1141.1Sskrlloptions DDB # in-kernel debugger 1151.1Sskrlloptions DDB_HISTORY_SIZE=100 # Enable history editing in DDB 1161.1Sskrll#options UVMHIST 1171.1Sskrll#makeoptions DEBUG="-g" # compile full symbol table 1181.8Sjoergmakeoptions COPY_SYMTAB=1 1191.1Sskrlloptions PLCONSOLE,PLCOMCNUNIT=0,PLCONSPEED=38400,PLCONMODE=0xB00 1201.1Sskrll 1211.1Sskrllconfig netbsd root on ? type ? 1221.10Sjmcneillconfig netbsd-ld0 root on ld0 type ? 1231.1Sskrllconfig netbsd-sm0 root on sm0 type nfs 1241.1Sskrll 1251.1Sskrll# The main bus device 1261.1Sskrllmainbus0 at root 1271.1Sskrll 1281.1Sskrll# The boot CPU 1291.1Sskrllcpu0 at mainbus? 1301.1Sskrll 1311.1Sskrll# Core logic 1321.1Sskrllifpga0 at mainbus? 1331.1Sskrll 1341.1Sskrll# PL010 uart 1351.1Sskrllplcom0 at ifpga? offset 0x06000000 irq 1 1361.1Sskrllplcom1 at ifpga? offset 0x07000000 irq 2 1371.1Sskrll#options PLCOM_DEBUG 1381.1Sskrll 1391.1Sskrll# PL030 real time clock 1401.1Sskrllplrtc0 at ifpga? offset 0x05000000 1411.1Sskrll 1421.10Sjmcneill# PL181 MMCI host controller 1431.10Sjmcneillplmmc0 at ifpga? offset 0x0c000000 irq 23 1441.10Sjmcneillsdmmc* at plmmc0 1451.10Sjmcneillld* at sdmmc? 1461.10Sjmcneill#options SDMMC_DEBUG 1471.10Sjmcneill#options SDMMCCISDEBUG 1481.10Sjmcneill 1491.1Sskrll# PCI bus via ifpga 1501.1Sskrllpci0 at ifpga? # PCI bus 1511.1Sskrll 1521.1Sskrll# PCI network interfaces 1531.1Sskrllsm0 at ifpga? offset 0xb8000000 irq 27 1541.1Sskrll 1551.1Sskrll# MII/PHY support 1561.1Sskrllukphy* at mii? phy ? # generic unknown PHYs 1571.1Sskrll 1581.1Sskrll# Pseudo-Devices 1591.1Sskrll 1601.1Sskrll# disk/mass storage pseudo-devices 1611.1Sskrll#pseudo-device md # memory disk device (ramdisk) 1621.1Sskrll#pseudo-device vnd # disk-like interface to files 1631.1Sskrll#pseudo-device fss # file system snapshot device 1641.1Sskrll#pseudo-device putter # for puffs and pud 1651.1Sskrll 1661.1Sskrll# network pseudo-devices 1671.1Sskrllpseudo-device bpfilter # Berkeley packet filter 1681.1Sskrll#pseudo-device bridge # simple inter-network bridging 1691.16Sroy#pseudo-device vether # Virtual Ethernet for bridge 1701.1Sskrllpseudo-device loop # network loopback 1711.1Sskrll 1721.1Sskrll# miscellaneous pseudo-devices 1731.1Sskrllpseudo-device pty # pseudo-terminals 1741.1Sskrllpseudo-device clockctl # user control of clock subsystem 1751.1Sskrllpseudo-device ksyms # /dev/ksyms 176