NOTES revision 306664
1# $FreeBSD: stable/11/sys/arm/conf/NOTES 306664 2016-10-03 23:49:05Z jhb $
2
3machine	arm
4
5cpu	CPU_ARM9
6cpu	CPU_ARM9E
7cpu	CPU_FA526
8cpu 	CPU_XSCALE_81342
9cpu 	CPU_XSCALE_IXP425
10cpu 	CPU_XSCALE_IXP435
11cpu	CPU_XSCALE_PXA2X0
12
13files	"../at91/files.at91"
14files	"../cavium/cns11xx/files.econa"
15files	"../mv/files.mv"
16files	"../mv/discovery/files.db78xxx"
17files	"../mv/kirkwood/files.kirkwood"
18files	"../mv/orion/files.db88f5xxx"
19files	"../mv/orion/files.ts7800"
20files	"../xscale/i8134x/files.crb"
21files	"../xscale/i8134x/files.i81342"
22files	"../xscale/ixp425/files.avila"
23files	"../xscale/ixp425/files.ixp425"
24files	"../xscale/pxa/files.pxa"
25
26options 	PHYSADDR=0x00000000
27options 	KERNVIRTADDR=0xc0000000
28
29makeoptions	LDFLAGS="-zmuldefs"
30makeoptions	KERNPHYSADDR=0x00000000
31makeoptions	KERNVIRTADDR=0xc0000000
32
33options 	FDT
34
35options 	SOC_MV_DISCOVERY
36options 	SOC_MV_KIRKWOOD
37options 	SOC_MV_ORION
38
39device		at91_board_bwct
40device		at91_board_ethernut5
41device		at91_board_hl200
42device		at91_board_hl201
43device		at91_board_kb920x
44device		at91_board_qila9g20
45device		at91_board_sam9260ek
46device		at91_board_sam9g20ek
47device		at91_board_sam9x25ek
48device		at91_board_tsc4370
49device		at91rm9200
50device		nand
51
52# IIC
53device		twsi
54
55nooptions	SMP
56nooptions	MAXCPU
57
58nooptions	COMPAT_FREEBSD4
59nooptions	COMPAT_FREEBSD5
60nooptions	COMPAT_FREEBSD6
61nooptions	COMPAT_FREEBSD7
62nooptions	COMPAT_FREEBSD9
63nooption	PPC_PROBE_CHIPSET
64
65nodevice	fdc
66nodevice	sym
67nodevice	ukbd
68
69nodevice	sc
70nodevice	blank_saver
71nodevice	daemon_saver
72nodevice	dragon_saver
73nodevice	fade_saver
74nodevice	fire_saver
75nodevice	green_saver
76nodevice	logo_saver
77nodevice	rain_saver
78nodevice	snake_saver
79nodevice	star_saver
80nodevice	warp_saver
81
82nodevice	cxgbe
83nodevice	cxgbev
84nodevice	snd_cmi
85
86#
87# Enable the kernel DTrace hooks which are required to load the DTrace
88# kernel modules.
89#
90options 	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
107