VERSATILEPB revision 283368
1#
2# VERSATILEPB - Configuration for QEMU version of Versatile Platform Board
3#
4# For more information on this file, please read the config(5) manual page,
5# and/or the handbook section on Kernel Configuration Files:
6#
7#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#
9# The handbook is also available locally in /usr/share/doc/handbook
10# if you've installed the doc distribution, otherwise always see the
11# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12# latest information.
13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
19# $FreeBSD: stable/10/sys/arm/conf/VERSATILEPB 283368 2015-05-24 14:25:03Z ian $
20
21ident		VERSATILEPB
22machine		arm	armv6
23cpu 		CPU_ARM1176
24
25files		"../versatile/files.versatile"
26makeoptions	MODULES_OVERRIDE=""
27
28options 	KERNVIRTADDR=0xc0100000
29makeoptions	KERNVIRTADDR=0xc0100000
30options 	KERNPHYSADDR=0x00100000
31makeoptions	KERNPHYSADDR=0x00100000
32options 	PHYSADDR=0x00000000
33
34options 	HZ=100
35options 	SCHED_4BSD		# 4BSD scheduler
36options 	PREEMPTION		# Enable kernel thread preemption
37options 	INET			# InterNETworking
38options 	INET6			# IPv6 communications protocols
39options 	SCTP			# Stream Control Transmission Protocol
40options 	FFS			# Berkeley Fast Filesystem
41options 	SOFTUPDATES		# Enable FFS soft updates support
42options 	UFS_ACL			# Support for access control lists
43options 	UFS_DIRHASH		# Improve performance on big directories
44options 	UFS_GJOURNAL		# Enable gjournal-based UFS journaling
45options 	QUOTA			# Enable disk quotas for UFS
46options 	NFSCL			# New Network Filesystem Client
47options 	NFSLOCKD		# Network Lock Manager
48options 	NFS_ROOT		# NFS usable as /, requires NFSCL
49options 	MSDOSFS			# MSDOS Filesystem
50options 	CD9660			# ISO 9660 Filesystem
51options 	PROCFS			# Process filesystem (requires PSEUDOFS)
52options 	PSEUDOFS		# Pseudo-filesystem framework
53options 	TMPFS			# Efficient memory filesystem
54options 	GEOM_PART_GPT		# GUID Partition Tables
55options 	GEOM_PART_BSD		# BSD partition scheme
56options 	GEOM_PART_MBR		# MBR partition scheme
57options 	COMPAT_43		# Compatible with BSD 4.3 [KEEP THIS!]
58options 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
59options 	KTRACE			# ktrace(1) support
60options 	SYSVSHM			# SYSV-style shared memory
61options 	SYSVMSG			# SYSV-style message queues
62options 	SYSVSEM			# SYSV-style semaphores
63options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
64options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
65options 	FREEBSD_BOOT_LOADER	# Process metadata passed from loader(8)
66options 	LINUX_BOOT_ABI		# Process metadata passed from Linux boot loaders
67options 	VFP			# Enable floating point hardware support
68
69# Debugging for use in -current
70makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
71options 	KDB			# Enable kernel debugger support
72# For minimum debugger support (stable branch) use:
73#options 	KDB_TRACE		# Print a stack trace for a panic
74# For full debugger support use this instead:
75options 	DDB			# Enable the kernel debugger
76options 	INVARIANTS		# Enable calls of extra sanity checking
77options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
78
79options 	ROOTDEVNAME=\"ufs:da0s1a\"
80
81device		bpf
82device		loop
83device		mii
84device		mii_bitbang
85device		smc
86device		smcphy
87device		ether
88device		uart
89device		pl011
90device		pl190
91
92device		pty
93device		snp
94
95device		pci
96
97# SCSI Controllers
98device		sym			# NCR/Symbios/LSI Logic 53C8XX/53C1010/53C1510D
99
100# ATA/SCSI peripherals
101device		scbus			# SCSI bus (required for ATA/SCSI)
102device		da			# Direct Access (disks)
103device		pass			# Passthrough device (direct ATA/SCSI access)
104
105# NOTE: serial console is disabled if syscons enabled
106# Comment following lines for headless setup
107device		sc
108device		kbdmux
109options 	SC_DFLT_FONT    	# compile font in
110makeoptions	SC_DFLT_FONT=cp437
111
112options 	KDB
113options 	DDB			# Enable the kernel debugger
114#options 	INVARIANTS		# Enable calls of extra sanity checking
115#options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
116
117device		md
118device		random			# Entropy device
119
120# Flattened Device Tree
121options 	FDT			# Configure using FDT/DTB data
122options 	FDT_DTB_STATIC
123makeoptions	FDT_DTS_FILE=versatilepb.dts
124