X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=UefiCpuPkg%2FCpuDxe%2FCpuDxe.inf;h=f61b2c9d7ff72e8d15d9c904df0c6c4e2b4c7901;hp=0c70b3276d3bfc86a56717b2b138342dc909195e;hb=22292ed344b8512c838bdd162533198b51a51c0c;hpb=323940278e0c94d18b3824764236162e2b0dcfcf diff --git a/UefiCpuPkg/CpuDxe/CpuDxe.inf b/UefiCpuPkg/CpuDxe/CpuDxe.inf index 0c70b3276d..f61b2c9d7f 100644 --- a/UefiCpuPkg/CpuDxe/CpuDxe.inf +++ b/UefiCpuPkg/CpuDxe/CpuDxe.inf @@ -1,8 +1,7 @@ ## @file +# CPU driver installs CPU Architecture Protocol and CPU MP protocol. # -# Component description file for simple CPU driver -# -# Copyright (c) 2008 - 2011, Intel Corporation. All rights reserved.
+# Copyright (c) 2008 - 2017, Intel Corporation. All rights reserved.
# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at @@ -16,10 +15,10 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = CpuDxe + MODULE_UNI_FILE = CpuDxe.uni FILE_GUID = 1A1E4886-9517-440e-9FDE-3BE44CEE2136 MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 - ENTRY_POINT = InitializeCpu [Packages] @@ -37,32 +36,48 @@ MtrrLib UefiBootServicesTableLib UefiDriverEntryPoint + LocalApicLib + UefiCpuLib + UefiLib + CpuExceptionHandlerLib + HobLib + ReportStatusCodeLib + MpInitLib [Sources] CpuDxe.c CpuDxe.h CpuGdt.c - - Ia32/IvtAsm.asm | MSFT - Ia32/IvtAsm.asm | INTEL - Ia32/IvtAsm.S | GCC + CpuGdt.h + CpuMp.c + CpuMp.h + CpuPageTable.h + CpuPageTable.c [Sources.IA32] - Ia32/CpuAsm.asm | MSFT - Ia32/CpuAsm.asm | INTEL - Ia32/CpuAsm.S | GCC + Ia32/CpuAsm.asm + Ia32/CpuAsm.nasm + Ia32/CpuAsm.S [Sources.X64] - X64/CpuAsm.asm | MSFT - X64/CpuAsm.asm | INTEL - X64/CpuAsm.S | GCC + X64/CpuAsm.asm + X64/CpuAsm.nasm + X64/CpuAsm.S [Protocols] - gEfiCpuArchProtocolGuid + gEfiCpuArchProtocolGuid ## PRODUCES + gEfiMpServiceProtocolGuid ## PRODUCES [Guids] - gIdleLoopEventGuid ## CONSUMES ## GUID + gIdleLoopEventGuid ## CONSUMES ## Event + gEfiVectorHandoffTableGuid ## SOMETIMES_CONSUMES ## SystemTable + +[Ppis] + gEfiSecPlatformInformation2PpiGuid ## UNDEFINED # HOB + gEfiSecPlatformInformationPpiGuid ## UNDEFINED # HOB [Depex] TRUE +[UserExtensions.TianoCore."ExtraFiles"] + CpuDxeExtra.uni