X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=UefiCpuPkg%2FCpuDxe%2FCpuDxe.inf;h=f61b2c9d7ff72e8d15d9c904df0c6c4e2b4c7901;hp=61bc55a445f659d9fe8ba1abdf5b5d0f88157ded;hb=22292ed344b8512c838bdd162533198b51a51c0c;hpb=03673ae11e255b9467e8f317175495b1ff79f965 diff --git a/UefiCpuPkg/CpuDxe/CpuDxe.inf b/UefiCpuPkg/CpuDxe/CpuDxe.inf index 61bc55a445..f61b2c9d7f 100644 --- a/UefiCpuPkg/CpuDxe/CpuDxe.inf +++ b/UefiCpuPkg/CpuDxe/CpuDxe.inf @@ -1,7 +1,7 @@ ## @file -# Simple CPU driver installs CPU Architecture Protocol. +# CPU driver installs CPU Architecture Protocol and CPU MP protocol. # -# Copyright (c) 2008 - 2014, 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 @@ -19,7 +19,6 @@ FILE_GUID = 1A1E4886-9517-440e-9FDE-3BE44CEE2136 MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 - ENTRY_POINT = InitializeCpu [Packages] @@ -41,45 +40,41 @@ UefiCpuLib UefiLib CpuExceptionHandlerLib - TimerLib - SynchronizationLib + HobLib + ReportStatusCodeLib + MpInitLib [Sources] - ApStartup.c CpuDxe.c CpuDxe.h CpuGdt.c 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/MpAsm.asm | MSFT - Ia32/MpAsm.asm | INTEL - Ia32/MpAsm.nasm | 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/MpAsm.asm | MSFT - X64/MpAsm.asm | INTEL - X64/MpAsm.nasm | GCC + X64/CpuAsm.asm + X64/CpuAsm.nasm + X64/CpuAsm.S [Protocols] gEfiCpuArchProtocolGuid ## PRODUCES - gEfiMpServiceProtocolGuid ## SOMETIMES_PRODUCES + gEfiMpServiceProtocolGuid ## PRODUCES [Guids] gIdleLoopEventGuid ## CONSUMES ## Event gEfiVectorHandoffTableGuid ## SOMETIMES_CONSUMES ## SystemTable -[Pcd] - gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber ## CONSUMES - gUefiCpuPkgTokenSpaceGuid.PcdCpuApStackSize ## CONSUMES +[Ppis] + gEfiSecPlatformInformation2PpiGuid ## UNDEFINED # HOB + gEfiSecPlatformInformationPpiGuid ## UNDEFINED # HOB [Depex] TRUE