X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=UnixPkg%2FCpuRuntimeDxe%2FCpu.inf;h=fef1279917de8c3ca181280372e8fcb20af0c41e;hb=7e3538510fd79177efd1fc9b7937d02d94d2eaae;hp=b96249386a232cec52221fe5d97e36b15efe5516;hpb=aaa2cc19dd44e68f0365c7a17a9fda27582976f8;p=mirror_edk2.git diff --git a/UnixPkg/CpuRuntimeDxe/Cpu.inf b/UnixPkg/CpuRuntimeDxe/Cpu.inf index b96249386a..fef1279917 100644 --- a/UnixPkg/CpuRuntimeDxe/Cpu.inf +++ b/UnixPkg/CpuRuntimeDxe/Cpu.inf @@ -1,8 +1,8 @@ -#/** @file +## @file # Component description file for Cpu module. # # This CPU module abstracts the interrupt subsystem of a platform and the CPU-specific setjump-long pair. -# Copyright (c) 2006 - 2008, Intel Corporation +# Copyright (c) 2006 - 2010, 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 @@ -12,7 +12,7 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#**/ +## [Defines] INF_VERSION = 0x00010005 @@ -20,8 +20,6 @@ FILE_GUID = f3794b60-8985-11db-8e53-0040d02b1835 MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 ENTRY_POINT = InitializeCpu @@ -31,7 +29,7 @@ # VALID_ARCHITECTURES = IA32 X64 IPF EBC # -[Sources.common] +[Sources] CpuIo.c Cpu.c CpuDriver.h @@ -40,7 +38,6 @@ [Packages] IntelFrameworkPkg/IntelFrameworkPkg.dec - IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec UnixPkg/UnixPkg.dec MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec @@ -60,7 +57,7 @@ gEfiUnixIoProtocolGuid # PROTOCOL_NOTIFY SOMETIMES_CONSUMED gEfiSmbiosProtocolGuid # PROTOCOL SOMETIMES_CONSUMED gEfiHiiProtocolGuid # PROTOCOL SOMETIMES_CONSUMED - gEfiCpuIoProtocolGuid # PROTOCOL ALWAYS_PRODUCED + gEfiCpuIo2ProtocolGuid # PROTOCOL ALWAYS_PRODUCED gEfiCpuArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED [Depex]