X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=UefiCpuPkg%2FCpuIo2Dxe%2FCpuIo2Dxe.inf;h=6a4270971696e3c641811c11eb3f96b895cd0338;hb=f6b0258d25a63ae3d3bc6430abe30fb625abc52a;hp=8ef8b3d31cffc96c85ec43bc340a53c27b9b8120;hpb=e48e07424a72a2bdaa8dfe46198facaca02051d6;p=mirror_edk2.git diff --git a/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf b/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf index 8ef8b3d31c..6a42709716 100644 --- a/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf +++ b/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf @@ -1,7 +1,9 @@ ## @file # Produces the CPU I/O 2 Protocol by using the services of the I/O Library. # -# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.
+# Copyright (c) 2009 - 2018, 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 @@ -18,19 +20,19 @@ MODULE_UNI_FILE = CpuIo2Dxe.uni FILE_GUID = A19B1FE7-C1BC-49F8-875F-54A5D542443F MODULE_TYPE = DXE_DRIVER - VERSION_STRING = 1.0 + VERSION_STRING = 1.0 ENTRY_POINT = CpuIo2Initialize # # The following information is for reference only and not required by the build tools. # -# VALID_ARCHITECTURES = IA32 X64 IPF EBC +# VALID_ARCHITECTURES = IA32 X64 EBC # [Sources] CpuIo2Dxe.c CpuIo2Dxe.h - + [Packages] MdePkg/MdePkg.dec