Deleted Added
full compact
PANDABOARD (273089) PANDABOARD (276003)
1#
1# PANDABOARD -- Custom configuration for the PandaBoard ARM development
2# platform, check out www.pandaboard.org
3#
2# PANDABOARD -- Custom configuration for the PandaBoard ARM development
3# platform, check out www.pandaboard.org
4#
4# For more information on this file, please read the handbook section on
5# Kernel Configuration Files:
5# For more information on this file, please read the config(5) manual page,
6# 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#
7#
8# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
9#
10# The handbook is also available locally in /usr/share/doc/handbook
11# if you've installed the doc distribution, otherwise always see the
12# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
13# latest information.
14#
15# An exhaustive list of options and more detailed explanations of the
16# device lines is also present in the ../../conf/NOTES and NOTES files.
17# If you are in doubt as to the purpose or necessity of a line, check first
18# in NOTES.
19#
19# $FreeBSD: head/sys/arm/conf/PANDABOARD 273089 2014-10-14 14:32:58Z andrew $
20# $FreeBSD: head/sys/arm/conf/PANDABOARD 276003 2014-12-21 11:37:00Z andrew $
20
21ident PANDABOARD
22
23# This probably wants to move somewhere else. Maybe we can create a basic
24# OMAP4340 config, then make a PANDABOARD config that includes the basic one,
25# adds the start addresses and custom devices plus pulls in this hints file.
26
27hints "PANDABOARD.hints"
28
29include "../ti/omap4/pandaboard/std.pandaboard"
30
21
22ident PANDABOARD
23
24# This probably wants to move somewhere else. Maybe we can create a basic
25# OMAP4340 config, then make a PANDABOARD config that includes the basic one,
26# adds the start addresses and custom devices plus pulls in this hints file.
27
28hints "PANDABOARD.hints"
29
30include "../ti/omap4/pandaboard/std.pandaboard"
31
31#To statically compile in device wiring instead of /boot/device.hints
32makeoptions MODULES_OVERRIDE=""
32makeoptions MODULES_OVERRIDE=""
33makeoptions WITHOUT_MODULES="ahc"
33makeoptions WITHOUT_MODULES="ahc"
34
35options HZ=100
36options SCHED_4BSD # 4BSD scheduler
34
35options HZ=100
36options SCHED_4BSD # 4BSD scheduler
37options PREEMPTION # Enable kernel thread preemption
37options INET # InterNETworking
38options INET6 # IPv6 communications protocols
38options INET # InterNETworking
39options INET6 # IPv6 communications protocols
40options SCTP # Stream Control Transmission Protocol
39options FFS # Berkeley Fast Filesystem
40options SOFTUPDATES # Enable FFS soft updates support
41options UFS_ACL # Support for access control lists
42options UFS_DIRHASH # Improve performance on big directories
41options FFS # Berkeley Fast Filesystem
42options SOFTUPDATES # Enable FFS soft updates support
43options UFS_ACL # Support for access control lists
44options UFS_DIRHASH # Improve performance on big directories
43options GEOM_PART_BSD # BSD partition scheme
44options GEOM_PART_MBR # MBR partition scheme
45options TMPFS # Efficient memory filesystem
45options UFS_GJOURNAL # Enable gjournal-based UFS journaling
46options QUOTA # Enable disk quotas for UFS
47options NFSCL # New Network Filesystem Client
48options NFSLOCKD # Network Lock Manager
49options NFS_ROOT # NFS usable as /, requires NFSCL
46options MSDOSFS # MSDOS Filesystem
47options CD9660 # ISO 9660 Filesystem
48options PROCFS # Process filesystem (requires PSEUDOFS)
49options PSEUDOFS # Pseudo-filesystem framework
50options MSDOSFS # MSDOS Filesystem
51options CD9660 # ISO 9660 Filesystem
52options PROCFS # Process filesystem (requires PSEUDOFS)
53options PSEUDOFS # Pseudo-filesystem framework
54options TMPFS # Efficient memory filesystem
55options GEOM_PART_GPT # GUID Partition Tables
56options GEOM_PART_BSD # BSD partition scheme
57options GEOM_PART_MBR # MBR partition scheme
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
58options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
59options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
60options KTRACE # ktrace(1) support
61options SYSVSHM # SYSV-style shared memory
62options SYSVMSG # SYSV-style message queues
63options SYSVSEM # SYSV-style semaphores
56options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
64options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
57options KBD_INSTALL_CDEV # install a CDEV entry in /dev
65options KBD_INSTALL_CDEV # install a CDEV entry in /dev
58options PREEMPTION
59options PLATFORM
66options PLATFORM
60options FREEBSD_BOOT_LOADER
61options VFP # vfp/neon
62options SMP # Enable multiple cores
67options FREEBSD_BOOT_LOADER # Process metadata passed from loader(8)
68options VFP # Enable floating point hardware support
69options SMP # Enable multiple cores
63
64# Debugging for use in -current
65makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
66options BREAK_TO_DEBUGGER
67#options VERBOSE_SYSINIT # Enable verbose sysinit messages
70
71# Debugging for use in -current
72makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
73options BREAK_TO_DEBUGGER
74#options VERBOSE_SYSINIT # Enable verbose sysinit messages
68options KDB
75options KDB # Enable kernel debugger support
76# For minimum debugger support (stable branch) use:
77#options KDB_TRACE # Print a stack trace for a panic
78# For full debugger support use this instead:
69options DDB # Enable the kernel debugger
70#options INVARIANTS # Enable calls of extra sanity checking
71#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
72#options WITNESS # Enable checks to detect deadlocks and cycles
73#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
74#options DIAGNOSTIC
75
79options DDB # Enable the kernel debugger
80#options INVARIANTS # Enable calls of extra sanity checking
81#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
82#options WITNESS # Enable checks to detect deadlocks and cycles
83#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
84#options DIAGNOSTIC
85
76# NFS support
77options NFSCL
78
79# NFS root
80options NFS_ROOT # NFS usable as /, requires NFSCLIENT
86# NFS root from boopt/dhcp
87#options BOOTP
81#options BOOTP_NFSROOT
82#options BOOTP_COMPAT
88#options BOOTP_NFSROOT
89#options BOOTP_COMPAT
83#options BOOTP
84#options BOOTP_NFSV3
85#options BOOTP_WIRED_TO=ue0
86
87# MMC/SD/SDIO Card slot support
88device mmc # mmc/sd bus
89device mmcsd # mmc/sd flash cards
90device sdhci # mmc/sd host controller
91

--- 49 unchanged lines hidden (view full) ---

141
142# OMAP-specific devices
143device ti_sdma
144device twl
145device twl_vreg
146device twl_clks
147
148# Flattened Device Tree
90#options BOOTP_NFSV3
91#options BOOTP_WIRED_TO=ue0
92
93# MMC/SD/SDIO Card slot support
94device mmc # mmc/sd bus
95device mmcsd # mmc/sd flash cards
96device sdhci # mmc/sd host controller
97

--- 49 unchanged lines hidden (view full) ---

147
148# OMAP-specific devices
149device ti_sdma
150device twl
151device twl_vreg
152device twl_clks
153
154# Flattened Device Tree
149options FDT
150options FDT_DTB_STATIC
151makeoptions FDT_DTS_FILE=pandaboard.dts
155options FDT # Configure using FDT/DTB data
156options FDT_DTB_STATIC
157makeoptions FDT_DTS_FILE=pandaboard.dts