]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/mips/conf/DIR-825C1
Update compiler-rt to trunk r230183. This has some of our patches
[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 # Include the default AR934x parameters
16 include         "AR934X_BASE"
17 ident           DIR825C1
18
19 # Override hints with board values
20 hints           "DIR-825C1.hints"
21
22 # Force the board memory - the base DB120 has 128MB RAM
23 options         AR71XX_REALMEM=(128*1024*1024)
24
25 # i2c GPIO bus
26 device          gpioiic
27 device          iicbb
28 device          iicbus
29 device          iic
30
31 # Options required for miiproxy and mdiobus
32 options         ARGE_MDIO       # Export an MDIO bus separate from arge
33 device          miiproxy        # MDIO bus <-> MII PHY rendezvous
34
35 device          etherswitch
36 device          arswitch
37
38 # read MSDOS formatted disks - USB
39 options         MSDOSFS
40
41 # Enable the uboot environment stuff rather then the
42 # redboot stuff.
43 options         AR71XX_ENV_UBOOT
44
45 # Used for the static uboot partition map
46 device          geom_map
47
48 # uzip - to boot natively from flash
49 options         GEOM_UNCOMPRESS
50 options         GEOM_PART_GPT
51
52 # yes, this board has a PCI connected atheros device
53 device          ath_pci
54 options         AR71XX_ATH_EEPROM
55 device          firmware                # Used by the above
56 options         ATH_EEPROM_FIRMWARE
57
58 # Boot off of the rootfs, as defined in the geom_map setup.
59 options         ROOTDEVNAME=\"ufs:map/rootfs.uncompress\"
60
61 # In order to netboot, you have to build the mfsroot into the kernel
62 # 19443712 or 19M is the biggest rootfs via netboot this thing supports
63 #options         MD_ROOT         # md device usable as a potential root device
64 #options         MD_ROOT_SIZE=19444
65 #makeoptions     MFS_IMAGE=/tftpboot/mfsroot-dir825c1.img.ulzma
66 #options         ROOTDEVNAME=\"ufs:md0.uncompress\"