Deleted Added
full compact
VERSATILEPB (263301) VERSATILEPB (276003)
1#
1# VERSATILEPB - Configuration for QEMU version of Versatile Platform Board
2#
2# VERSATILEPB - Configuration for QEMU version of Versatile Platform Board
3#
3# For more information on this file, please read the handbook section on
4# Kernel Configuration Files:
4# For more information on this file, please read the config(5) manual page,
5# and/or the handbook section on Kernel Configuration Files:
5#
6# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7#
8# The handbook is also available locally in /usr/share/doc/handbook
9# if you've installed the doc distribution, otherwise always see the
10# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11# latest information.
12#
13# An exhaustive list of options and more detailed explanations of the
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
14# device lines is also present in the ../../conf/NOTES and NOTES files.
15# If you are in doubt as to the purpose or necessity of a line, check first
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
16# in NOTES.
17#
17# in NOTES.
18#
18# $FreeBSD: head/sys/arm/conf/VERSATILEPB 263301 2014-03-18 14:41:18Z imp $
19# $FreeBSD: head/sys/arm/conf/VERSATILEPB 276003 2014-12-21 11:37:00Z andrew $
19
20ident VERSATILEPB
21machine arm armv6
22cpu CPU_ARM1176
23
24files "../versatile/files.versatile"
25makeoptions MODULES_OVERRIDE=""
26
27options KERNVIRTADDR=0xc0100000
28makeoptions KERNVIRTADDR=0xc0100000
29options KERNPHYSADDR=0x00100000
30makeoptions KERNPHYSADDR=0x00100000
31options PHYSADDR=0x00000000
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
32options FREEBSD_BOOT_LOADER
33options LINUX_BOOT_ABI
34
33
35makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
36options HZ=100
34options HZ=100
37
38options SCHED_4BSD # 4BSD scheduler
35options SCHED_4BSD # 4BSD scheduler
36options PREEMPTION # Enable kernel thread preemption
39options INET # InterNETworking
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
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
44device snp
45
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
46options GEOM_PART_BSD # BSD partition scheme
47options GEOM_PART_MBR # MBR partition scheme
55options GEOM_PART_BSD # BSD partition scheme
56options GEOM_PART_MBR # MBR partition scheme
48options TMPFS # Efficient memory filesystem
49options PSEUDOFS # Pseudo-filesystem framework
50options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
51options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
52options KTRACE # ktrace(1) support
53options SYSVSHM # SYSV-style shared memory
54options SYSVMSG # SYSV-style message queues
55options SYSVSEM # SYSV-style semaphores
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
56options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
63options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
57options KBD_INSTALL_CDEV # install a CDEV entry in /dev
64options KBD_INSTALL_CDEV # install a CDEV entry in /dev
58options ROOTDEVNAME=\"ufs:da0s1a\"
59options VFP # vfp/neon
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
60
68
61options PREEMPTION
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
62
78
79options ROOTDEVNAME=\"ufs:da0s1a\"
80
63device bpf
64device loop
65device mii
66device mii_bitbang
67device smc
68device smcphy
69device ether
70device uart
71device pl011
72device pl190
73
74device pty
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
75
76device pci
77
78# SCSI Controllers
79device sym # NCR/Symbios/LSI Logic 53C8XX/53C1010/53C1510D
80
81# ATA/SCSI peripherals
82device scbus # SCSI bus (required for ATA/SCSI)
83device da # Direct Access (disks)
84device pass # Passthrough device (direct ATA/SCSI access)
85
86# NOTE: serial console is disabled if syscons enabled
87# Comment following lines for headless setup
88device sc
89device kbdmux
90options SC_DFLT_FONT # compile font in
91makeoptions SC_DFLT_FONT=cp437
92
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
93options KDB
94options DDB # Enable the kernel debugger
95options INVARIANTS # Enable calls of extra sanity checking
96options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
97
98device md
99device random # Entropy device
100
101# Flattened Device Tree
112device md
113device random # Entropy device
114
115# Flattened Device Tree
102options FDT
103options FDT_DTB_STATIC
104makeoptions FDT_DTS_FILE=versatilepb.dts
116options FDT # Configure using FDT/DTB data
117options FDT_DTB_STATIC
118makeoptions FDT_DTS_FILE=versatilepb.dts