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

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 # Specific board setup for the Atheros AP94 reference board.
    3 #
    4 # The AP94 has the following hardware:
    5 #
    6 # + AR7161 CPU SoC
    7 # + AR9223 2.4GHz 11n
    8 # + AR9220 5GHz 11n
    9 # + AR8216 10/100 switch
   10 # + m25p64 based 8MB flash
   11 # + 32mb RAM
   12 # + uboot environment
   13 
   14 # $FreeBSD: releng/12.0/sys/mips/conf/AP94 291049 2015-11-19 01:58:12Z imp $
   15 
   16 #NO_UNIVERSE
   17 
   18 include         "AR71XX_BASE"
   19 ident           "AP94"
   20 hints           "AP94.hints"
   21 
   22 # GEOM modules
   23 device          geom_redboot    # to get access to the SPI flash partitions
   24 device          geom_uzip       # compressed in-memory filesystem hackery!
   25 options         GEOM_UZIP
   26 
   27 options         ROOTDEVNAME=\"ufs:md0.uzip\"
   28 options         AR71XX_REALMEM=32*1024*1024
   29 
   30 options         AR71XX_ENV_UBOOT
   31 
   32 # options       MD_ROOT
   33 # options       MD_ROOT_SIZE="6144"
   34 
   35 options         AR71XX_ATH_EEPROM       # Fetch EEPROM/PCI config from flash
   36 options         ATH_EEPROM_FIRMWARE     # Use EEPROM from flash
   37 device          firmware                # Used by the above

Cache object: 4e249868f212465fe4aa7f4228dac037


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