]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/mips/conf/BERI_NETFPGA_MDROOT
MFC r259267:
[FreeBSD/stable/10.git] / sys / mips / conf / BERI_NETFPGA_MDROOT
1 #
2 # BERI_NETFPGA_MDROOT -- Kernel for the SRI/Cambridge "BERI" (Bluespec Extensible
3 # RISC Implementation) FPGA soft core, as configured in its NetFPGA reference
4 # configuration.
5 #
6 # $FreeBSD$
7 #
8
9 include "BERI_TEMPLATE"
10
11 ident           BERI_NETFPGA_MDROOT
12
13 options         FDT
14 options         FDT_DTB_STATIC
15 makeoptions     FDT_DTS_FILE=beri-netfpga.dts
16
17 device          uart
18
19 #
20 # This kernel configuration uses an embedded memory root file system.
21 # Adjust the following path and size based on local requirements.
22 #
23 options         MD_ROOT                 # MD is a potential root device
24 options         MD_ROOT_SIZE=26112      # 25.5MB
25 options         ROOTDEVNAME=\"ufs:md0\"
26 #makeoptions    MFS_IMAGE=/foo/baz/baz/mdroot.img
27
28 # end