VERSATILEPB revision 302915
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/11/sys/arm/conf/VERSATILEPB 302915 2016-07-15 21:30:19Z ian $
20
21ident		VERSATILEPB
22machine		arm	armv6
23cpu 		CPU_ARM1176
24
25include 	"std.armv6"
26files		"../versatile/files.versatile"
27makeoptions	MODULES_OVERRIDE=""
28
29options 	KERNVIRTADDR=0xc0100000
30makeoptions	KERNVIRTADDR=0xc0100000
31
32options 	HZ=100
33options 	SCHED_4BSD		# 4BSD scheduler
34options 	LINUX_BOOT_ABI		# Process metadata passed from Linux boot loaders
35
36options 	ROOTDEVNAME=\"ufs:da0s1a\"
37
38device		bpf
39device		loop
40device		mii
41device		mii_bitbang
42device		smc
43device		smcphy
44device		ether
45device		uart
46device		pl011
47device		pl190
48
49device		pty
50device		snp
51
52device		pci
53
54# SCSI Controllers
55device		sym			# NCR/Symbios/LSI Logic 53C8XX/53C1010/53C1510D
56
57# ATA/SCSI peripherals
58device		scbus			# SCSI bus (required for ATA/SCSI)
59device		da			# Direct Access (disks)
60device		pass			# Passthrough device (direct ATA/SCSI access)
61
62# NOTE: serial console is disabled if syscons enabled
63# Comment following lines for headless setup
64device		sc
65device		kbdmux
66options 	SC_DFLT_FONT    	# compile font in
67makeoptions	SC_DFLT_FONT=cp437
68
69device		md
70device		random			# Entropy device
71
72# Flattened Device Tree
73options 	FDT			# Configure using FDT/DTB data
74options 	FDT_DTB_STATIC
75makeoptions	FDT_DTS_FILE=versatilepb.dts
76