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/mips/conf/TL-ARCHERC7V2

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 # TP-Link Archer C7 - based on the AP135 reference design.
    3 #
    4 # This contains a QCA9558 MIPS74k SoC with on-board 3x3 2GHz wifi,
    5 # 128MiB RAM, an AR8327 5-port gigabit ethernet switch and
    6 # a QCA 11ac 5GHz AP NIC.
    7 #
    8 # The to things not currently support are the QCA 11ac NIC and
    9 # PCIe host controllers - there's two of them, and the existing
   10 # PCIe code here doesn't support that just yet.
   11 #
   12 # $FreeBSD: releng/11.0/sys/mips/conf/TL-ARCHERC7V2 295945 2016-02-24 00:39:36Z sobomax $
   13 #
   14 
   15 #NO_UNIVERSE
   16 
   17 # Include the default QCA955x parameters
   18 include         "QCA955X_BASE"
   19 
   20 ident           TL-ARCHERC7V2
   21 
   22 # Override hints with board values
   23 hints           "TL-ARCHERC7V2.hints"
   24 
   25 # Force the board memory - this has 128MiB RAM
   26 options         AR71XX_REALMEM=(128*1024*1024)
   27 
   28 # i2c GPIO bus
   29 #device         gpioiic
   30 #device         iicbb
   31 #device         iicbus
   32 #device         iic
   33 
   34 # Options required for miiproxy and mdiobus
   35 options         ARGE_MDIO       # Export an MDIO bus separate from arge
   36 device          miiproxy        # MDIO bus <-> MII PHY rendezvous
   37 
   38 device          etherswitch
   39 device          arswitch
   40 
   41 # read MSDOS formatted disks - USB
   42 options         MSDOSFS
   43 
   44 # Enable the uboot environment stuff rather then the
   45 # redboot stuff.
   46 options         AR71XX_ENV_UBOOT
   47 
   48 # uzip - to boot natively from flash
   49 device          geom_uzip
   50 options         GEOM_UZIP
   51 
   52 # Used for the static uboot partition map
   53 device          geom_map
   54 
   55 # yes, this board has a PCIe connected atheros device
   56 # add ath_pci so it can at least attach things when there's a
   57 # ath(4) in there, rather than the 11ac chip we don't support.
   58 device          pci
   59 device          qca955x_pci
   60 
   61 device          ath_pci
   62 options         AR71XX_ATH_EEPROM
   63 device          firmware                # Used by the above
   64 options         ATH_EEPROM_FIRMWARE
   65 
   66 # Boot off of the rootfs, as defined in the geom_map setup.
   67 options         ROOTDEVNAME=\"ufs:map/rootfs.uzip\"
   68 
   69 # Default to accept
   70 options         IPFIREWALL_DEFAULT_TO_ACCEPT

Cache object: d6ac0d2a5df2374d49cf2ec37dc98954


[ 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.