X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=DuetPkg%2FCpuDxe%2FCpu.inf;h=e2724a1fd2f299b78c62f277a73916e122458bde;hp=4cea2edcb9fbe9185004a29e5e6b84b1eb3ccf6e;hb=b1f700a8593435e2bdc8f9b3dc21bced4774c80f;hpb=d8bee43ce44db3012de2274b135ede6d06106f7d diff --git a/DuetPkg/CpuDxe/Cpu.inf b/DuetPkg/CpuDxe/Cpu.inf index 4cea2edcb9..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 | INTEL + Ia32/CpuInterrupt.asm |INTEL + Ia32/CpuInterrupt.asm |MSFT + Ia32/CpuInterrupt.S |GCC [Sources.X64] X64/CpuInterrupt.asm | INTEL - -[Sources.common] + 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