]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - sys/mips/conf/BERI_NETFPGA_MDROOT
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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         HZ=100
14
15 options         FDT
16 options         FDT_DTB_STATIC
17 makeoptions     FDT_DTS_FILE=beri-netfpga.dts
18
19 #device         uart
20 device          altera_jtag_uart
21
22 device          bpf
23
24 options         DEVICE_POLLING
25 device          netfpga10g_nf10bmac
26
27 #
28 # This kernel configuration uses an embedded memory root file system.
29 # Adjust the following path and size based on local requirements.
30 #
31 options         MD_ROOT                 # MD is a potential root device
32 options         MD_ROOT_SIZE=26112      # 25.5MB
33 options         ROOTDEVNAME=\"ufs:md0\"
34 #makeoptions    MFS_IMAGE=/foo/baz/baz/mdroot.img
35
36 # end