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

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

Cache object: 5a318bea5b78bc789c5b6e736e7a2c7a


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