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