xref: /freebsd/sys/arm/conf/NOTES (revision 14b841d4a8e6c25d964f5e3bbda379a1541a27ec)
1# $FreeBSD$
2
3machine	arm
4
5cpu	CPU_ARM9E
6
7files	"../mv/files.mv"
8files	"../mv/discovery/files.db78xxx"
9files	"../mv/kirkwood/files.kirkwood"
10files	"../mv/orion/files.db88f5xxx"
11files	"../mv/orion/files.ts7800"
12
13options 	PHYSADDR=0x00000000
14
15makeoptions	CONF_CFLAGS+="-march=armv5te"
16makeoptions	LDFLAGS="-zmuldefs"
17makeoptions	KERNPHYSADDR=0x00000000
18
19options 	FDT
20
21options 	SOC_MV_DISCOVERY
22options 	SOC_MV_KIRKWOOD
23options 	SOC_MV_ORION
24
25options 	ARM_MANY_BOARD
26device		nand
27
28# IIC
29device		twsi
30
31nooptions	SMP
32nooptions	MAXCPU
33
34nooptions	COMPAT_FREEBSD4
35nooptions	COMPAT_FREEBSD5
36nooptions	COMPAT_FREEBSD6
37nooptions	COMPAT_FREEBSD7
38nooptions	COMPAT_FREEBSD9
39nooption	PPC_PROBE_CHIPSET
40
41nodevice	fdc
42nodevice	sym
43nodevice	ukbd
44
45nodevice	sc
46nodevice	blank_saver
47nodevice	daemon_saver
48nodevice	dragon_saver
49nodevice	fade_saver
50nodevice	fire_saver
51nodevice	green_saver
52nodevice	logo_saver
53nodevice	rain_saver
54nodevice	snake_saver
55nodevice	star_saver
56nodevice	warp_saver
57
58nodevice	ccr
59nodevice	cxgbe
60nodevice	cxgbev
61nodevice	snd_cmi
62
63#
64# Enable the kernel DTrace hooks which are required to load the DTrace
65# kernel modules.
66#
67options 	KDTRACE_HOOKS
68
69# DTrace core
70# NOTE: introduces CDDL-licensed components into the kernel
71#device		dtrace
72
73# DTrace modules
74#device		dtrace_profile
75#device		dtrace_sdt
76#device		dtrace_fbt
77#device		dtrace_systrace
78#device		dtrace_prototype
79#device		dtnfscl
80#device		dtmalloc
81
82# Alternatively include all the DTrace modules
83#device		dtraceall
84