]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/PANDABOARD
Add ELF Tool Chain's brandelf(1) to contrib
[FreeBSD/FreeBSD.git] / sys / arm / conf / PANDABOARD
1 #
2 # PANDABOARD -- Custom configuration for the PandaBoard ARM development
3 # platform, check out www.pandaboard.org
4 #
5 # For more information on this file, please read the config(5) manual page,
6 # and/or the handbook section on Kernel Configuration Files:
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 #
20 # $FreeBSD$
21
22 ident           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
28 hints           "PANDABOARD.hints"
29
30 include         "std.armv6"
31 include         "../ti/omap4/pandaboard/std.pandaboard"
32
33 options         HZ=100
34 options         SCHED_ULE               # ULE scheduler
35 options         PLATFORM
36 options         SMP                     # Enable multiple cores
37
38 # Debugging for use in -current
39 makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols
40 options         ALT_BREAK_TO_DEBUGGER
41 #options        VERBOSE_SYSINIT         # Enable verbose sysinit messages
42 options         KDB                     # Enable kernel debugger support
43 # For minimum debugger support (stable branch) use:
44 #options        KDB_TRACE               # Print a stack trace for a panic
45 # For full debugger support use this instead:
46 options         DDB                     # Enable the kernel debugger
47 #options        INVARIANTS              # Enable calls of extra sanity checking
48 #options        INVARIANT_SUPPORT       # Extra sanity checks of internal structures, required by INVARIANTS
49 #options        WITNESS                 # Enable checks to detect deadlocks and cycles
50 #options        WITNESS_SKIPSPIN        # Don't run witness on spinlocks for speed
51 #options        DIAGNOSTIC
52
53 # NFS root from boopt/dhcp
54 #options        BOOTP
55 #options        BOOTP_NFSROOT
56 #options        BOOTP_COMPAT
57 #options        BOOTP_NFSV3
58 #options        BOOTP_WIRED_TO=ue0
59
60 device          fdt_pinctrl
61 # Interrupt controller
62 device          gic
63
64 # MMC/SD/SDIO Card slot support
65 device          mmc                     # mmc/sd bus
66 device          mmcsd                   # mmc/sd flash cards
67 device          sdhci                   # mmc/sd host controller
68
69 # I2C support
70 device          iicbus
71 device          iic
72 device          ti_i2c
73
74 # Console and misc
75 device          uart
76 device          uart_ns8250
77 device          pty
78 device          snp
79 device          md
80 device          random                  # Entropy device
81 device          pl310                   # PL310 L2 cache controller
82
83 # GPIO
84 device          gpio
85 device          gpioled
86
87 # The following enables MFS as root, this seems similar to an initramfs or initrd
88 # as used in Linux.
89 #options        MD_ROOT
90 #options        MD_ROOT_SIZE=7560
91
92
93
94 # USB support
95 device          usb
96 options         USB_HOST_ALIGN=64       # Align usb buffers to cache line size.
97 options         USB_DEBUG
98 #options        USB_REQ_DEBUG
99 #options        USB_VERBOSE
100 device          ohci
101 device          ehci
102 device          umass
103 device          scbus                   # SCSI bus (required for ATA/SCSI)
104 device          da                      # Direct Access (disks)
105
106 # Ethernet
107 device          loop
108 device          ether
109 device          mii
110 device          smc
111 device          smcphy
112 device          bpf
113
114 # USB Ethernet support, requires miibus
115 device          miibus
116 #device         axe                     # ASIX Electronics USB Ethernet
117 device          smsc                    # SMSC LAN95xx USB Ethernet
118
119
120 # OMAP-specific devices
121 device          ti_sdma
122 device          twl
123 device          twl_vreg
124 device          twl_clks
125
126 # Flattened Device Tree
127 options         FDT                     # Configure using FDT/DTB data
128 options         FDT_DTB_STATIC
129 makeoptions     FDT_DTS_FILE=pandaboard.dts