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/AP121

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 # AP121 - the AP121 reference board from Qualcomm Atheros includes:
    3 #
    4 # * AR9330 SoC
    5 # * 16MB RAM
    6 # * 4MB flash
    7 # * Integrated 1x1 2GHz wifi and 10/100 bridge
    8 #
    9 # $FreeBSD: releng/11.1/sys/mips/conf/AP121 295945 2016-02-24 00:39:36Z sobomax $
   10 #
   11 
   12 #NO_UNIVERSE
   13 
   14 # Include the default AR933x parameters
   15 include         "AR933X_BASE"
   16 
   17 ident           AP121
   18 
   19 # Override hints with board values
   20 hints           "AP121.hints"
   21 
   22 # Force the board memory - the base AP121 only has 16MB RAM
   23 options         AR71XX_REALMEM=(16*1024*1024)
   24 
   25 # i2c GPIO bus
   26 #device         gpioiic
   27 #device         iicbb
   28 #device         iicbus
   29 #device         iic
   30 
   31 # Options required for miiproxy and mdiobus
   32 options         ARGE_MDIO       # Export an MDIO bus separate from arge
   33 device          miiproxy        # MDIO bus <-> MII PHY rendezvous
   34 
   35 device          etherswitch
   36 device          arswitch
   37 
   38 # read MSDOS formatted disks - USB
   39 #options        MSDOSFS
   40 
   41 # Enable the uboot environment stuff rather then the
   42 # redboot stuff.
   43 options         AR71XX_ENV_UBOOT
   44 
   45 # uzip - to boot natively from flash
   46 device          geom_uzip
   47 options         GEOM_UZIP
   48 
   49 # Used for the static uboot partition map
   50 device          geom_map
   51 
   52 # Boot off of the rootfs, as defined in the geom_map setup.
   53 options         ROOTDEVNAME=\"ufs:map/rootfs.uzip\"

Cache object: 1332d60ffd96e48e27a9c5a311735401


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