Home | History | Annotate | Line # | Download | only in conf
BCM5301X revision 1.14
      1 #
      2 #	$NetBSD: BCM5301X,v 1.14 2013/06/05 23:08:00 christos Exp $
      3 #
      4 #	BCM5301X -- Broadcom BCM5301X Eval Board Kernel
      5 #
      6 
      7 include	"arch/evbarm/conf/std.bcm53xx"
      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 
     20 #makeoptions	DEFCOPTS="-O0"
     21 options 	UVMHIST
     22 #options 	UVMHIST_PRINT,A9WDT_PERIOD_DEFAULT=30
     23 options 	BCM53XX_CONSOLE_EARLY
     24 options 	BCMETH_COUNTERS
     25 #options 	MULTIPROCESSOR
     26 options 	CPU_CORTEXA9
     27 #options 	MEMSIZE=256
     28 options 	BCM5301
     29 options 	PMAPCOUNTERS
     30 options 	BUSDMA_COUNTERS
     31 
     32 # Architecture options
     33 
     34 # File systems
     35 
     36 file-system	FFS		# UFS
     37 #file-system	LFS		# log-structured file system
     38 file-system	MFS		# memory file system
     39 file-system	NFS		# Network file system
     40 #file-system 	ADOSFS		# AmigaDOS-compatible file system
     41 #file-system 	EXT2FS		# second extended file system (linux)
     42 file-system	CD9660		# ISO 9660 + Rock Ridge file system
     43 file-system	MSDOSFS		# MS-DOS file system
     44 #file-system	FDESC		# /dev/fd
     45 file-system	KERNFS		# /kern
     46 #file-system	NULLFS		# loopback file system
     47 #file-system	PROCFS		# /proc
     48 #file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
     49 #file-system	UMAPFS		# NULLFS + uid and gid remapping
     50 #file-system	UNION		# union file system
     51 file-system	TMPFS		# memory file system
     52 file-system	PTYFS		# /dev/pts/N support
     53 
     54 # File system options
     55 #options 	QUOTA		# legacy UFS quotas
     56 #options 	QUOTA2		# new, in-filesystem UFS quotas
     57 #options 	FFS_EI		# FFS Endian Independent support
     58 #options 	NFSSERVER
     59 options 	WAPBL		# File system journaling support
     60 #options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     61 
     62 # Networking options
     63 
     64 #options 	GATEWAY		# packet forwarding
     65 options 	INET		# IP + ICMP + TCP + UDP
     66 options 	INET6		# IPV6
     67 #options 	IPSEC		# IP security
     68 #options 	IPSEC_DEBUG	# debug for IP security
     69 #options 	MROUTING	# IP multicast routing
     70 #options 	PIM		# Protocol Independent Multicast
     71 #options 	NETATALK	# AppleTalk networking
     72 #options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     73 #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     74 #options 	PPP_DEFLATE	# Deflate compression support for PPP
     75 #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     76 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     77 
     78 options 	NFS_BOOT_BOOTP
     79 options 	NFS_BOOT_DHCP
     80 #options		NFS_BOOT_BOOTSTATIC
     81 #options		NFS_BOOTSTATIC_MYIP="\"192.168.1.4\""
     82 #options		NFS_BOOTSTATIC_GWIP="\"192.168.1.1\""
     83 #options		NFS_BOOTSTATIC_MASK="\"255.255.255.0\""
     84 #options		NFS_BOOTSTATIC_SERVADDR="\"192.168.1.1\""
     85 #options		NFS_BOOTSTATIC_SERVER="\"192.168.1.1:/nfs/sdp2430\""
     86 
     87 options		NFS_BOOT_RWSIZE=1024
     88 
     89 # Compatibility options
     90 
     91 #options 	COMPAT_43	# 4.3BSD compatibility.
     92 options 	COMPAT_60	# NetBSD 6.0 compatibility.
     93 options 	COMPAT_50	# NetBSD 5.0 compatibility.
     94 options 	COMPAT_40	# NetBSD 4.0 compatibility.
     95 options 	COMPAT_30	# NetBSD 3.0 compatibility.
     96 #options 	COMPAT_20	# NetBSD 2.0 compatibility.
     97 #options 	COMPAT_16	# NetBSD 1.6 compatibility.
     98 #options 	COMPAT_15	# NetBSD 1.5 compatibility.
     99 #options 	COMPAT_14	# NetBSD 1.4 compatibility.
    100 #options 	COMPAT_13	# NetBSD 1.3 compatibility.
    101 #options 	COMPAT_12	# NetBSD 1.2 compatibility.
    102 #options 	COMPAT_11	# NetBSD 1.1 compatibility.
    103 #options 	COMPAT_10	# NetBSD 1.0 compatibility.
    104 #options 	COMPAT_09	# NetBSD 0.9 compatibility.
    105 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
    106 #options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
    107 
    108 # Shared memory options
    109 
    110 options 	SYSVMSG		# System V-like message queues
    111 options 	SYSVSEM		# System V-like semaphores
    112 options 	SYSVSHM		# System V-like memory sharing
    113 
    114 # Device options
    115 
    116 #options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
    117 #options 	MEMORY_DISK_ROOT_SIZE=8192	# Size in blocks
    118 #options 	MEMORY_DISK_DYNAMIC
    119 #options 	MINIROOTSIZE=1000	# Size in blocks
    120 #options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
    121 
    122 options 	DKWEDGE_AUTODISCOVER
    123 options 	DKWEDGE_METHOD_GPT
    124 
    125 # Miscellaneous kernel options
    126 options 	KTRACE		# system call tracing, a la ktrace(1)
    127 #options 	KMEMSTATS	# kernel memory statistics
    128 options 	PCIVERBOSE	# Verbose PCI autoconfiguration messages
    129 #options 	PCI_CONFIG_DUMP	# Verbose PCI autoconfiguration messages
    130 options 	PCI_NETBSD_CONFIGURE # perform PCI configuration
    131 options 	RNDVERBOSE	# Verbose rnd messages
    132 #options 	SCSIVERBOSE	# Verbose SCSI errors
    133 #options 	MIIVERBOSE	# Verbose MII autoconfiguration messages
    134 #options 	DDB_KEYCODE=0x40
    135 #options 	USERCONF	# userconf(4) support
    136 #options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
    137 
    138 # Development and Debugging options
    139 
    140 #options 	PERFCTRS	# performance counters
    141 options 	DIAGNOSTIC	# internally consistency checks
    142 options 	DEBUG
    143 #options 	LOCKDEBUG	# Enable lock debugging
    144 #options 	PMAP_DEBUG	# Enable pmap_debug_level code
    145 #options 	IPKDB		# remote kernel debugging
    146 #options 	VERBOSE_INIT_ARM # verbose bootstraping messages
    147 options 	DDB		# in-kernel debugger
    148 options		DDB_ONPANIC=1
    149 options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
    150 options 	DDB_COMMANDONENTER="show event"
    151 options 	DB_MAX_LINE=INT_MAX
    152 #options 	KGDB
    153 makeoptions	DEBUG="-g"	# compile full symbol table
    154 options 	SYMTAB_SPACE=575000
    155 
    156 ## USB Debugging options
    157 options USB_DEBUG
    158 options EHCI_DEBUG
    159 options OHCI_DEBUG
    160 options UHUB_DEBUG
    161 
    162 
    163 # Valid options for BOOT_ARGS:
    164 #  single		Boot to single user only
    165 #  kdb			Give control to kernel debugger
    166 #  ask			Ask for file name to reboot from
    167 #  pmapdebug=<n>	If PMAP_DEBUG, set pmap_debug_level to <n>
    168 #  memorydisk=<n>	Set memorydisk size to <n> KB
    169 #  quiet		Show aprint_naive output
    170 #  verbose		Show aprint_normal and aprint_verbose output
    171 options		BOOT_ARGS="\"\""
    172 
    173 config		netbsd		root on ? type ?
    174 
    175 # The main bus device
    176 mainbus0	at root
    177 
    178 # The boot cpu
    179 cpu0		at mainbus?
    180 #cpu*		at mainbus?
    181 
    182 # The MPCore interrupt controller and global timer
    183 armperiph0	at mainbus?		# A9 On-Chip Peripherals
    184 armgic0		at armperiph?		# ARM Generic Interrupt Controller
    185 arml2cc0	at armperiph? flags 0	# ARM PL310 L2CC
    186 a9tmr0		at armperiph?		# A9 Global Timer
    187 a9wdt0		at armperiph? flags 1	# A9 Watchdog Timer
    188 
    189 # ChipCommonA Peripherals
    190 bcmcca0		at mainbus?		# ChipCommonA
    191 #options 	CONADDR=0x18000300, CONSPEED=115200
    192 com0		at bcmcca? channel 0
    193 com*		at bcmcca? channel 1
    194 
    195 # ChipCommonB Peripherals
    196 bcmccb0		at mainbus?		# ChipCommonB
    197 bcmpax*		at bcmccb? port ? flags 2 # use bounce buffers
    198 pci*		at bcmpax?
    199 ppb*		at pci? dev ? function ?
    200 pci*		at ppb?
    201 
    202 ahcisata*	at pci? dev ? function ?
    203 atabus* 	at ahcisata? channel ?
    204 #options 	ATADEBUG
    205 wd*		at atabus? drive ?
    206 wm*		at pci? dev ? function ?
    207 makphy*		at mii?
    208 ukphy*		at mii?
    209 
    210 bcmmdio0	at bcmccb0
    211 bcmeth*		at bcmccb? port ?
    212 
    213 # SDHC controllers
    214 sdhc0		at bcmccb0
    215 sdmmc*		at sdhc?		# SD/MMC bus
    216 ld*		at sdmmc?
    217 
    218 # Random Number Generator
    219 bcmrng0		at bcmccb0
    220 
    221 # NAND controller
    222 #bcmnand0	at bcmccb0
    223 
    224 # NAND layer
    225 #nand0		at nandbus?
    226 
    227 # use the bad block table
    228 #options NAND_BBT
    229 
    230 # Define flash partitions for board
    231 #flash0		at nand0 offset 0x000000 size 0x080000 readonly 1 # X-Loader
    232 #flash1		at nand0 offset 0x080000 size 0x1e0000 readonly 1 # U-Boot
    233 #flash2		at nand0 offset 0x260000 size 0x020000 readonly 1 # UB Env
    234 #flash3		at nand0 offset 0x280000 size 0x400000		# kernel
    235 #flash4		at nand0 offset 0x680000 size 0			# filesystem
    236 
    237 # I2C Controller
    238 bcmi2c0 	at bcmccb0
    239 iic*		at bcmi2c?
    240 
    241 # Watchdog timers
    242 #bcmwdt*	at bcmccb0
    243 
    244 # On-board USB
    245 bcmusb*		at bcmccb0
    246 ohci*		at bcmusb0
    247 usb*		at ohci?
    248 ehci*		at bcmusb0
    249 usb*		at ehci?
    250 uhub*		at usb?
    251 uhub*		at uhub? port ?
    252 umass*		at uhub? port ? configuration ? interface ?
    253 scsibus*	at scsi?
    254 sd*		at scsibus? target ? lun ?
    255 #wd*		at umass?
    256 
    257 axe*		at uhub? port ? configuration ? interface ?
    258 
    259 # Hardware clocking and power management
    260 
    261 # Pseudo-Devices
    262 
    263 # disk/mass storage pseudo-devices
    264 #pseudo-device	md			# memory disk device (ramdisk)
    265 #pseudo-device	vnd			# disk-like interface to files
    266 #pseudo-device	fss			# file system snapshot device
    267 #pseudo-device	putter			# for puffs and pud
    268 
    269 # network pseudo-devices
    270 pseudo-device	bpfilter		# Berkeley packet filter
    271 pseudo-device	loop			# network loopback
    272 #pseudo-device	kttcp			# network loopback
    273 pseudo-device	vlan
    274 pseudo-device	bridge
    275 
    276 # miscellaneous pseudo-devices
    277 pseudo-device	pty			# pseudo-terminals
    278 #options	RND_COM
    279 #pseudo-device	clockctl		# user control of clock subsystem
    280 pseudo-device	ksyms			# /dev/ksyms
    281 pseudo-device	drvctl			# device control
    282 pseudo-device	lockstat		# lock profiling
    283