X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=UefiCpuPkg%2FCpuDxe%2FCpuDxe.inf;h=02f86b774c42d4399d9086a78a481d1c98f50598;hp=0adb66b032e607e359fc07dded24e10321be685d;hb=147fd35c3e389ecd025dbfd243312bf5b22da7c9;hpb=39d49a73a553d2719aa63bfd38422fdbc6c34f9e diff --git a/UefiCpuPkg/CpuDxe/CpuDxe.inf b/UefiCpuPkg/CpuDxe/CpuDxe.inf index 0adb66b032..02f86b774c 100644 --- a/UefiCpuPkg/CpuDxe/CpuDxe.inf +++ b/UefiCpuPkg/CpuDxe/CpuDxe.inf @@ -1,7 +1,9 @@ ## @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.
+# Copyright (c) 2017, AMD Incorporated. 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 +21,6 @@ FILE_GUID = 1A1E4886-9517-440e-9FDE-3BE44CEE2136 MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 - ENTRY_POINT = InitializeCpu [Packages] @@ -44,6 +45,7 @@ HobLib ReportStatusCodeLib MpInitLib + TimerLib [Sources] CpuDxe.c @@ -52,6 +54,8 @@ CpuGdt.h CpuMp.c CpuMp.h + CpuPageTable.h + CpuPageTable.c [Sources.IA32] Ia32/CpuAsm.asm @@ -76,7 +80,10 @@ gEfiSecPlatformInformationPpiGuid ## UNDEFINED # HOB [Pcd] - gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber ## CONSUMES + gEfiMdeModulePkgTokenSpaceGuid.PcdPteMemoryEncryptionAddressOrMask ## CONSUMES + gEfiMdeModulePkgTokenSpaceGuid.PcdCpuStackGuard ## CONSUMES + gUefiCpuPkgTokenSpaceGuid.PcdCpuStackSwitchExceptionList ## CONSUMES + gUefiCpuPkgTokenSpaceGuid.PcdCpuKnownGoodStackSize ## CONSUMES [Depex] TRUE