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 2007 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 file modules in the directory uts/i86pc 29# and its children. These are the source files which are i86pc 30# "implementation architecture" dependent. 31# 32 33# 34# object lists 35# 36CORE_OBJS += \ 37 biosdisk.o \ 38 bios_call.o \ 39 cbe.o \ 40 cmi.o \ 41 cmi_hw.o \ 42 cms.o \ 43 confunix.o \ 44 cpuid.o \ 45 cpupm.o \ 46 dis_tables.o \ 47 ddi_impl.o \ 48 dtrace_subr.o \ 49 dvma.o \ 50 fpu_subr.o \ 51 fakebop.o \ 52 graphics.o \ 53 hardclk.o \ 54 hat_i86.o \ 55 hat_kdi.o \ 56 hment.o \ 57 hold_page.o \ 58 hrtimers.o \ 59 htable.o \ 60 i86_mmu.o \ 61 instr_size.o \ 62 intr.o \ 63 kboot_mmu.o \ 64 kdi_subr.o \ 65 kdi_idt.o \ 66 kdi_idthdl.o \ 67 kdi_asm.o \ 68 lgrpplat.o \ 69 mach_kdi.o \ 70 mach_sysconfig.o \ 71 machdep.o \ 72 mem_config_stubs.o \ 73 memnode.o \ 74 microcode.o \ 75 microfind.o \ 76 mlsetup.o \ 77 mp_call.o \ 78 mp_implfuncs.o \ 79 mp_machdep.o \ 80 mp_pc.o \ 81 mp_startup.o \ 82 memscrub.o \ 83 mpcore.o \ 84 notes.o \ 85 pci_bios.o \ 86 pci_cfgspace.o \ 87 pci_mech1.o \ 88 pci_mech2.o \ 89 pci_neptune.o \ 90 pci_orion.o \ 91 pmem.o \ 92 ppage.o \ 93 startup.o \ 94 timestamp.o \ 95 todpc_subr.o \ 96 trap.o \ 97 vm_machdep.o \ 98 x_call.o 99 100# 101# Add the SMBIOS subsystem object files directly to the list of objects 102# built into unix itself; this is all common code except for smb_dev.c. 103# 104CORE_OBJS += $(SMBIOS_OBJS) 105 106# 107# These get compiled twice: 108# - once in the dboot (direct boot) identity mapped code 109# - once for use during early startup in unix 110# 111BOOT_DRIVER_OBJS = \ 112 boot_console.o \ 113 boot_keyboard.o \ 114 boot_keyboard_table.o \ 115 boot_vga.o \ 116 boot_mmu.o 117 118CORE_OBJS += $(BOOT_DRIVER_OBJS) 119 120# 121# locore.o is special. It must be the first file relocated so that it 122# it is relocated just where its name implies. 123# 124SPECIAL_OBJS_32 += \ 125 locore.o \ 126 fast_trap_asm.o \ 127 interrupt.o \ 128 syscall_asm.o 129 130SPECIAL_OBJS_64 += \ 131 locore.o \ 132 fast_trap_asm.o \ 133 interrupt.o \ 134 syscall_asm_amd64.o 135 136SPECIAL_OBJS += $(SPECIAL_OBJS_$(CLASS)) 137 138# 139# Objects that get compiled into the identity mapped PT_LOAD section of unix 140# to handle the earliest part of booting. 141# 142DBOOT_OBJS_32 = 143 144DBOOT_OBJS_64 += dboot_elfload.o 145 146DBOOT_OBJS += \ 147 dboot_asm.o \ 148 dboot_grub.o \ 149 dboot_printf.o \ 150 dboot_startkern.o \ 151 memcpy.o \ 152 memset.o \ 153 muldiv.o \ 154 string.o \ 155 $(BOOT_DRIVER_OBJS) \ 156 $(DBOOT_OBJS_$(CLASS)) 157 158# 159# driver and misc modules 160# 161GFX_PRIVATE_OBJS += gfx_private.o gfxp_pci.o gfxp_segmap.o \ 162 gfxp_devmap.o gfxp_vgatext.o gfxp_vm.o vgasubr.o 163ISANEXUS_OBJS += isa.o dma_engine.o i8237A.o 164PCI_E_MISC_OBJS += pcie_error.o 165PCI_E_NEXUS_OBJS += npe.o npe_misc.o 166PCI_E_NEXUS_OBJS += pci_common.o pci_kstats.o pci_tools.o 167PCINEXUS_OBJS += pci.o pci_common.o pci_kstats.o pci_tools.o 168PCPLUSMP_OBJS += apic.o psm_common.o apic_introp.o mp_platform_common.o 169 170BATTERY_OBJS += battery.o 171include $(SRC)/common/mc/mc-amd/Makefile.mcamd 172MCAMD_OBJS += \ 173 $(MCAMD_CMN_OBJS) \ 174 mcamd_drv.o \ 175 mcamd_dimmcfg.o \ 176 mcamd_subr.o \ 177 mcamd_pcicfg.o 178 179CPUDRV_OBJS += cpudrv.o cpudrv_plat.o cpu_acpi.o speedstep.o 180PPM_OBJS += ppm_subr.o ppm.o ppm_plat.o 181 182ROOTNEX_OBJS += rootnex.o 183TZMON_OBJS += tzmon.o 184UPPC_OBJS += uppc.o psm_common.o 185XSVC_OBJS += xsvc.o 186 187# 188# Build up defines and paths. 189# 190ALL_DEFS += -Di86pc 191INC_PATH += -I$(UTSBASE)/i86pc -I$(SRC)/common 192 193# 194# Since the assym files are derived, the dependencies must be explicit for 195# all files including this file. (This is only actually required in the 196# instance when the .nse_depinfo file does not exist.) It may seem that 197# the lint targets should also have a similar dependency, but they don't 198# since only C headers are included when #defined(__lint) is true. 199# 200 201ASSYM_DEPS += \ 202 copy.o \ 203 desctbls_asm.o \ 204 ddi_i86_asm.o \ 205 exception.o \ 206 fast_trap_asm.o \ 207 float.o \ 208 i86_subr.o \ 209 interrupt.o \ 210 lock_prim.o \ 211 locore.o \ 212 mpcore.o \ 213 sseblk.o \ 214 swtch.o \ 215 syscall_asm.o \ 216 syscall_asm_amd64.o 217 218$(KDI_ASSYM_DEPS:%=$(OBJS_DIR)/%): $(DSF_DIR)/$(OBJS_DIR)/kdi_assym.h 219 220ASSYM_DEPS += kdi_asm.o 221