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/DIR-825C1

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 # $FreeBSD$
    2 #
    3 # Specific board setup for the D-Link DIR-825C1 router.
    4 #
    5 # The DIR-825C1 has the following hardware:
    6 #
    7 # + AR9344 CPU SoC 74k MIPS
    8 # + ARxxx 2.4GHz 11n
    9 # + ARXXX 5GHz 11n
   10 # + AR8327 Gigabit switch
   11 # + m25p80 based 16MB flash
   12 # + 128MB RAM
   13 # + uboot environment
   14 
   15 #NO_UNIVERSE
   16 
   17 # Include the default AR934x parameters
   18 include         "std.AR934X"
   19 ident           DIR825C1
   20 
   21 # Override hints with board values
   22 hints           "DIR-825C1.hints"
   23 
   24 # Force the board memory - the base DB120 has 128MB RAM
   25 options         AR71XX_REALMEM=(128*1024*1024)
   26 
   27 # Options required for miiproxy and mdiobus
   28 options         ARGE_MDIO       # Export an MDIO bus separate from arge
   29 device          miiproxy        # MDIO bus <-> MII PHY rendezvous
   30 
   31 device          etherswitch
   32 device          arswitch
   33 
   34 # read MSDOS formatted disks - USB
   35 options         MSDOSFS
   36 
   37 # Enable the uboot environment stuff rather then the
   38 # redboot stuff.
   39 options         AR71XX_ENV_UBOOT
   40 
   41 # Used for the static uboot partition map
   42 device          geom_map
   43 
   44 # uzip - to boot natively from flash
   45 options         GEOM_UZIP
   46 options         GEOM_PART_GPT
   47 
   48 # yes, this board has a PCI connected atheros device
   49 options         AR71XX_ATH_EEPROM
   50 device          firmware                # Used by the above
   51 options         ATH_EEPROM_FIRMWARE
   52 
   53 # Boot off of the rootfs, as defined in the geom_map setup.
   54 options         ROOTDEVNAME=\"ufs:map/rootfs.uzip\"
   55 
   56 # In order to netboot, you have to build the mfsroot into the kernel
   57 # 19443712 or 19M is the biggest rootfs via netboot this thing supports
   58 #options         MD_ROOT         # md device usable as a potential root device
   59 #options         MD_ROOT_SIZE=19444
   60 #makeoptions     MFS_IMAGE=/tftpboot/mfsroot-dir825c1.img.ulzma
   61 #options         ROOTDEVNAME=\"ufs:md0.uzip\"

Cache object: 9d379e2aaea99b7f64ab1f9c6347db25


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