]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/NOTES
Add support for RMII in macb, cribbed slightly from the ate
[FreeBSD/FreeBSD.git] / sys / arm / conf / NOTES
1 # $FreeBSD$
2
3 machine arm
4
5 cpu     CPU_ARM9
6 cpu     CPU_ARM9E
7 cpu     CPU_FA526
8 cpu     CPU_XSCALE_80219
9 cpu     CPU_XSCALE_80321
10 cpu     CPU_XSCALE_81342
11 cpu     CPU_XSCALE_IXP425
12 cpu     CPU_XSCALE_IXP435
13 cpu     CPU_XSCALE_PXA2X0
14
15 files   "../at91/files.at91"
16 files   "../cavium/cns11xx/files.econa"
17 files   "../mv/files.mv"
18 files   "../mv/discovery/files.db78xxx"
19 files   "../mv/kirkwood/files.kirkwood"
20 files   "../mv/orion/files.db88f5xxx"
21 files   "../mv/orion/files.ts7800"
22 files   "../xscale/i8134x/files.crb"
23 files   "../xscale/i8134x/files.i81342"
24 files   "../xscale/ixp425/files.avila"
25 files   "../xscale/ixp425/files.ixp425"
26 files   "../xscale/pxa/files.pxa"
27
28 options         PHYSADDR=0x00000000
29 options         KERNPHYSADDR=0x00000000
30 options         KERNVIRTADDR=0xc0000000
31
32 makeoptions     LDFLAGS="-zmuldefs"
33 makeoptions     KERNPHYSADDR=0x00000000
34 makeoptions     KERNVIRTADDR=0xc0000000
35
36 options         FDT
37
38 options         SOC_MV_DISCOVERY
39 options         SOC_MV_KIRKWOOD
40 options         SOC_MV_ORION
41
42 device          pci
43
44 device          at91_board_bwct
45 device          at91_board_ethernut5
46 device          at91_board_hl200
47 device          at91_board_hl201
48 device          at91_board_kb920x
49 device          at91_board_qila9g20
50 device          at91_board_sam9260ek
51 device          at91_board_sam9g20ek
52 device          at91_board_sam9x25ek
53 device          at91_board_tsc4370
54 device          at91rm9200
55 device          nand
56
57 nooptions       SMP
58 nooptions       MAXCPU
59
60 nooptions       COMPAT_FREEBSD4
61
62 nodevice        fdc
63 nodevice        sym
64 nodevice        ukbd
65
66 nodevice        sc
67 nodevice        blank_saver
68 nodevice        daemon_saver
69 nodevice        dragon_saver
70 nodevice        fade_saver
71 nodevice        fire_saver
72 nodevice        green_saver
73 nodevice        logo_saver
74 nodevice        rain_saver
75 nodevice        snake_saver
76 nodevice        star_saver
77 nodevice        warp_saver
78
79 nodevice        cxgbe
80 nodevice        pcii
81 nodevice        snd_cmi
82 nodevice        tnt4882
83
84 #
85 # Enable the kernel DTrace hooks which are required to load the DTrace
86 # kernel modules.
87 #
88 options         KDTRACE_HOOKS
89
90 # DTrace core
91 # NOTE: introduces CDDL-licensed components into the kernel
92 #device         dtrace
93
94 # DTrace modules
95 #device         dtrace_profile
96 #device         dtrace_sdt
97 #device         dtrace_fbt
98 #device         dtrace_systrace
99 #device         dtrace_prototype
100 #device         dtnfscl
101 #device         dtmalloc
102
103 # Alternatively include all the DTrace modules
104 #device         dtraceall