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

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

Cache object: b8ad33dc1bb944bd0c25cfeed4fa4664


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