xref: /freebsd/sys/powerpc/conf/QORIQ64 (revision aa24f48b361effe51163877d84f1b70d32b77e04)
1#
2# Custom kernel for Freescale QorIQ (P5xxx, Txxxx) based boards, like
3# AmigaOne X5000
4#
5# $FreeBSD$
6#
7
8cpu		BOOKE
9cpu		BOOKE_E500
10ident		MPC85XX
11
12machine		powerpc	powerpc64
13
14makeoptions	DEBUG="-Wa,-me500 -g"
15makeoptions	WERROR="-Werror -Wno-format -Wno-redundant-decls"
16makeoptions	NO_MODULES=yes
17
18#options 	EARLY_PRINTF
19
20options 	FPU_EMU
21
22options 	BOOTVERBOSE=1
23options 	_KPOSIX_PRIORITY_SCHEDULING
24options 	ALT_BREAK_TO_DEBUGGER
25options 	BREAK_TO_DEBUGGER
26options 	BOOTP
27options 	BOOTP_NFSROOT
28#options 	BOOTP_NFSV3
29options 	CD9660
30#options 	COMPAT_43
31options 	COMPAT_FREEBSD32	#Compatible with FreeBSD/powerpc binaries
32options 	DDB
33#options 	DEADLKRES
34options 	DEVICE_POLLING
35#options 	DIAGNOSTIC
36options 	FDT
37#makeoptions	FDT_DTS_FILE=mpc8555cds.dts
38options 	FFS
39options 	GDB
40options 	GEOM_PART_GPT
41options 	INET
42options 	INET6
43options 	TCP_HHOOK		# hhook(9) framework for TCP
44options 	INVARIANTS
45options 	INVARIANT_SUPPORT
46options 	KDB
47options 	KTRACE
48options 	MD_ROOT
49options 	MPC85XX
50options 	MSDOSFS
51options 	NFS_ROOT
52options 	NFSCL
53options 	NFSLOCKD
54options		PRINTF_BUFR_SIZE=128	# Prevent printf output being interspersed.
55options 	PROCFS
56options 	PSEUDOFS
57options 	SCHED_ULE
58options 	CAPABILITIES
59options 	CAPABILITY_MODE
60options 	SMP
61options 	SYSVMSG
62options 	SYSVSEM
63options 	SYSVSHM
64options 	WITNESS
65options 	WITNESS_SKIPSPIN
66
67device		ata
68device		bpf
69device		cfi
70device		crypto
71device		cryptodev
72device		da
73device		ds1553
74device		em
75device		alc
76device		ether
77device		fxp
78device  	gpio
79device  	gpiopower
80device		iic
81device		iicbus
82#device		isa
83device		loop
84device		md
85device		miibus
86device  	mmc
87device  	mmcsd
88device		pass
89device		pci
90device		random
91#device		rl
92device		scbus
93device		scc
94device  	sdhci
95device		sec
96device		tun
97device		uart
98options 	USB_DEBUG	# enable debug msgs
99#device		uhci
100device		ehci
101device		umass
102device		usb
103device		vlan
104