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

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 # Carambola 2 - an AR933x based SoC wifi device.
    3 #
    4 # http://shop.8devices.com/wifi4things/carambola2
    5 #
    6 # * AR9330 SoC
    7 # * 64MB RAM
    8 # * 16MB flash
    9 # * Integrated 1x1 2GHz wifi and 10/100 bridge
   10 #
   11 # $FreeBSD$
   12 #
   13 
   14 #NO_UNIVERSE
   15 
   16 # Include the default AR933x parameters
   17 include         "std.AR933X"
   18 
   19 ident           CARAMBOLA2
   20 
   21 # Override hints with board values
   22 hints           "CARAMBOLA2.hints"
   23 
   24 # Board memory - 64MB
   25 options         AR71XX_REALMEM=(64*1024*1024)
   26 
   27 options EARLY_PRINTF
   28 
   29 # i2c GPIO bus
   30 #device         gpioiic
   31 #device         iicbb
   32 #device         iicbus
   33 #device         iic
   34 
   35 # Options required for miiproxy and mdiobus
   36 options         ARGE_DEBUG
   37 options         ARGE_MDIO       # Export an MDIO bus separate from arge
   38 device          miiproxy        # MDIO bus <-> MII PHY rendezvous
   39 
   40 device          etherswitch
   41 device          arswitch
   42 
   43 # read MSDOS formatted disks - USB
   44 #options        MSDOSFS
   45 
   46 # Enable the uboot environment stuff rather then the
   47 # redboot stuff.
   48 options         AR71XX_ENV_UBOOT
   49 
   50 # uzip - to boot natively from flash
   51 device          xz
   52 options         GEOM_UZIP
   53 
   54 # Used for the static uboot partition map
   55 device          geom_map
   56 
   57 # Boot off of the rootfs, as defined in the geom_map setup.
   58 options         ROOTDEVNAME=\"ufs:map/rootfs.uzip\"

Cache object: e1c7e0df9bd012194204989d1acdc7db


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