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 (c) 1992, 2010, Oracle and/or its affiliates. All rights reserved. 24# 25# Copyright (c) 2010, Intel Corporation. 26# Copyright 2019 OmniOS Community Edition (OmniOSce) Association. 27# Copyright 2019 Joyent, Inc. 28# 29# This Makefile defines file modules in the directory uts/i86pc 30# and its children. These are the source files which are i86pc 31# "implementation architecture" dependent. 32# 33 34# 35# object lists 36# 37CORE_OBJS += \ 38 acpi_stubs.o \ 39 biosdisk.o \ 40 bios_call.o \ 41 cbe.o \ 42 cmi.o \ 43 cmi_hw.o \ 44 cms.o \ 45 comm_page.o \ 46 confunix.o \ 47 cpu_idle.o \ 48 cpuid.o \ 49 cpuid_subr.o \ 50 cpupm.o \ 51 cpupm_mach.o \ 52 cpupm_amd.o \ 53 cpupm_intel.o \ 54 cpupm_throttle.o \ 55 cpu_acpi.o \ 56 dis_tables.o \ 57 ddi_impl.o \ 58 dtrace_subr.o \ 59 dvma.o \ 60 fpu_subr.o \ 61 fakebop.o \ 62 fastboot.o \ 63 fb_swtch.o \ 64 graphics.o \ 65 hardclk.o \ 66 hat_i86.o \ 67 hat_kdi.o \ 68 hma.o \ 69 hma_asm.o \ 70 hma_fpu.o \ 71 hment.o \ 72 hold_page.o \ 73 hrtimers.o \ 74 htable.o \ 75 hypercall.o \ 76 hypersubr.o \ 77 i86_mmu.o \ 78 ibft.o \ 79 instr_size.o \ 80 intr.o \ 81 kboot_mmu.o \ 82 kdi_idt.o \ 83 kdi_idthdl.o \ 84 kdi_asm.o \ 85 lgrpplat.o \ 86 mach_kdi.o \ 87 mach_sysconfig.o \ 88 machdep.o \ 89 md_clear.o \ 90 mem_config.o \ 91 mem_config_stubs.o \ 92 mem_config_arch.o \ 93 memlist_new.o \ 94 memnode.o \ 95 microcode.o \ 96 microfind.o \ 97 mlsetup.o \ 98 mp_call.o \ 99 mp_implfuncs.o \ 100 mp_machdep.o \ 101 mp_pc.o \ 102 mp_startup.o \ 103 memscrub.o \ 104 mpcore.o \ 105 notes.o \ 106 pci_bios.o \ 107 pci_cfgacc.o \ 108 pci_cfgacc_x86.o \ 109 pci_cfgspace.o \ 110 pci_mech1.o \ 111 pci_mech1_amd.o \ 112 pci_mech2.o \ 113 pci_neptune.o \ 114 pci_orion.o \ 115 pmem.o \ 116 ppage.o \ 117 pwrnow.o \ 118 smt.o \ 119 seg_vmm.o \ 120 speedstep.o \ 121 ssp.o \ 122 startup.o \ 123 timestamp.o \ 124 todpc_subr.o \ 125 trap.o \ 126 turbo.o \ 127 vm_machdep.o \ 128 xpv_platform.o \ 129 x_call.o 130 131# 132# Add the SMBIOS subsystem object files directly to the list of objects 133# built into unix itself; this is all common code except for smb_dev.c. 134# 135CORE_OBJS += $(SMBIOS_OBJS) 136 137# 138# These get compiled twice: 139# - once in the dboot (direct boot) identity mapped code 140# - once for use during early startup in unix 141# 142BOOT_DRIVER_OBJS = \ 143 boot_console.o \ 144 boot_keyboard.o \ 145 boot_keyboard_table.o \ 146 boot_vga.o \ 147 boot_fb.o \ 148 boot_mmu.o \ 149 dboot_multiboot2.o \ 150 $(FONT_OBJS) 151 152CORE_OBJS += $(BOOT_DRIVER_OBJS) 153 154# 155# locore.o is special. It must be the first file relocated so that it 156# it is relocated just where its name implies. 157# 158SPECIAL_OBJS += \ 159 locore.o \ 160 fast_trap_asm.o \ 161 interrupt.o \ 162 syscall_asm_amd64.o \ 163 kpti_trampolines.o 164 165# 166# Objects that get compiled into the identity mapped PT_LOAD section of unix 167# to handle the earliest part of booting. 168# 169DBOOT_OBJS_32 = 170 171DBOOT_OBJS_64 += dboot_elfload.o 172 173DBOOT_OBJS += \ 174 dboot_asm.o \ 175 dboot_grub.o \ 176 dboot_printf.o \ 177 dboot_startkern.o \ 178 memcpy.o \ 179 memset.o \ 180 muldiv.o \ 181 sha1.o \ 182 string.o \ 183 $(BOOT_DRIVER_OBJS) \ 184 $(DBOOT_OBJS_$(CLASS)) 185 186# 187# driver and misc modules 188# 189GFX_PRIVATE_OBJS += gfx_private.o gfxp_pci.o gfxp_segmap.o \ 190 gfxp_devmap.o gfxp_vgatext.o gfxp_vm.o vgasubr.o \ 191 gfxp_fb.o gfxp_bitmap.o 192FIPE_OBJS += fipe_drv.o fipe_pm.o 193IOAT_OBJS += ioat.o ioat_rs.o ioat_ioctl.o ioat_chan.o 194ISANEXUS_OBJS += isa.o dma_engine.o i8237A.o 195PCIE_MISC_OBJS += pcie_acpi.o pciehpc_acpi.o pcie_x86.o 196PCI_E_NEXUS_OBJS += npe.o npe_misc.o 197PCI_E_NEXUS_OBJS += pci_common.o pci_kstats.o pci_tools.o 198PCINEXUS_OBJS += pci.o pci_common.o pci_kstats.o pci_tools.o 199PCPLUSMP_OBJS += apic.o apic_regops.o psm_common.o apic_introp.o \ 200 mp_platform_common.o mp_platform_misc.o \ 201 hpet_acpi.o apic_common.o apic_timer.o 202APIX_OBJS += apix.o apic_regops.o psm_common.o apix_intr.o apix_utils.o \ 203 apix_irm.o mp_platform_common.o hpet_acpi.o apic_common.o \ 204 apic_timer.o apix_regops.o 205 206 207ACPI_DRV_OBJS += acpi_drv.o acpi_video.o 208ACPINEX_OBJS += acpinex_drv.o acpinex_event.o 209 210CPUDRV_OBJS += \ 211 cpudrv.o \ 212 cpudrv_mach.o 213 214PPM_OBJS += ppm_subr.o ppm.o ppm_plat.o 215 216ACPIPPM_OBJS += acpippm.o acpisleep.o 217ACPIDEV_OBJS += acpidev_drv.o \ 218 acpidev_scope.o acpidev_device.o \ 219 acpidev_container.o \ 220 acpidev_cpu.o \ 221 acpidev_dr.o \ 222 acpidev_memory.o \ 223 acpidev_pci.o \ 224 acpidev_resource.o \ 225 acpidev_usbport.o \ 226 acpidev_util.o 227 228DRMACH_ACPI_OBJS += drmach_acpi.o dr_util.o drmach_err.o 229 230DR_OBJS += dr.o dr_cpu.o dr_err.o dr_io.o dr_mem_acpi.o dr_quiesce.o dr_util.o 231 232ROOTNEX_OBJS += rootnex.o immu.o immu_dmar.o immu_dvma.o \ 233 immu_intrmap.o immu_qinv.o immu_regs.o 234 235TZMON_OBJS += tzmon.o 236UPPC_OBJS += uppc.o psm_common.o 237XSVC_OBJS += xsvc.o 238AMD_IOMMU_OBJS += amd_iommu.o amd_iommu_impl.o amd_iommu_acpi.o \ 239 amd_iommu_cmd.o amd_iommu_log.o amd_iommu_page_tables.o 240VMM_OBJS += vmm.o \ 241 vmm_sol_dev.o \ 242 vmm_host.o \ 243 vmm_instruction_emul.o \ 244 vmm_ioport.o \ 245 vmm_lapic.o \ 246 vmm_mem.o \ 247 vmm_stat.o \ 248 vmm_util.o \ 249 x86.o \ 250 iommu.o \ 251 vdev.o \ 252 vatpic.o \ 253 vatpit.o \ 254 vhpet.o \ 255 vioapic.o \ 256 vlapic.o \ 257 vrtc.o \ 258 vpmtmr.o \ 259 ept.o \ 260 vmcs.o \ 261 vmx_msr.o \ 262 vmx.o \ 263 vmx_support.o \ 264 vtd.o \ 265 vtd_sol.o \ 266 svm.o \ 267 svm_msr.o \ 268 npt.o \ 269 vmcb.o \ 270 svm_support.o \ 271 amdv.o \ 272 gipt.o \ 273 vmm_sol_vm.o \ 274 vmm_sol_glue.o \ 275 vmm_sol_ept.o \ 276 vmm_sol_rvi.o \ 277 vmm_support.o \ 278 vmm_zsd.o 279 280VIONA_OBJS += viona_main.o \ 281 viona_ring.o \ 282 viona_rx.o \ 283 viona_tx.o \ 284 viona_hook.o \ 285 286PPT_OBJS += ppt.o 287 288# 289# Build up defines and paths. 290# 291ALL_DEFS += -Di86pc 292INC_PATH += -I$(UTSBASE)/i86pc -I$(SRC)/common 293INC_PATH += -I$(UTSBASE)/i86xpv -I$(UTSBASE)/common/xen 294 295# 296# Since the assym files are derived, the dependencies must be explicit for 297# all files including this file. (This is only actually required in the 298# instance when the .nse_depinfo file does not exist.) 299# 300 301ASSYM_DEPS += \ 302 copy.o \ 303 desctbls_asm.o \ 304 ddi_i86_asm.o \ 305 exception.o \ 306 fast_trap_asm.o \ 307 float.o \ 308 i86_subr.o \ 309 interrupt.o \ 310 lock_prim.o \ 311 locore.o \ 312 mpcore.o \ 313 sseblk.o \ 314 swtch.o \ 315 syscall_asm_amd64.o \ 316 kpti_trampolines.o \ 317 cpr_wakecode.o 318 319CPR_IMPL_OBJS = cpr_impl.o cpr_wakecode.o 320 321$(KDI_ASSYM_DEPS:%=$(OBJS_DIR)/%): $(DSF_DIR)/$(OBJS_DIR)/kdi_assym.h 322 323# 324# Intel Integrated Memory Controller 325# (Sandy Bridge - Cascade Lake) 326# 327IMC_OBJS = imc.o imc_decode.o imc_dump.o 328IMCSTUB_OBJS = imcstub.o 329