The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/arm/conf/ZEDBOARD

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 #
    2 # ZEDBOARD -- Custom configuration for the Xilinx Zynq-7000 based
    3 #             ZedBoard (www.zedboard.org) and similar Zynq boards.
    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 #    https://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 (https://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           ZEDBOARD
   23 
   24 include         "std.armv7"
   25 include         "../xilinx/std.zynq7"
   26 
   27 makeoptions     MODULES_EXTRA="dtb/zynq"
   28 
   29 options         SCHED_ULE               # ULE scheduler
   30 options         PLATFORM                # Platform based SoC
   31 #options        NFSSD                   # Network Filesystem Server
   32 options         SMP                     # Enable multiple cores
   33 
   34 # NFS root from boopt/dhcp
   35 #options        BOOTP
   36 #options        BOOTP_NFSROOT
   37 #options        BOOTP_COMPAT
   38 #options        BOOTP_NFSV3
   39 
   40 options         ROOTDEVNAME=\"ufs:mmcsd0s2a\"
   41 
   42 # Interrupt controller
   43 device          gic
   44 
   45 # Cache controller
   46 device          pl310                   # PL310 L2 cache controller
   47 # ARM MPCore timer
   48 device          mpcore_timer
   49 
   50 device          loop
   51 device          ether
   52 device          cgem                    # Cadence GEM Gigabit Ethernet device
   53 device          mii
   54 device          e1000phy
   55 device          rgephy                  # Zybo uses Realtek RTL8211E
   56 device          pty
   57 device          uart
   58 device          gpio
   59 
   60 device          spibus
   61 device          spigen
   62 device          mx25l
   63 device          zy7_qspi                # Xilinx Zynq QSPI controller
   64 device          zy7_spi                 # Xilinx Zynq SPI controller
   65 
   66 device          md
   67 device          mmc                     # mmc/sd bus
   68 device          mmcsd                   # mmc/sd flash cards
   69 device          sdhci                   # generic sdhci
   70 device          bpf                     # Berkeley packet filter
   71 
   72 # USB support
   73 device          usb
   74 device          ehci
   75 device          umass
   76 device          scbus                   # SCSI bus (required for ATA/SCSI)
   77 device          da                      # Direct Access (disks)
   78 device          axe                     # USB-Ethernet
   79 
   80 
   81 # Flattened Device Tree
   82 options         FDT                     # Configure using FDT/DTB data
   83 #options        FDT_DTB_STATIC
   84 #makeoptions    FDT_DTS_FILE=zedboard.dts
   85 

Cache object: 1e8c6b15e9f01c5576d94eebf24ccfd4


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.