]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/VERSATILEPB
MFuser/marcel/mkimg:
[FreeBSD/FreeBSD.git] / sys / arm / conf / VERSATILEPB
1 # VERSATILEPB - Configuration for QEMU version of Versatile Platform Board
2 #
3 # For more information on this file, please read the handbook section on
4 # 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
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 
16 # in NOTES.
17 #
18 # $FreeBSD$
19
20 ident           VERSATILEPB
21 machine         arm     armv6
22 cpu             CPU_ARM1176
23
24 files           "../versatile/files.versatile"
25 makeoptions     MODULES_OVERRIDE=""
26
27 options         KERNVIRTADDR=0xc0100000
28 makeoptions     KERNVIRTADDR=0xc0100000
29 options         KERNPHYSADDR=0x00100000
30 makeoptions     KERNPHYSADDR=0x00100000
31 options         PHYSADDR=0x00000000
32 options         FREEBSD_BOOT_LOADER
33 options         LINUX_BOOT_ABI
34
35 makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols
36 options         HZ=100
37
38 options         SCHED_4BSD              # 4BSD scheduler
39 options         INET                    # InterNETworking
40 options         FFS                     # Berkeley Fast Filesystem
41 options         SOFTUPDATES             # Enable FFS soft updates support
42 options         UFS_ACL                 # Support for access control lists
43 options         UFS_DIRHASH             # Improve performance on big directories
44 device          snp
45
46 options         GEOM_PART_BSD           # BSD partition scheme
47 options         GEOM_PART_MBR           # MBR partition scheme
48 options         TMPFS                   # Efficient memory filesystem
49 options         PSEUDOFS                # Pseudo-filesystem framework
50 options         COMPAT_43               # Compatible with BSD 4.3 [KEEP THIS!]
51 options         SCSI_DELAY=5000         # Delay (in ms) before probing SCSI
52 options         KTRACE                  # ktrace(1) support
53 options         SYSVSHM                 # SYSV-style shared memory
54 options         SYSVMSG                 # SYSV-style message queues
55 options         SYSVSEM                 # SYSV-style semaphores
56 options         _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
57 options         KBD_INSTALL_CDEV        # install a CDEV entry in /dev
58 options         ROOTDEVNAME=\"ufs:da0s1a\"
59 options         VFP                     # vfp/neon
60
61 options         PREEMPTION
62
63 device          bpf
64 device          loop
65 device          mii
66 device          mii_bitbang
67 device          smc
68 device          smcphy
69 device          ether
70 device          uart
71 device          pl011
72 device          pl190
73
74 device          pty
75
76 device          pci
77
78 # SCSI Controllers
79 device          sym                     # NCR/Symbios/LSI Logic 53C8XX/53C1010/53C1510D
80
81 # ATA/SCSI peripherals
82 device          scbus                   # SCSI bus (required for ATA/SCSI)
83 device          da                      # Direct Access (disks)
84 device          pass                    # Passthrough device (direct ATA/SCSI access)
85
86 # NOTE: serial console is disabled if syscons enabled
87 # Comment following lines for headless setup
88 device          sc
89 device          kbdmux
90 options         SC_DFLT_FONT            # compile font in
91 makeoptions     SC_DFLT_FONT=cp437
92
93 options         KDB
94 options         DDB                     # Enable the kernel debugger
95 options         INVARIANTS              # Enable calls of extra sanity checking
96 options         INVARIANT_SUPPORT       # Extra sanity checks of internal structures, required by INVARIANTS
97
98 device          md
99 device          random                  # Entropy device
100
101 # Flattened Device Tree
102 options         FDT
103 options         FDT_DTB_STATIC
104 makeoptions     FDT_DTS_FILE=versatilepb.dts