]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/PANDABOARD
Update to ELF Tool Chain r3475
[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 options         INTRNG
64
65 # ARM MPCore timer
66 device          mpcore_timer
67
68 # MMC/SD/SDIO Card slot support
69 device          mmc                     # mmc/sd bus
70 device          mmcsd                   # mmc/sd flash cards
71 device          sdhci                   # mmc/sd host controller
72
73 # I2C support
74 device          iicbus
75 device          iic
76 device          ti_i2c
77
78 # Console and misc
79 device          uart
80 device          uart_ns8250
81 device          pty
82 device          snp
83 device          md
84 device          random                  # Entropy device
85 device          pl310                   # PL310 L2 cache controller
86
87 # GPIO
88 device          gpio
89 device          gpioled
90
91 # The following enables MFS as root, this seems similar to an initramfs or initrd
92 # as used in Linux.
93 #options        MD_ROOT
94 #options        MD_ROOT_SIZE=7560
95
96
97
98 # USB support
99 device          usb
100 options         USB_HOST_ALIGN=64       # Align usb buffers to cache line size.
101 options         USB_DEBUG
102 #options        USB_REQ_DEBUG
103 #options        USB_VERBOSE
104 device          ohci
105 device          ehci
106 device          umass
107 device          scbus                   # SCSI bus (required for ATA/SCSI)
108 device          da                      # Direct Access (disks)
109
110 # Ethernet
111 device          loop
112 device          ether
113 device          mii
114 device          smc
115 device          smcphy
116 device          bpf
117
118 # USB Ethernet support, requires miibus
119 device          miibus
120 #device         axe                     # ASIX Electronics USB Ethernet
121 device          smsc                    # SMSC LAN95xx USB Ethernet
122
123
124 # OMAP-specific devices
125 device          ti_sdma
126 device          twl
127 device          twl_vreg
128 device          twl_clks
129
130 # Flattened Device Tree
131 options         FDT                     # Configure using FDT/DTB data
132 options         FDT_DTB_STATIC
133 makeoptions     FDT_DTS_FILE=pandaboard.dts