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