files.powerpc revision 239401
133965Sjdp# This file tells config what files go into building a kernel,
289857Sobrien# files marked standard are always included.
3218822Sdim#
438889Sjdp# $FreeBSD: head/sys/conf/files.powerpc 239401 2012-08-19 19:40:33Z andreast $
533965Sjdp#
633965Sjdp# The long compile-with and dependency lines are required because of
7218822Sdim# limitations in config: backslash-newline doesn't work in strings, and
833965Sjdp# dependency lines other than the first are silently ignored.
9218822Sdim#
10218822Sdim#
11218822Sdim
12218822Sdimfont.h				optional	sc			\
1333965Sjdp	compile-with	"uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x16.fnt && file2c 'u_char dflt_font_16[16*256] = {' '};' < ${SC_DFLT_FONT}-8x16 > font.h && uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x14.fnt && file2c 'u_char dflt_font_14[14*256] = {' '};' < ${SC_DFLT_FONT}-8x14 >> font.h && uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x8.fnt && file2c 'u_char dflt_font_8[8*256] = {' '};' < ${SC_DFLT_FONT}-8x8 >> font.h" \
14218822Sdim	no-obj no-implicit-rule before-depend				\
15218822Sdim	clean	"font.h ${SC_DFLT_FONT}-8x14 ${SC_DFLT_FONT}-8x16 ${SC_DFLT_FONT}-8x8"
16218822Sdim#
17218822Sdim# There is only an asm version on ppc64.
1833965Sjdpcddl/compat/opensolaris/kern/opensolaris_atomic.c			optional zfs powerpc compile-with "${ZFS_C}"
19218822Sdimcddl/contrib/opensolaris/common/atomic/powerpc64/opensolaris_atomic.S	optional zfs powerpc64 compile-with "${ZFS_S}"
20218822Sdimcrypto/blowfish/bf_enc.c	optional	crypto | ipsec
21218822Sdimcrypto/des/des_enc.c		optional	crypto | ipsec | netsmb
2233965Sjdpdev/bm/if_bm.c			optional	bm powermac
23218822Sdimdev/adb/adb_bus.c		optional	adb
2433965Sjdpdev/adb/adb_kbd.c		optional	adb
2533965Sjdpdev/adb/adb_mouse.c		optional	adb
2633965Sjdpdev/adb/adb_hb_if.m		optional	adb
2733965Sjdpdev/adb/adb_if.m		optional	adb
28218822Sdimdev/adb/adb_buttons.c		optional	adb
2933965Sjdpdev/agp/agp_apple.c		optional	agp powermac
3033965Sjdpdev/cfi/cfi_bus_fdt.c		optional	cfi fdt
3133965Sjdpdev/fb/fb.c			optional	sc
3233965Sjdpdev/fdt/fdt_powerpc.c		optional	fdt
3333965Sjdpdev/hwpmc/hwpmc_powerpc.c	optional	hwpmc
3433965Sjdpdev/iicbus/ad7417.c		optional	ad7417 powermac
3533965Sjdpdev/iicbus/ds1631.c		optional	ds1631 powermac
3633965Sjdpdev/iicbus/ds1775.c		optional	ds1775 powermac
3777298Sobriendev/iicbus/max6690.c		optional	max6690 powermac
3833965Sjdpdev/kbd/kbd.c			optional	sc
3933965Sjdpdev/nand/nfc_fsl.c		optional	nand mpc85xx
4033965Sjdpdev/ofw/openfirm.c		optional	aim | fdt
4133965Sjdpdev/ofw/openfirmio.c		optional	aim | fdt
4233965Sjdpdev/ofw/ofw_bus_if.m		optional	aim | fdt
4333965Sjdpdev/ofw/ofw_if.m		optional	aim | fdt
4433965Sjdpdev/ofw/ofw_bus_subr.c		optional	aim | fdt
45218822Sdimdev/ofw/ofw_console.c		optional	aim
46218822Sdimdev/ofw/ofw_disk.c		optional	ofwd aim
47218822Sdimdev/ofw/ofw_fdt.c		optional	fdt
48218822Sdimdev/ofw/ofw_iicbus.c		optional	iicbus aim
49218822Sdimdev/ofw/ofw_standard.c		optional	aim powerpc
50218822Sdimdev/powermac_nvram/powermac_nvram.c optional	powermac_nvram powermac
51218822Sdimdev/quicc/quicc_bfe_fdt.c	optional	quicc mpc85xx
52218822Sdimdev/scc/scc_bfe_macio.c		optional	scc powermac
5333965Sjdpdev/sec/sec.c			optional	sec mpc85xx
54218822Sdimdev/sound/macio/aoa.c		optional	snd_davbus | snd_ai2s powermac
55218822Sdimdev/sound/macio/davbus.c	optional	snd_davbus powermac
56218822Sdimdev/sound/macio/i2s.c		optional	snd_ai2s powermac
57218822Sdimdev/sound/macio/onyx.c		optional	snd_ai2s iicbus powermac
5833965Sjdpdev/sound/macio/snapper.c	optional	snd_ai2s iicbus powermac
59218822Sdimdev/sound/macio/tumbler.c	optional	snd_ai2s iicbus powermac
60218822Sdimdev/syscons/scgfbrndr.c		optional	sc
61218822Sdimdev/syscons/scterm-teken.c	optional	sc
62218822Sdimdev/syscons/scvtb.c		optional	sc
6333965Sjdpdev/tsec/if_tsec.c		optional	tsec
6433965Sjdpdev/tsec/if_tsec_fdt.c		optional	tsec fdt
6533965Sjdpdev/uart/uart_cpu_powerpc.c	optional	uart aim
6633965Sjdpkern/kern_clocksource.c		standard
6733965Sjdpkern/subr_dummy_vdso_tc.c	standard
6833965Sjdpkern/syscalls.c			optional	ktr
6933965Sjdplibkern/ashldi3.c		optional	powerpc
7033965Sjdplibkern/ashrdi3.c		optional	powerpc
7133965Sjdplibkern/bcmp.c			standard
7233965Sjdplibkern/cmpdi2.c		optional	powerpc
7333965Sjdplibkern/divdi3.c		optional	powerpc
7433965Sjdplibkern/ffs.c			standard
7533965Sjdplibkern/ffsl.c			standard
7633965Sjdplibkern/fls.c			standard
7733965Sjdplibkern/flsl.c			standard
78130561Sobrienlibkern/lshrdi3.c		optional	powerpc
79218822Sdimlibkern/memchr.c		optional	fdt
8033965Sjdplibkern/memmove.c		standard
8133965Sjdplibkern/memset.c		standard
8233965Sjdplibkern/moddi3.c		optional	powerpc
83130561Sobrienlibkern/qdivrem.c		optional	powerpc
8433965Sjdplibkern/ucmpdi2.c		optional	powerpc
8533965Sjdplibkern/udivdi3.c		optional	powerpc
8633965Sjdplibkern/umoddi3.c		optional	powerpc
8733965Sjdppowerpc/aim/clock.c		optional	aim
8833965Sjdppowerpc/aim/copyinout.c		optional	aim
8933965Sjdppowerpc/aim/interrupt.c		optional	aim
9033965Sjdppowerpc/aim/locore.S		optional	aim no-obj
91130561Sobrienpowerpc/aim/machdep.c		optional	aim
9233965Sjdppowerpc/aim/mmu_oea.c		optional	aim powerpc
9333965Sjdppowerpc/aim/mmu_oea64.c		optional	aim
9433965Sjdppowerpc/aim/moea64_if.m		optional	aim
9533965Sjdppowerpc/aim/moea64_native.c	optional	aim
9633965Sjdppowerpc/aim/mp_cpudep.c		optional	aim smp
9733965Sjdppowerpc/aim/nexus.c		optional	aim
98218822Sdimpowerpc/aim/slb.c		optional	aim powerpc64
9933965Sjdppowerpc/aim/swtch32.S		optional	aim powerpc
10033965Sjdppowerpc/aim/swtch64.S		optional	aim powerpc64
10133965Sjdppowerpc/aim/trap.c		optional	aim
10289857Sobrienpowerpc/aim/uma_machdep.c	optional	aim
103218822Sdimpowerpc/aim/vm_machdep.c	optional	aim
10433965Sjdppowerpc/booke/clock.c		optional	booke
10533965Sjdppowerpc/booke/copyinout.c	optional	booke
10633965Sjdppowerpc/booke/interrupt.c	optional	booke
10733965Sjdppowerpc/booke/locore.S		optional	booke no-obj
10877298Sobrienpowerpc/booke/machdep.c		optional	booke
10933965Sjdppowerpc/booke/machdep_e500.c	optional	booke_e500
11038889Sjdppowerpc/booke/mp_cpudep.c	optional	booke smp
11133965Sjdppowerpc/booke/platform_bare.c	optional	mpc85xx
11233965Sjdppowerpc/booke/pmap.c		optional	booke
11333965Sjdppowerpc/booke/swtch.S		optional	booke
11433965Sjdppowerpc/booke/trap.c		optional	booke
11533965Sjdppowerpc/booke/vm_machdep.c	optional	booke
11638889Sjdppowerpc/cpufreq/dfs.c		optional	cpufreq
11733965Sjdppowerpc/cpufreq/pcr.c		optional	cpufreq aim
11833965Sjdppowerpc/fpu/fpu_add.c		optional	fpu_emu powerpc
11933965Sjdppowerpc/fpu/fpu_compare.c	optional	fpu_emu powerpc
12033965Sjdppowerpc/fpu/fpu_div.c		optional	fpu_emu powerpc
12133965Sjdppowerpc/fpu/fpu_emu.c		optional	fpu_emu powerpc
12238889Sjdppowerpc/fpu/fpu_explode.c	optional	fpu_emu powerpc
12333965Sjdppowerpc/fpu/fpu_implode.c	optional	fpu_emu powerpc
12433965Sjdppowerpc/fpu/fpu_mul.c		optional	fpu_emu powerpc
12533965Sjdppowerpc/fpu/fpu_sqrt.c		optional	fpu_emu powerpc
12633965Sjdppowerpc/fpu/fpu_subr.c		optional	fpu_emu powerpc
12733965Sjdppowerpc/mambo/mambocall.S	optional	mambo
12833965Sjdppowerpc/mambo/mambo.c		optional	mambo
12933965Sjdppowerpc/mambo/mambo_console.c	optional	mambo
13033965Sjdppowerpc/mambo/mambo_disk.c	optional	mambo
13133965Sjdppowerpc/mambo/mambo_openpic.c	optional	mambo
13233965Sjdppowerpc/mpc85xx/atpic.c		optional	mpc85xx isa
13333965Sjdppowerpc/mpc85xx/ds1553_bus_fdt.c	optional	ds1553 fdt
13433965Sjdppowerpc/mpc85xx/ds1553_core.c	optional	ds1553
13560484Sobrienpowerpc/mpc85xx/i2c.c		optional	iicbus fdt
13660484Sobrienpowerpc/mpc85xx/isa.c		optional	mpc85xx isa
13760484Sobrienpowerpc/mpc85xx/lbc.c		optional	mpc85xx
13860484Sobrienpowerpc/mpc85xx/mpc85xx.c	optional	mpc85xx
13960484Sobrienpowerpc/mpc85xx/nexus.c		optional	mpc85xx
14033965Sjdppowerpc/mpc85xx/pci_fdt.c	optional	pci mpc85xx
14133965Sjdppowerpc/ofw/ofw_cpu.c		optional	aim
14233965Sjdppowerpc/ofw/ofw_machdep.c	optional	aim
14333965Sjdppowerpc/ofw/ofw_pci.c		optional	pci aim
14433965Sjdppowerpc/ofw/ofw_pcibus.c	optional	pci aim
14533965Sjdppowerpc/ofw/ofw_pcib_pci.c	optional	pci aim
14633965Sjdppowerpc/ofw/ofw_real.c		optional	aim
14733965Sjdppowerpc/ofw/ofw_syscons.c	optional	sc aim
14833965Sjdppowerpc/ofw/ofwcall32.S		optional	aim powerpc
14933965Sjdppowerpc/ofw/ofwcall64.S		optional	aim powerpc64
15033965Sjdppowerpc/ofw/ofwmagic.S		optional	aim
15133965Sjdppowerpc/ofw/rtas.c		optional	aim
15233965Sjdppowerpc/powermac/ata_kauai.c	optional	powermac ata | powermac atamacio
15333965Sjdppowerpc/powermac/ata_macio.c	optional	powermac ata | powermac atamacio
15433965Sjdppowerpc/powermac/ata_dbdma.c	optional	powermac ata | powermac atamacio
15533965Sjdppowerpc/powermac/atibl.c	optional	powermac atibl
15633965Sjdppowerpc/powermac/cuda.c		optional	powermac cuda
15733965Sjdppowerpc/powermac/cpcht.c	optional	powermac pci
15833965Sjdppowerpc/powermac/dbdma.c	optional	powermac pci
15933965Sjdppowerpc/powermac/fcu.c		optional	powermac fcu
16077298Sobrienpowerpc/powermac/grackle.c	optional	powermac pci
16133965Sjdppowerpc/powermac/hrowpic.c	optional	powermac pci
16233965Sjdppowerpc/powermac/kiic.c		optional	powermac kiic
163218822Sdimpowerpc/powermac/macgpio.c	optional	powermac pci 
164218822Sdimpowerpc/powermac/macio.c	optional	powermac pci
16533965Sjdppowerpc/powermac/nvbl.c		optional	powermac nvbl
166218822Sdimpowerpc/powermac/openpic_macio.c optional	powermac pci
16733965Sjdppowerpc/powermac/platform_powermac.c optional	powermac
16833965Sjdppowerpc/powermac/powermac_thermal.c optional	powermac
16933965Sjdppowerpc/powermac/pswitch.c	optional	powermac pswitch
17033965Sjdppowerpc/powermac/pmu.c		optional	powermac pmu 
17133965Sjdppowerpc/powermac/smu.c		optional	powermac smu 
17233965Sjdppowerpc/powermac/smusat.c	optional	powermac smu
17333965Sjdppowerpc/powermac/uninorth.c	optional	powermac
17433965Sjdppowerpc/powermac/uninorthpci.c	optional	powermac pci
17533965Sjdppowerpc/powermac/vcoregpio.c	optional	powermac 
17633965Sjdppowerpc/powermac/windtunnel.c	optional	powermac windtunnel
17733965Sjdppowerpc/powerpc/altivec.c	optional	aim
17833965Sjdppowerpc/powerpc/autoconf.c	standard
17933965Sjdppowerpc/powerpc/bcopy.c		standard
18033965Sjdppowerpc/powerpc/bus_machdep.c	standard
18133965Sjdppowerpc/powerpc/busdma_machdep.c standard
18233965Sjdppowerpc/powerpc/copystr.c	standard
18333965Sjdppowerpc/powerpc/cpu.c		standard
18433965Sjdppowerpc/powerpc/db_disasm.c	optional	ddb
185130561Sobrienpowerpc/powerpc/db_hwwatch.c	optional	ddb
186218822Sdimpowerpc/powerpc/db_interface.c	optional	ddb
18733965Sjdppowerpc/powerpc/db_trace.c	optional	ddb
18833965Sjdppowerpc/powerpc/dump_machdep.c	standard
18933965Sjdppowerpc/powerpc/elf32_machdep.c	optional	powerpc | compat_freebsd32
19033965Sjdppowerpc/powerpc/elf64_machdep.c	optional	powerpc64
19133965Sjdppowerpc/powerpc/exec_machdep.c	standard
19233965Sjdppowerpc/powerpc/fpu.c		optional	aim
19333965Sjdppowerpc/powerpc/fuswintr.c	standard
19433965Sjdppowerpc/powerpc/gdb_machdep.c	optional	gdb
19533965Sjdppowerpc/powerpc/in_cksum.c	optional	inet | inet6
19633965Sjdppowerpc/powerpc/intr_machdep.c	standard
19738889Sjdppowerpc/powerpc/iommu_if.m	standard
19833965Sjdppowerpc/powerpc/mem.c		optional	mem
19933965Sjdppowerpc/powerpc/mmu_if.m	standard
20038889Sjdppowerpc/powerpc/mp_machdep.c	optional	smp
20133965Sjdppowerpc/powerpc/openpic.c	standard
20233965Sjdppowerpc/powerpc/openpic_fdt.c	optional	fdt
20333965Sjdppowerpc/powerpc/pic_if.m	standard
20438889Sjdppowerpc/powerpc/pmap_dispatch.c	standard
20533965Sjdppowerpc/powerpc/platform.c	standard
20633965Sjdppowerpc/powerpc/platform_if.m	standard
20733965Sjdppowerpc/powerpc/sc_machdep.c	optional	sc
20833965Sjdppowerpc/powerpc/setjmp.S	standard
20933965Sjdppowerpc/powerpc/sigcode32.S	optional	powerpc | compat_freebsd32
21033965Sjdppowerpc/powerpc/sigcode64.S	optional	powerpc64
21133965Sjdppowerpc/powerpc/stack_machdep.c	optional	ddb | stack
21233965Sjdppowerpc/powerpc/suswintr.c	standard
21333965Sjdppowerpc/powerpc/syncicache.c	standard
21433965Sjdppowerpc/powerpc/sys_machdep.c	standard
21560484Sobrienpowerpc/powerpc/uio_machdep.c	standard
21660484Sobrienpowerpc/ps3/ehci_ps3.c		optional	ps3 ehci
21760484Sobrienpowerpc/ps3/ohci_ps3.c		optional	ps3 ohci
21833965Sjdppowerpc/ps3/if_glc.c		optional	ps3 glc
21933965Sjdppowerpc/ps3/mmu_ps3.c		optional	ps3
22033965Sjdppowerpc/ps3/platform_ps3.c	optional	ps3
22133965Sjdppowerpc/ps3/ps3bus.c		optional	ps3
22233965Sjdppowerpc/ps3/ps3cdrom.c		optional	ps3 scbus
22333965Sjdppowerpc/ps3/ps3disk.c		optional	ps3
22433965Sjdppowerpc/ps3/ps3pic.c		optional	ps3
22533965Sjdppowerpc/ps3/ps3_syscons.c	optional	ps3 sc
22633965Sjdppowerpc/ps3/ps3-hvcall.S	optional	ps3 sc
22733965Sjdppowerpc/psim/iobus.c 		optional	psim
22833965Sjdppowerpc/psim/ata_iobus.c	optional	ata psim
22933965Sjdppowerpc/psim/openpic_iobus.c	optional	psim
23033965Sjdppowerpc/psim/uart_iobus.c	optional	uart psim
23133965Sjdp
23233965Sjdpcompat/freebsd32/freebsd32_ioctl.c	optional	compat_freebsd32
23333965Sjdpcompat/freebsd32/freebsd32_misc.c	optional	compat_freebsd32
23489857Sobriencompat/freebsd32/freebsd32_syscalls.c	optional	compat_freebsd32
23533965Sjdpcompat/freebsd32/freebsd32_sysent.c	optional	compat_freebsd32
23633965Sjdpkern/imgact_elf32.c			optional	compat_freebsd32
23733965Sjdp
238130561Sobrien