X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=UefiCpuPkg%2FCpuDxe%2FCpuDxe.inf;h=f61b2c9d7ff72e8d15d9c904df0c6c4e2b4c7901;hp=0adb66b032e607e359fc07dded24e10321be685d;hb=22292ed344b8512c838bdd162533198b51a51c0c;hpb=39d49a73a553d2719aa63bfd38422fdbc6c34f9e diff --git a/UefiCpuPkg/CpuDxe/CpuDxe.inf b/UefiCpuPkg/CpuDxe/CpuDxe.inf index 0adb66b032..f61b2c9d7f 100644 --- a/UefiCpuPkg/CpuDxe/CpuDxe.inf +++ b/UefiCpuPkg/CpuDxe/CpuDxe.inf @@ -1,7 +1,7 @@ ## @file # CPU driver installs CPU Architecture Protocol and CPU MP protocol. # -# Copyright (c) 2008 - 2016, 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] @@ -52,6 +51,8 @@ CpuGdt.h CpuMp.c CpuMp.h + CpuPageTable.h + CpuPageTable.c [Sources.IA32] Ia32/CpuAsm.asm @@ -75,9 +76,6 @@ gEfiSecPlatformInformation2PpiGuid ## UNDEFINED # HOB gEfiSecPlatformInformationPpiGuid ## UNDEFINED # HOB -[Pcd] - gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber ## CONSUMES - [Depex] TRUE