]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/mips/conf/DIR-825C1
Merge bmake-20180512
[FreeBSD/FreeBSD.git] / sys / mips / conf / DIR-825C1
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\"