Deleted Added
full compact
PANDABOARD (239281) PANDABOARD (240572)
1# PANDABOARD -- Custom configuration for the PandaBoard ARM development
2# platform, check out www.pandaboard.org
3#
4# For more information on this file, please read the handbook section on
5# 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#
1# PANDABOARD -- Custom configuration for the PandaBoard ARM development
2# platform, check out www.pandaboard.org
3#
4# For more information on this file, please read the handbook section on
5# 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: head/sys/arm/conf/PANDABOARD 239281 2012-08-15 06:31:32Z gonzo $
19# $FreeBSD: head/sys/arm/conf/PANDABOARD 240572 2012-09-16 19:48:48Z jmg $
20
21ident PANDABOARD
22
23
24
25# This probably wants to move somewhere else. Maybe we can create a basic
26# OMAP4340 config, then make a PANDABOARD config that includes the basic one,
27# adds the start addresses and custom devices plus pulls in this hints file.

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

41options INET #InterNETworking
42#options INET6 #IPv6 communications protocols
43options FFS #Berkeley Fast Filesystem
44options SOFTUPDATES #Enable FFS soft updates support
45options UFS_ACL #Support for access control lists
46options UFS_DIRHASH #Improve performance on big directories
47options NFSCLIENT #Network Filesystem Client
48device snp
20
21ident PANDABOARD
22
23
24
25# This probably wants to move somewhere else. Maybe we can create a basic
26# OMAP4340 config, then make a PANDABOARD config that includes the basic one,
27# adds the start addresses and custom devices plus pulls in this hints file.

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

41options INET #InterNETworking
42#options INET6 #IPv6 communications protocols
43options FFS #Berkeley Fast Filesystem
44options SOFTUPDATES #Enable FFS soft updates support
45options UFS_ACL #Support for access control lists
46options UFS_DIRHASH #Improve performance on big directories
47options NFSCLIENT #Network Filesystem Client
48device snp
49#options NFSCL
49#options NFSCL
50#options NFSSERVER #Network Filesystem Server
51options NFS_ROOT #NFS usable as /, requires NFSCLIENT
50#options NFSSERVER #Network Filesystem Server
51options NFS_ROOT #NFS usable as /, requires NFSCLIENT
52options BREAK_TO_DEBUGGER
53options BOOTP_NFSROOT
54options BOOTP_COMPAT
55options BOOTP
56options BOOTP_NFSV3
57options BOOTP_WIRED_TO=ue0
52options BREAK_TO_DEBUGGER
53options BOOTP_NFSROOT
54options BOOTP_COMPAT
55options BOOTP
56options BOOTP_NFSV3
57options BOOTP_WIRED_TO=ue0
58options MSDOSFS #MSDOS Filesystem
59#options CD9660 #ISO 9660 Filesystem
60#options PROCFS #Process filesystem (requires PSEUDOFS)
61options PSEUDOFS #Pseudo-filesystem framework
62options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
63options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
64options KTRACE #ktrace(1) support
65options SYSVSHM #SYSV-style shared memory

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

88device uart_ns8250
89
90device gpio
91
92device pty
93
94device pl310 # PL310 L2 cache controller
95# Debugging for use in -current
58options MSDOSFS #MSDOS Filesystem
59#options CD9660 #ISO 9660 Filesystem
60#options PROCFS #Process filesystem (requires PSEUDOFS)
61options PSEUDOFS #Pseudo-filesystem framework
62options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
63options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
64options KTRACE #ktrace(1) support
65options SYSVSHM #SYSV-style shared memory

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

88device uart_ns8250
89
90device gpio
91
92device pty
93
94device pl310 # PL310 L2 cache controller
95# Debugging for use in -current
96#options VERBOSE_SYSINIT #Enable verbose sysinit messages
96#options VERBOSE_SYSINIT #Enable verbose sysinit messages
97options KDB
98options DDB #Enable the kernel debugger
99#options INVARIANTS #Enable calls of extra sanity checking
100#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
101#options WITNESS #Enable checks to detect deadlocks and cycles
102#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
103#options DIAGNOSTIC
104
105device md
106
107# The following enables MFS as root, this seems similar to an initramfs or initrd
108# as used in Linux.
97options KDB
98options DDB #Enable the kernel debugger
99#options INVARIANTS #Enable calls of extra sanity checking
100#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
101#options WITNESS #Enable checks to detect deadlocks and cycles
102#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
103#options DIAGNOSTIC
104
105device md
106
107# The following enables MFS as root, this seems similar to an initramfs or initrd
108# as used in Linux.
109# options MD_ROOT
110# options MD_ROOT_SIZE=7560
109#options MD_ROOT
110#options MD_ROOT_SIZE=7560
111
112device random # Entropy device
113
114# USB support
115device usb
116options USB_DEBUG
111
112device random # Entropy device
113
114# USB support
115device usb
116options USB_DEBUG
117#options USB_REQ_DEBUG
118#options USB_VERBOSE
117#options USB_REQ_DEBUG
118#options USB_VERBOSE
119device ohci
120device ehci
121device umass
122device scbus # SCSI bus (required for SCSI)
123device da # Direct Access (disks)
124
125
126# USB Ethernet support, requires miibus
127device miibus
119device ohci
120device ehci
121device umass
122device scbus # SCSI bus (required for SCSI)
123device da # Direct Access (disks)
124
125
126# USB Ethernet support, requires miibus
127device miibus
128# device axe # ASIX Electronics USB Ethernet
128#device axe # ASIX Electronics USB Ethernet
129device smsc # SMSC LAN95xx USB Ethernet
130
131
132# OMAP-specific devices
133device ti_sdma
134device twl
135device twl_vreg
136device twl_clks
137
138# Flattened Device Tree
139options FDT
140options FDT_DTB_STATIC
141makeoptions FDT_DTS_FILE=pandaboard.dts
142
129device smsc # SMSC LAN95xx USB Ethernet
130
131
132# OMAP-specific devices
133device ti_sdma
134device twl
135device twl_vreg
136device twl_clks
137
138# Flattened Device Tree
139options FDT
140options FDT_DTB_STATIC
141makeoptions FDT_DTS_FILE=pandaboard.dts
142
143# device vfp # vfp/neon
144# options ARM_VFP_SUPPORT # vfp/neon
143#device vfp # vfp/neon
144#options ARM_VFP_SUPPORT # vfp/neon