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