xref: /illumos-gate/usr/src/uts/sun4u/Makefile.files (revision 0aaef2f5)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21
22#
23# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
24# Use is subject to license terms.
25# Copyright 2019 Peter Tribble.
26#
27#	This Makefile defines all file modules for the directory uts/sun4u
28#	and its children. These are the source files which are sun4u
29#	"implementation architecture" dependent.
30#
31
32#
33#	object lists
34#
35CORE_OBJS +=	atomic.o
36CORE_OBJS +=	bootops.o
37CORE_OBJS +=	cmp.o
38CORE_OBJS +=	cpc_hwreg.o
39CORE_OBJS +=	cpc_subr.o
40CORE_OBJS +=	cpupm.o
41CORE_OBJS +=	mach_cpu_states.o
42CORE_OBJS +=	mach_ddi_impl.o
43CORE_OBJS +=	ecc.o
44CORE_OBJS +=	fillsysinfo.o
45CORE_OBJS +=	forthdebug.o
46CORE_OBJS +=	hardclk.o
47CORE_OBJS +=	hat_sfmmu.o
48CORE_OBJS +=	hat_kdi.o
49CORE_OBJS +=	iscsi_boot.o
50CORE_OBJS +=	mach_copy.o
51CORE_OBJS +=	mach_kpm.o
52CORE_OBJS +=	mach_mp_startup.o
53CORE_OBJS +=	mach_mp_states.o
54CORE_OBJS +=	mach_sfmmu.o
55CORE_OBJS +=	mach_startup.o
56CORE_OBJS +=	mach_subr_asm.o
57CORE_OBJS +=	mach_trap.o
58CORE_OBJS +=	mach_vm_dep.o
59CORE_OBJS +=	mach_xc.o
60CORE_OBJS +=	mem_cage.o
61CORE_OBJS +=	mem_config.o
62CORE_OBJS +=	memlist_new.o
63CORE_OBJS +=	memscrub.o
64CORE_OBJS +=	memscrub_asm.o
65CORE_OBJS +=	ppage.o
66CORE_OBJS +=	sfmmu_kdi.o
67CORE_OBJS +=	swtch.o
68
69#
70#	Some objects must be linked at the front of the image (or
71#	near other objects at the front of the image).
72#
73SPECIAL_OBJS +=	trap_table.o
74SPECIAL_OBJS +=	locore.o
75SPECIAL_OBJS +=	mach_locore.o
76SPECIAL_OBJS +=	sfmmu_asm.o
77SPECIAL_OBJS +=	mach_sfmmu_asm.o
78SPECIAL_OBJS +=	interrupt.o
79SPECIAL_OBJS +=	mach_interrupt.o
80SPECIAL_OBJS +=	wbuf.o
81
82#
83#			driver modules
84#
85ROOTNEX_OBJS	+= mach_rootnex.o
86UPA64S_OBJS	+= upa64s.o
87SYSIO_SBUS_OBJS	+= iommu.o sysioerr.o sysiosbus.o iocache.o
88PX_OBJS		+= px_asm_4u.o px_err.o px_hlib.o px_lib4u.o px_tools_4u.o
89PCI_COMMON_OBJS	+= pci.o pci_util.o pci_dma.o pci_devctl.o \
90			pci_fdvma.o pci_iommu.o pci_sc.o pci_debug.o \
91			pci_cb.o pci_ib.o pci_ecc.o pci_pbm.o pci_intr.o \
92			pci_space.o pci_counters.o \
93			pci_fm.o pci_reloc.o pci_tools.o pci_asm.o
94RMCLOMV_OBJS	+= rmclomv.o
95
96PSYCHO_PCI_OBJS	+= $(PCI_COMMON_OBJS) pcipsy.o
97SCHIZO_PCI_OBJS	+= $(PCI_COMMON_OBJS) pcisch_asm.o pcisch.o pcix.o
98SIMBA_PCI_OBJS	+= simba.o
99DB21554_OBJS	+= db21554.o
100US_OBJS		+= cpudrv.o cpudrv_mach.o
101POWER_OBJS	+= power.o
102EPIC_OBJS	+= epic.o
103GRBEEP_OBJS	+= grbeep.o
104ADM1031_OBJS	+= adm1031.o
105ICS951601_OBJS	+= ics951601.o
106PPM_OBJS	+= ppm_subr.o ppm.o ppm_plat.o
107OPLCFG_OBJS	+= opl_cfg.o
108PCF8584_OBJS    += pcf8584.o
109PCA9556_OBJS    += pca9556.o
110ADM1026_OBJS	+= adm1026.o
111BBC_OBJS	+= bbc_beep.o
112TDA8444_OBJS    += tda8444.o
113MAX1617_OBJS    += max1617.o
114SEEPROM_OBJS	+= seeprom.o
115I2C_SVC_OBJS	+= i2c_svc.o
116SMBUS_OBJS      += smbus.o
117SCHPPM_OBJS	+= schppm.o
118MC_OBJS		+= mc-us3.o mc-us3_asm.o
119MC_US3I_OBJS	+= mc-us3i.o
120GPIO_87317_OBJS	+= gpio_87317.o
121ISADMA_OBJS	+= isadma.o
122SBBC_OBJS	+= sbbc.o
123LM75_OBJS	+= lm75.o
124LTC1427_OBJS	+= ltc1427.o
125PIC16F747_OBJS	+= pic16f747.o
126PIC16F819_OBJS	+= pic16f819.o
127PCF8574_OBJS	+= pcf8574.o
128PCF8591_OBJS	+= pcf8591.o
129SSC050_OBJS	+= ssc050.o
130SSC100_OBJS	+= ssc100.o
131PMUBUS_OBJS	+= pmubus.o
132PMUGPIO_OBJS	+= pmugpio.o
133PMC_OBJS	+= pmc.o
134TRAPSTAT_OBJS	+= trapstat.o
135GPTWOCFG_OBJS	+= gptwocfg.o
136GPTWO_CPU_OBJS	+= gptwo_cpu.o
137
138JBUSPPM_OBJS	+= jbusppm.o
139RMC_COMM_OBJS	+= rmc_comm.o rmc_comm_crctab.o rmc_comm_dp.o rmc_comm_drvintf.o
140RMCADM_OBJS	+= rmcadm.o
141MEM_CACHE_OBJS	+= mem_cache.o panther_asm.o
142
143#
144#			kernel cryptographic framework
145#
146
147BIGNUM_PSR_OBJS	+= mont_mulf_kernel_v9.o
148
149AES_OBJS	+= aes.o aes_impl.o aes_modes.o aes_crypt_asm.o
150
151DES_OBJS	+= des_crypt_asm.o
152
153ARCFOUR_OBJS	+= arcfour.o arcfour_crypt.o arcfour_crypt_asm.o
154
155SHA1_OBJS	+= sha1_asm.o
156
157#
158#			tod modules
159#
160TODMOSTEK_OBJS	+= todmostek.o
161TODDS1287_OBJS	+= todds1287.o
162TODDS1337_OBJS	+= todds1337.o
163TODM5819_OBJS	+= todm5819.o
164TODM5819P_RMC_OBJS	+= todm5819p_rmc.o
165TODBQ4802_OBJS	+= todbq4802.o
166TODSG_OBJS	+= todsg.o
167TODOPL_OBJS	= todopl.o
168
169#
170#			Misc modules
171#
172OBPSYM_OBJS	+= obpsym.o obpsym_1275.o
173BOOTDEV_OBJS	+= bootdev.o
174
175CPR_FIRST_OBJS	= cpr_resume_setup.o
176CPR_IMPL_OBJS	= cpr_impl.o
177
178SBD_OBJS	+= sbd.o sbd_cpu.o sbd_mem.o sbd_io.o
179
180PCIE_MISC_OBJS += pci_cfgacc_4u.o pci_cfgacc.o
181
182#
183#			Brand modules
184#
185SN1_BRAND_OBJS	= sn1_brand.o sn1_brand_asm.o
186S10_BRAND_OBJS	= s10_brand.o s10_brand_asm.o
187
188#
189#			Performance Counter BackEnd (PCBE) Modules
190#
191US_PCBE_OBJS	= us234_pcbe.o
192OPL_PCBE_OBJS	= opl_pcbe.o
193
194#
195#			cpu modules
196#
197CPU_OBJ		+= $(OBJS_DIR)/mach_cpu_module.o
198SPITFIRE_OBJS	= spitfire.o spitfire_asm.o spitfire_copy.o spitfire_kdi.o common_asm.o
199HUMMINGBIRD_OBJS= $(SPITFIRE_OBJS)
200US3_CMN_OBJS	= us3_common.o us3_common_mmu.o us3_common_asm.o us3_kdi.o cheetah_copy.o common_asm.o
201CHEETAH_OBJS	= $(US3_CMN_OBJS) us3_cheetah.o us3_cheetah_asm.o
202CHEETAHPLUS_OBJS= $(US3_CMN_OBJS) us3_cheetahplus.o us3_cheetahplus_asm.o
203JALAPENO_OBJS   = $(US3_CMN_OBJS) us3_jalapeno.o us3_jalapeno_asm.o
204OLYMPUS_OBJS	= opl_olympus.o opl_olympus_asm.o opl_olympus_copy.o \
205		  opl_kdi.o common_asm.o
206
207#
208#			platform module
209#
210PLATMOD_OBJS	= platmod.o
211
212#	Section 3:	Misc.
213#
214ALL_DEFS	+= -Dsun4u
215INC_PATH	+= -I$(UTSBASE)/sun4u
216
217#
218# Since assym.h is a derived file, the dependency must be explicit for
219# all files including this file.
220#
221ASSYM_DEPS	+= mach_locore.o
222ASSYM_DEPS	+= module_sfmmu_asm.o
223ASSYM_DEPS	+= spitfire_asm.o spitfire_copy.o
224ASSYM_DEPS	+= cheetah_asm.o cheetah_copy.o
225ASSYM_DEPS	+= mach_subr_asm.o swtch.o
226ASSYM_DEPS	+= mach_interrupt.o mach_xc.o
227ASSYM_DEPS	+= trap_table.o wbuf.o
228ASSYM_DEPS	+= mach_sfmmu_asm.o sfmmu_asm.o memscrub_asm.o
229ASSYM_DEPS	+= mach_copy.o
230