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/10.0/sys/mips/conf/AP121 249124 2013-04-05 01:38:13Z adrian $
   10 #
   11 
   12 # Include the default AR933x parameters
   13 include         "AR933X_BASE"
   14 
   15 ident           AP121
   16 
   17 # Override hints with board values
   18 hints           "AP121.hints"
   19 
   20 # Force the board memory - the base AP121 only has 16MB RAM
   21 options         AR71XX_REALMEM=(16*1024*1024)
   22 
   23 # i2c GPIO bus
   24 #device         gpioiic
   25 #device         iicbb
   26 #device         iicbus
   27 #device         iic
   28 
   29 # Options required for miiproxy and mdiobus
   30 options         ARGE_MDIO       # Export an MDIO bus separate from arge
   31 device          miiproxy        # MDIO bus <-> MII PHY rendezvous
   32 
   33 device          etherswitch
   34 device          arswitch
   35 
   36 # read MSDOS formatted disks - USB
   37 #options                MSDOSFS
   38 
   39 # Enable the uboot environment stuff rather then the
   40 # redboot stuff.
   41 options         AR71XX_ENV_UBOOT
   42 
   43 # uzip - to boot natively from flash
   44 device          geom_uncompress
   45 options         GEOM_UNCOMPRESS
   46 
   47 # Used for the static uboot partition map
   48 device          geom_map
   49 
   50 # Boot off of the rootfs, as defined in the geom_map setup.
   51 options         ROOTDEVNAME=\"ufs:map/rootfs.uncompress\"

Cache object: 80ea021cae6a47b6abf5c6ea377c3b0b


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