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

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 # Atheros PB47 reference board.
    3 #
    4 # * one MiniPCI+ slot (modified to allow two idsel lines
    5 #   on the one slot, for a specific kind of internal-only
    6 #   NIC;
    7 # * one XMII slot
    8 # * One ethernet PHY
    9 # * Akros Silicon AS1834
   10 # * 8MB NOR SPI flash
   11 # * 64MB RAM
   12 #
   13 # $FreeBSD: releng/10.2/sys/mips/conf/PB47 266331 2014-05-17 17:34:37Z ian $
   14 #
   15 
   16 include         "AR71XX_BASE"
   17 ident           "PB47"
   18 hints           "PB47.hints"
   19 
   20 # Enable the uboot environment stuff rather then the
   21 # redboot stuff.
   22 options         AR71XX_ENV_UBOOT
   23 
   24 # XXX TODO: add uboot boot parameter parsing to extract MAC, RAM.
   25 # Right now it will just detect 32mb out of 64mb, as well as
   26 # return a garbage MAC address.
   27 options         AR71XX_REALMEM=64*1024*1024
   28 
   29 # For DOS - enable if required
   30 options         MSDOSFS
   31 
   32 # uncompress - to boot read-only lzma natively from flash
   33 device          geom_uncompress
   34 options         GEOM_UNCOMPRESS
   35 
   36 # Used for the static uboot partition map
   37 device          geom_map
   38 
   39 # Boot off of the rootfs, as defined in the geom_map setup.
   40 options         ROOTDEVNAME=\"ufs:map/rootfs.uncompress\"

Cache object: 9c3bdc6e2b9031a5edd00cfa3fe5b94e


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