X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=DuetPkg%2FCpuDxe%2FCpu.inf;h=e2724a1fd2f299b78c62f277a73916e122458bde;hb=05399810c5c015c3d83381518989dac238c5d55a;hp=82c11b86fe9334cfb8124da01164428c65b39d1b;hpb=cb56d4e4c3c95587ce7611f84645a8749578cb88;p=mirror_edk2.git diff --git a/DuetPkg/CpuDxe/Cpu.inf b/DuetPkg/CpuDxe/Cpu.inf index 82c11b86fe..e2724a1fd2 100644 --- a/DuetPkg/CpuDxe/Cpu.inf +++ b/DuetPkg/CpuDxe/Cpu.inf @@ -1,7 +1,7 @@ -#/*++ +## @file # -# Copyright (c) 2006, Intel Corporation -# All rights reserved. This program and the accompanying materials +# 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 # which accompanies this distribution. The full text of the license may be found at # http://opensource.org/licenses/bsd-license.php @@ -14,7 +14,7 @@ # # Abstract: # -#--*/ +## [Defines] INF_VERSION = 0x00010005 @@ -22,8 +22,6 @@ FILE_GUID = 10527025-78B2-4d3e-A9DF-41E75C220F5A MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 ENTRY_POINT = InitializeCpu @@ -36,21 +34,25 @@ UefiDriverEntryPoint PrintLib UefiBootServicesTableLib + BaseMemoryLib [Sources.IA32] - IA32/CpuInterrupt.asm + Ia32/CpuInterrupt.asm |INTEL + Ia32/CpuInterrupt.asm |MSFT + Ia32/CpuInterrupt.S |GCC [Sources.X64] - X64/CpuInterrupt.asm - -[Sources.common] + X64/CpuInterrupt.asm | INTEL + X64/CpuInterrupt.asm | MSFT + X64/CpuInterrupt.S |GCC + +[Sources] Cpu.c CpuDxe.h [Protocols] gEfiCpuArchProtocolGuid - gEfiLegacyBiosThunkProtocolGuid gEfiLegacy8259ProtocolGuid [Depex] - gEfiLegacy8259ProtocolGuid \ No newline at end of file + gEfiLegacy8259ProtocolGuid