]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/NOTES
Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp
[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_81342
9 cpu     CPU_XSCALE_IXP425
10 cpu     CPU_XSCALE_IXP435
11 cpu     CPU_XSCALE_PXA2X0
12
13 files   "../at91/files.at91"
14 files   "../cavium/cns11xx/files.econa"
15 files   "../mv/files.mv"
16 files   "../mv/discovery/files.db78xxx"
17 files   "../mv/kirkwood/files.kirkwood"
18 files   "../mv/orion/files.db88f5xxx"
19 files   "../mv/orion/files.ts7800"
20 files   "../xscale/i8134x/files.crb"
21 files   "../xscale/i8134x/files.i81342"
22 files   "../xscale/ixp425/files.avila"
23 files   "../xscale/ixp425/files.ixp425"
24 files   "../xscale/pxa/files.pxa"
25
26 options         PHYSADDR=0x00000000
27
28 makeoptions     CONF_CFLAGS+="-march=armv5te"
29 makeoptions     LDFLAGS="-zmuldefs"
30 makeoptions     KERNPHYSADDR=0x00000000
31
32 options         FDT
33
34 options         SOC_MV_DISCOVERY
35 options         SOC_MV_KIRKWOOD
36 options         SOC_MV_ORION
37
38 device          at91_board_bwct
39 device          at91_board_ethernut5
40 device          at91_board_hl200
41 device          at91_board_hl201
42 device          at91_board_kb920x
43 device          at91_board_qila9g20
44 device          at91_board_sam9260ek
45 device          at91_board_sam9g20ek
46 device          at91_board_sam9x25ek
47 device          at91_board_tsc4370
48 device          at91rm9200
49 device          nand
50
51 # IIC
52 device          twsi
53
54 nooptions       SMP
55 nooptions       MAXCPU
56
57 nooptions       COMPAT_FREEBSD4
58 nooptions       COMPAT_FREEBSD5
59 nooptions       COMPAT_FREEBSD6
60 nooptions       COMPAT_FREEBSD7
61 nooptions       COMPAT_FREEBSD9
62 nooption        PPC_PROBE_CHIPSET
63
64 nodevice        fdc
65 nodevice        sym
66 nodevice        ukbd
67
68 nodevice        sc
69 nodevice        blank_saver
70 nodevice        daemon_saver
71 nodevice        dragon_saver
72 nodevice        fade_saver
73 nodevice        fire_saver
74 nodevice        green_saver
75 nodevice        logo_saver
76 nodevice        rain_saver
77 nodevice        snake_saver
78 nodevice        star_saver
79 nodevice        warp_saver
80
81 nodevice        ccr
82 nodevice        cxgbe
83 nodevice        cxgbev
84 nodevice        snd_cmi
85
86 #
87 # Enable the kernel DTrace hooks which are required to load the DTrace
88 # kernel modules.
89 #
90 options         KDTRACE_HOOKS
91
92 # DTrace core
93 # NOTE: introduces CDDL-licensed components into the kernel
94 #device         dtrace
95
96 # DTrace modules
97 #device         dtrace_profile
98 #device         dtrace_sdt
99 #device         dtrace_fbt
100 #device         dtrace_systrace
101 #device         dtrace_prototype
102 #device         dtnfscl
103 #device         dtmalloc
104
105 # Alternatively include all the DTrace modules
106 #device         dtraceall