2015-04-11 17:52:47 +00:00
|
|
|
#
|
|
|
|
# VIRT -- Custom configuration for the qemu virt platform
|
|
|
|
#
|
|
|
|
# For more information on this file, please read the config(5) manual page,
|
|
|
|
# and/or the handbook section on Kernel Configuration Files:
|
|
|
|
#
|
|
|
|
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
|
|
|
|
#
|
|
|
|
# The handbook is also available locally in /usr/share/doc/handbook
|
|
|
|
# if you've installed the doc distribution, otherwise always see the
|
|
|
|
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
|
|
|
|
# latest information.
|
|
|
|
#
|
|
|
|
# An exhaustive list of options and more detailed explanations of the
|
|
|
|
# device lines is also present in the ../../conf/NOTES and NOTES files.
|
|
|
|
# If you are in doubt as to the purpose or necessity of a line, check first
|
|
|
|
# in NOTES.
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
ident VIRT
|
|
|
|
|
2015-05-07 12:38:23 +00:00
|
|
|
include "std.armv6"
|
|
|
|
include "../qemu/std.virt"
|
2015-04-11 17:52:47 +00:00
|
|
|
|
2016-07-09 21:14:59 +00:00
|
|
|
options SCHED_ULE # ULE scheduler
|
2015-04-11 17:52:47 +00:00
|
|
|
options PLATFORM
|
2016-02-28 13:43:58 +00:00
|
|
|
options PLATFORM_SMP
|
2015-05-24 12:33:12 +00:00
|
|
|
options SMP # Enable multiple cores
|
2016-04-30 17:27:33 +00:00
|
|
|
options MULTIDELAY
|
2015-04-11 17:52:47 +00:00
|
|
|
|
2015-05-10 09:37:54 +00:00
|
|
|
# Interrupt controller
|
|
|
|
device gic
|
2016-04-15 16:05:41 +00:00
|
|
|
options INTRNG
|
2016-02-11 18:01:10 +00:00
|
|
|
|
2015-11-21 16:23:56 +00:00
|
|
|
# ARM Generic Timer
|
|
|
|
device generic_timer
|
2015-05-10 09:37:54 +00:00
|
|
|
|
2015-04-11 17:52:47 +00:00
|
|
|
device bpf
|
|
|
|
device loop
|
|
|
|
device ether
|
|
|
|
device uart
|
|
|
|
device pty
|
|
|
|
device snp
|
|
|
|
device pl011
|
2015-04-12 13:00:58 +00:00
|
|
|
device psci
|
2015-04-11 17:52:47 +00:00
|
|
|
|
2015-05-10 09:37:54 +00:00
|
|
|
device virtio
|
|
|
|
device virtio_mmio
|
|
|
|
device virtio_blk
|
2015-04-11 17:52:47 +00:00
|
|
|
device vtnet
|
|
|
|
|
|
|
|
device md
|
|
|
|
device random # Entropy device
|
|
|
|
|
|
|
|
# Flattened Device Tree
|
|
|
|
options FDT # Configure using FDT/DTB data
|
|
|
|
|
2015-05-24 16:11:30 +00:00
|
|
|
# Extensible Firmware Interface
|
|
|
|
options EFI
|
|
|
|
|