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, Version 1.0 only 6# (the "License"). You may not use this file except in compliance 7# with the License. 8# 9# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10# or http://www.opensolaris.org/os/licensing. 11# See the License for the specific language governing permissions 12# and limitations under the License. 13# 14# When distributing Covered Code, include this CDDL HEADER in each 15# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16# If applicable, add the following below this CDDL HEADER, with the 17# fields enclosed by brackets "[]" replaced with your own identifying 18# information: Portions Copyright [yyyy] [name of copyright owner] 19# 20# CDDL HEADER END 21# 22# 23# Copyright 2005 Sun Microsystems, Inc. All rights reserved. 24# Use is subject to license terms. 25# 26#ident "%Z%%M% %I% %E% SMI" 27# 28# This Makefile defines all file modules for the directory uts/sun4u 29# and it's children. These are the source files which are sun4u 30# "implementation architecture" dependent. 31# 32 33# 34# object lists 35# 36CORE_OBJS += bootops.o 37CORE_OBJS += cmp.o 38CORE_OBJS += cpc_hwreg.o 39CORE_OBJS += cpc_subr.o 40CORE_OBJS += mach_cpu_states.o 41CORE_OBJS += mach_ddi_impl.o 42CORE_OBJS += ecc.o 43CORE_OBJS += fillsysinfo.o 44CORE_OBJS += forthdebug.o 45CORE_OBJS += hardclk.o 46CORE_OBJS += hat_sfmmu.o 47CORE_OBJS += hat_kdi.o 48CORE_OBJS += mach_copy.o 49CORE_OBJS += mach_float.o 50CORE_OBJS += mach_mp_startup.o 51CORE_OBJS += mach_mp_states.o 52CORE_OBJS += mach_sfmmu.o 53CORE_OBJS += mach_startup.o 54CORE_OBJS += mach_subr_asm.o 55CORE_OBJS += mach_trap.o 56CORE_OBJS += mach_vm_dep.o 57CORE_OBJS += mach_xc.o 58CORE_OBJS += mem_cage.o 59CORE_OBJS += mem_config.o 60CORE_OBJS += memlist_new.o 61CORE_OBJS += memscrub.o 62CORE_OBJS += memscrub_asm.o 63CORE_OBJS += ppage.o 64CORE_OBJS += sfmmu_kdi.o 65CORE_OBJS += swtch.o 66CORE_OBJS += xhat_sfmmu.o 67 68# 69# Some objects must be linked at the front of the image (or 70# near other objects at the front of the image). 71# 72SPECIAL_OBJS += trap_table.o 73SPECIAL_OBJS += locore.o 74SPECIAL_OBJS += mach_locore.o 75SPECIAL_OBJS += sfmmu_asm.o 76SPECIAL_OBJS += mach_sfmmu_asm.o 77SPECIAL_OBJS += interrupt.o 78SPECIAL_OBJS += mach_interrupt.o 79SPECIAL_OBJS += wbuf.o 80 81# 82# driver modules 83# 84ROOTNEX_OBJS += mach_rootnex.o 85UPA64S_OBJS += upa64s.o 86SYSIO_SBUS_OBJS += iommu.o sysioerr.o sysiosbus.o iocache.o 87PX_OBJS += px_lib4u.o px_hlib.o px_tools.o px_asm.o px_err.o 88PCI_COMMON_OBJS += pci.o pci_util.o pci_dma.o pci_devctl.o \ 89 pci_fdvma.o pci_iommu.o pci_sc.o pci_debug.o \ 90 pci_cb.o pci_ib.o pci_ecc.o pci_pbm.o pci_intr.o \ 91 pci_space.o pci_counters.o pci_axq.o \ 92 pci_fm.o pci_reloc.o pci_tools.o pci_asm.o 93 94PSYCHO_PCI_OBJS += $(PCI_COMMON_OBJS) pcipsy.o 95SCHIZO_PCI_OBJS += $(PCI_COMMON_OBJS) pcisch_asm.o pcisch.o pcix.o 96SIMBA_PCI_OBJS += simba.o 97DB21554_OBJS += db21554.o 98US_OBJS += us_drv.o 99POWER_OBJS += power.o 100GRBEEP_OBJS += grbeep.o 101ADM1031_OBJS += adm1031.o 102ICS951601_OBJS += ics951601.o 103PPM_OBJS += ppm_subr.o ppm.o 104GPTWOCFG_OBJS += gptwocfg.o 105GPTWO_CPU_OBJS += gptwo_cpu.o 106PCICFG_E_OBJS += pcicfg.e.o 107PCF8584_OBJS += pcf8584.o 108MI2CV_OBJS += mi2cv.o 109I2BSC_OBJS += i2bsc.o 110PCA9556_OBJS += pca9556.o 111BBC_OBJS += bbc_beep.o 112TDA8444_OBJS += tda8444.o 113MAX1617_OBJS += max1617.o 114SEEPROM_OBJS += seeprom.o 115I2C_SVC_OBJS += i2c_svc.o 116SCMI2C_OBJS += scmi2c.o 117SMBUS_OBJS += smbus.o 118SCHPPM_OBJS += schppm.o 119MC_OBJS += mc-us3.o mc-us3_asm.o 120MC_US3I_OBJS += mc-us3i.o 121GPIO_87317_OBJS += gpio_87317.o 122ISADMA_OBJS += isadma.o 123SBBC_OBJS += sbbc.o 124LM75_OBJS += lm75.o 125LTC1427_OBJS += ltc1427.o 126PIC16F747_OBJS += pic16f747.o 127PIC16F819_OBJS += pic16f819.o 128PCF8574_OBJS += pcf8574.o 129PCF8591_OBJS += pcf8591.o 130SMBUS_ARA_OBJS += smbus_ara.o 131SSC050_OBJS += ssc050.o 132SSC100_OBJS += ssc100.o 133PMUBUS_OBJS += pmubus.o 134PMUGPIO_OBJS += pmugpio.o 135RMC_COMM_OBJS += rmc_comm.o rmc_comm_crctab.o rmc_comm_dp.o rmc_comm_drvintf.o 136RMCLOMV_OBJS += rmclomv.o 137RMCADM_OBJS += rmcadm.o 138TODM5819P_RMC_OBJS += todm5819p_rmc.o 139PMC_OBJS += pmc.o 140TRAPSTAT_OBJS += trapstat.o 141WRSMD_OBJS += wrsmd.o 142WRSM_OBJS += wci_common.o \ 143 wrsm_barrier.o \ 144 wrsm_cf.o \ 145 wrsm_cmmu.o \ 146 wrsm_common.o \ 147 wrsm_confpack.o \ 148 wrsm_copy.o \ 149 wrsm_driver.o \ 150 wrsm_getput.o \ 151 wrsm_intr.o \ 152 wrsm_lc.o \ 153 wrsm_memseg.o \ 154 wrsm_memseg_export.o \ 155 wrsm_memseg_import.o \ 156 wrsm_mh.o \ 157 wrsm_nc.o \ 158 wrsm_nr.o \ 159 wrsm_rsmpi.o \ 160 wrsm_session.o \ 161 wrsm_tl.o \ 162 wrsm_trap.o 163MEMTEST_OBJS += memtest.o memtest_asm.o \ 164 memtest_ch.o memtest_ch_asm.o \ 165 memtest_chp.o memtest_chp_asm.o \ 166 memtest_ja.o memtest_ja_asm.o \ 167 memtest_jg.o memtest_jg_asm.o \ 168 memtest_pn.o memtest_pn_asm.o \ 169 memtest_cmp.o memtest_cmp_asm.o \ 170 memtest_sf.o memtest_sf_asm.o \ 171 memtest_sr.o memtest_sr_asm.o 172ZULUVM_OBJS += zuluvm.o zulu_asm.o zulu_hat.o zulu_hat_asm.o 173 174JBUSPPM_OBJS += jbusppm.o 175M1535PPM_OBJS += m1535ppm.o 176DMFE_OBJS += dmfe_log.o dmfe_main.o dmfe_mii.o dmfe_ndd.o 177CTSMC_OBJS += ctsmc_buf.o ctsmc_queue.o ctsmc_hw.o ctsmc_kstat.o \ 178 ctsmc_cmdspec.o ctsmc_i2c.o ctsmc_minor.o ctsmc_stream.o \ 179 ctsmc_ddi.o ctsmc_ipmlist.o ctsmc_seq.o 180 181# 182# kernel cryptographic framework 183# 184 185AES_OBJS += aes.o aes_impl.o aes_cbc_crypt.o aes_crypt_asm.o 186 187DES_OBJS += des_crypt_asm.o 188 189ARCFOUR_OBJS += arcfour.o arcfour_crypt.o arcfour_crypt_asm.o 190 191SHA1_OBJS += sha1_asm.o 192 193RSAPROV_OBJS += mont_mulf.o 194 195# 196# tod modules 197# 198TODMOSTEK_OBJS += todmostek.o 199TODDS1287_OBJS += todds1287.o 200TODDS1337_OBJS += todds1337.o 201TODM5823_OBJS += todm5823.o 202TODSTARFIRE_OBJS += todstarfire.o 203TODBLADE_OBJS += todblade.o 204TODSG_OBJS += todsg.o 205TODSTARCAT_OBJS += todstarcat.o 206TODM5819_OBJS += todm5819.o 207 208# 209# Misc modules 210# 211OBPSYM_OBJS += obpsym.o obpsym_1275.o 212BOOTDEV_OBJS += bootdev.o 213 214CPR_FIRST_OBJS = cpr_resume_setup.o 215CPR_IMPL_OBJS = cpr_impl.o 216 217SBD_OBJS += sbd.o sbd_cpu.o sbd_mem.o sbd_io.o 218 219# 220# Performance Counter BackEnd (PCBE) Modules 221# 222US_PCBE_OBJS = us234_pcbe.o 223 224# 225# cpu modules 226# 227CPU_OBJ += $(OBJS_DIR)/mach_cpu_module.o 228SPITFIRE_OBJS = spitfire.o spitfire_asm.o spitfire_copy.o spitfire_kdi.o common_asm.o 229HUMMINGBIRD_OBJS= $(SPITFIRE_OBJS) 230US3_CMN_OBJS = us3_common.o us3_common_mmu.o us3_common_asm.o us3_kdi.o cheetah_copy.o common_asm.o 231CHEETAH_OBJS = $(US3_CMN_OBJS) us3_cheetah.o us3_cheetah_asm.o 232CHEETAHPLUS_OBJS= $(US3_CMN_OBJS) us3_cheetahplus.o us3_cheetahplus_asm.o 233JALAPENO_OBJS = $(US3_CMN_OBJS) us3_jalapeno.o us3_jalapeno_asm.o 234 235# 236# platform module 237# 238PLATMOD_OBJS = platmod.o 239 240# Section 3: Misc. 241# 242ALL_DEFS += -Dsun4u 243INC_PATH += -I$(UTSBASE)/sun4u 244 245# 246# Since assym.h is a derived file, the dependency must be explicit for 247# all files including this file. (This is only actually required in the 248# instance when the .make.state file does not exist.) It may seem that 249# the lint targets should also have a similar dependency, but they don't 250# since only C headers are included when #defined(lint) is true. 251# 252ASSYM_DEPS += mach_locore.o 253ASSYM_DEPS += module_sfmmu_asm.o 254ASSYM_DEPS += spitfire_asm.o spitfire_copy.o 255ASSYM_DEPS += cheetah_asm.o cheetah_copy.o 256ASSYM_DEPS += mach_subr_asm.o swtch.o 257ASSYM_DEPS += mach_interrupt.o mach_xc.o 258ASSYM_DEPS += trap_table.o wbuf.o 259ASSYM_DEPS += mach_sfmmu_asm.o sfmmu_asm.o memscrub_asm.o 260ASSYM_DEPS += mach_copy.o 261