X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=UefiCpuPkg%2FCpuDxe%2FCpuDxe.inf;h=c2f12b7bbacdbbee30f92806c21510c741680a7d;hb=533263ee5a7fe83ad5a0d2da74ff30815c5ab63c;hp=caf33da75d12682230594c4ca811944ddac02a0d;hpb=712389b8482a4c90c7f83d1c3ddc5865c86793fc;p=mirror_edk2.git diff --git a/UefiCpuPkg/CpuDxe/CpuDxe.inf b/UefiCpuPkg/CpuDxe/CpuDxe.inf index caf33da75d..c2f12b7bba 100644 --- a/UefiCpuPkg/CpuDxe/CpuDxe.inf +++ b/UefiCpuPkg/CpuDxe/CpuDxe.inf @@ -1,9 +1,8 @@ ## @file +# Simple CPU driver installs CPU Architecture Protocol. # -# Component description file for simple CPU driver -# -# Copyright (c) 2008 - 2010, Intel Corporation.
-# All rights reserved. This program and the accompanying materials +# Copyright (c) 2008 - 2014, 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 # http://opensource.org/licenses/bsd-license.php @@ -16,6 +15,7 @@ [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 @@ -24,6 +24,7 @@ [Packages] MdePkg/MdePkg.dec + MdeModulePkg/MdeModulePkg.dec UefiCpuPkg/UefiCpuPkg.dec [LibraryClasses] @@ -36,29 +37,46 @@ MtrrLib UefiBootServicesTableLib UefiDriverEntryPoint + LocalApicLib + UefiCpuLib + UefiLib + CpuExceptionHandlerLib + TimerLib [Sources] + ApStartup.c CpuDxe.c CpuDxe.h CpuGdt.c - - Ia32/IvtAsm.asm | MSFT - Ia32/IvtAsm.asm | INTEL - Ia32/IvtAsm.S | GCC + CpuGdt.h + CpuMp.c + CpuMp.h [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 [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 [Protocols] - gEfiCpuArchProtocolGuid + gEfiCpuArchProtocolGuid ## PRODUCES + +[Guids] + gIdleLoopEventGuid ## CONSUMES ## Event + gEfiVectorHandoffTableGuid ## SOMETIMES_CONSUMES ## SystemTable [Depex] TRUE +[UserExtensions.TianoCore."ExtraFiles"] + CpuDxeExtra.uni