xref: /freebsd/sys/arm/conf/NOTES (revision ea825d02749f382c3f7e17f28247f20a48733eab)
1# $FreeBSD$
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
39options 	ARM_MANY_BOARD
40device		at91_board_bwct
41device		at91_board_ethernut5
42device		at91_board_hl200
43device		at91_board_hl201
44device		at91_board_kb920x
45device		at91_board_qila9g20
46device		at91_board_sam9260ek
47device		at91_board_sam9g20ek
48device		at91_board_sam9x25ek
49device		at91_board_tsc4370
50device		at91rm9200
51device		nand
52
53# IIC
54device		twsi
55
56nooptions	SMP
57nooptions	MAXCPU
58
59nooptions	COMPAT_FREEBSD4
60nooptions	COMPAT_FREEBSD5
61nooptions	COMPAT_FREEBSD6
62nooptions	COMPAT_FREEBSD7
63nooptions	COMPAT_FREEBSD9
64nooption	PPC_PROBE_CHIPSET
65
66nodevice	fdc
67nodevice	sym
68nodevice	ukbd
69
70nodevice	sc
71nodevice	blank_saver
72nodevice	daemon_saver
73nodevice	dragon_saver
74nodevice	fade_saver
75nodevice	fire_saver
76nodevice	green_saver
77nodevice	logo_saver
78nodevice	rain_saver
79nodevice	snake_saver
80nodevice	star_saver
81nodevice	warp_saver
82
83nodevice	ccr
84nodevice	cxgbe
85nodevice	cxgbev
86nodevice	snd_cmi
87
88#
89# Enable the kernel DTrace hooks which are required to load the DTrace
90# kernel modules.
91#
92options 	KDTRACE_HOOKS
93
94# DTrace core
95# NOTE: introduces CDDL-licensed components into the kernel
96#device		dtrace
97
98# DTrace modules
99#device		dtrace_profile
100#device		dtrace_sdt
101#device		dtrace_fbt
102#device		dtrace_systrace
103#device		dtrace_prototype
104#device		dtnfscl
105#device		dtmalloc
106
107# Alternatively include all the DTrace modules
108#device		dtraceall
109