]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/mips/conf/BERI_DE4_BASE
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / mips / conf / BERI_DE4_BASE
1 #
2 # BERI_DE4_BASE -- Kernel for the SRI/Cambridge "BERI" (Bluespec Extensible RISC
3 # Implementation) FPGA soft core, as configured in its Terasic DE-4 reference
4 # configuration.  This kernel configration must be further specialized to
5 # to include a root filesystem specification.
6 #
7 # $FreeBSD$
8 #
9
10 include "BERI_TEMPLATE"
11
12 ident           BERI_DE4_BASE
13
14 options         NFSCL                   # New Network Filesystem Client
15 options         NFSLOCKD                # Network Lock Manager
16 options         NFS_ROOT                # NFS usable as /, requires NFSCL
17
18 options         FDT
19 options         FDT_DTB_STATIC
20 makeoptions     FDT_DTS_FILE=beripad-de4.dts
21
22 hints           "BERI_DE4.hints"        # Flash partitions still use hints.
23
24 device          altera_atse
25 device          altera_avgen
26 device          altera_jtag_uart
27 device          altera_sdcard
28 device          terasic_de4led
29 device          terasic_mtl
30
31 device          bpf
32 device          cfi
33 device          cfid
34 options         CFI_SUPPORT_STRATAFLASH
35 options         ATSE_CFI_HACK
36 device          sc
37
38 device          uart
39
40 device          miibus
41 options         DEVICE_POLLING
42