]> git.proxmox.com Git - mirror_edk2.git/commitdiff
OvmfPkg: Removing ipf which is no longer supported from edk2.
authorchenc2 <chen.a.chen@intel.com>
Fri, 29 Jun 2018 03:30:22 +0000 (11:30 +0800)
committerZhang, Chao B <chao.b.zhang@intel.com>
Fri, 29 Jun 2018 08:19:47 +0000 (16:19 +0800)
Removing rules for Ipf sources file:
* Remove the source file which path with "ipf" and also listed in
  [Sources.IPF] section of INF file.
* Remove the source file which listed in [Components.IPF] section
  of DSC file and not listed in any other [Components] section.
* Remove the embedded Ipf code for MDE_CPU_IPF.

Removing rules for Inf file:
* Remove IPF from VALID_ARCHITECTURES comments.
* Remove DXE_SAL_DRIVER from LIBRARY_CLASS in [Defines] section.
* Remove the INF which only listed in [Components.IPF] section in DSC.
* Remove statements from [BuildOptions] that provide IPF specific flags.
* Remove any IPF sepcific sections.

Removing rules for Dec file:
* Remove [Includes.IPF] section from Dec.

Removing rules for Dsc file:
* Remove IPF from SUPPORTED_ARCHITECTURES in [Defines] section of DSC.
* Remove any IPF specific sections.
* Remove statements from [BuildOptions] that provide IPF specific flags.

Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Chen A Chen <chen.a.chen@intel.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
25 files changed:
OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf
OvmfPkg/AcpiTables/AcpiTables.inf
OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.inf
OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf
OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf
OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.inf
OvmfPkg/Library/PciHostBridgeLib/PciHostBridgeLib.inf
OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort.inf
OvmfPkg/Library/PlatformFvbLibNull/PlatformFvbLibNull.inf
OvmfPkg/Library/PlatformSecureLib/PlatformSecureLib.inf
OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf
OvmfPkg/Library/QemuFwCfgS3Lib/BaseQemuFwCfgS3LibNull.inf
OvmfPkg/Library/QemuFwCfgS3Lib/DxeQemuFwCfgS3LibFwCfg.inf
OvmfPkg/Library/QemuFwCfgS3Lib/PeiQemuFwCfgS3LibFwCfg.inf
OvmfPkg/Library/ResetSystemLib/ResetSystemLib.inf
OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib.inf
OvmfPkg/Library/Tcg2PhysicalPresenceLibNull/DxeTcg2PhysicalPresenceLib.inf
OvmfPkg/Library/Tcg2PhysicalPresenceLibQemu/DxeTcg2PhysicalPresenceLib.inf
OvmfPkg/PlatformPei/PlatformPei.inf
OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
OvmfPkg/SataControllerDxe/SataControllerDxe.inf
OvmfPkg/Sec/SecMain.inf
OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf

index 17099ce8bb1fb8ec85ae4e84435fec5bd758e2eb..edc192e03d73a78689cb669ad208f58b5cd27754 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  OVMF ACPI Platform Driver\r
 #\r
 ## @file\r
 #  OVMF ACPI Platform Driver\r
 #\r
-#  Copyright (c) 2008 - 2012, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -23,7 +23,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
 #\r
 \r
 [Sources]\r
index 2c604c34d5beafa38fc98e444e866281b68fab46..1d62cee0addf5772071e1c576cf419f0008726c2 100644 (file)
@@ -3,7 +3,7 @@
 #\r
 #  ACPI table data and ASL sources required to boot the platform.\r
 #\r
 #\r
 #  ACPI table data and ASL sources required to boot the platform.\r
 #\r
-#  Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -24,7 +24,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
 #\r
 \r
 [Sources]\r
index 2f576bf09046e6fa77e234f32840c78eb788591f..a645c9ccd21908a3c7a47d2b20854999cb8cdf0f 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Platform CSM Support Library\r
 #\r
 ## @file\r
 #  Platform CSM Support Library\r
 #\r
-#  Copyright (c) 2008 - 2011, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -25,7 +25,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
 #\r
 \r
 [Sources]\r
index 2aacf06c923da0ca993bd9daa0eafc32588bdc1c..5a41cd1d5915eb904e2a6de8a3402ffebb5b7118 100644 (file)
@@ -2,7 +2,7 @@
 #  Firmware Block Services to support emulating non-volatile variables\r
 #  by pretending that a memory buffer is storage for the NV variables.\r
 #\r
 #  Firmware Block Services to support emulating non-volatile variables\r
 #  by pretending that a memory buffer is storage for the NV variables.\r
 #\r
-#  Copyright (c) 2008 - 2011, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -24,7 +24,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
 #\r
 \r
 [Sources]\r
index ec6764d76019d82cf342e03087a0bc18ddbde1a0..ccbec56c76210211a0d95cb384101d2f0651ed98 100644 (file)
@@ -3,7 +3,7 @@
 #\r
 #  This library handles hooks for the EMU Variable FVB driver.\r
 #\r
 #\r
 #  This library handles hooks for the EMU Variable FVB driver.\r
 #\r
-#  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -26,7 +26,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
 #\r
 \r
 [Sources]\r
index 38dfc795f7b9f5f0c6fe61ed7350faf68a51ccf2..a6268139d6b68422a0a882637ba8bc3e120334da 100644 (file)
@@ -4,7 +4,7 @@
 #  This library saves and restores non-volatile variables in a\r
 #  file within a file system.\r
 #\r
 #  This library saves and restores non-volatile variables in a\r
 #  file within a file system.\r
 #\r
-#  Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
   FILE_GUID                      = 9172fe8b-9a36-40f8-bba5-5e57a44390bd\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
   FILE_GUID                      = 9172fe8b-9a36-40f8-bba5-5e57a44390bd\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = NvVarsFileLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER UEFI_DRIVER\r
+  LIBRARY_CLASS                  = NvVarsFileLib|DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_DRIVER\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
 #\r
 \r
 [Sources]\r
index 046ffbde8e9249a7a1d38a7589c26ebbe19f7e73..666c795a8612f85aba9333b32f82c63a14e9804e 100644 (file)
@@ -2,7 +2,7 @@
 #  OVMF's instance of the PCI Host Bridge Library.\r
 #\r
 #  Copyright (C) 2016, Red Hat, Inc.\r
 #  OVMF's instance of the PCI Host Bridge Library.\r
 #\r
 #  Copyright (C) 2016, Red Hat, Inc.\r
-#  Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials are licensed and made available\r
 #  under the terms and conditions of the BSD License which accompanies this\r
 #\r
 #  This program and the accompanying materials are licensed and made available\r
 #  under the terms and conditions of the BSD License which accompanies this\r
@@ -27,7 +27,7 @@
 # The following information is for reference only and not required by the build\r
 # tools.\r
 #\r
 # The following information is for reference only and not required by the build\r
 # tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
 #\r
 \r
 [Sources]\r
index d355d0440efd9c54fcbd1caaef4e0e36dfaf8b4b..5d9b53bf2d1eac643a15255b1debea70fb9e5e70 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Platform BDS customizations library.\r
 #\r
 ## @file\r
 #  Platform BDS customizations library.\r
 #\r
-#  Copyright (c) 2007 - 2017, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -23,7 +23,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
 #\r
 \r
 [Sources]\r
index baa90a3d4327275eb0a2b061d0c91f303ec2f7a8..09e2df115b54578d9dfd0e1799ba2994d8d46ffb 100644 (file)
@@ -2,7 +2,7 @@
 #  Instance of Debug Library for the QEMU debug console port.\r
 #  It uses Print Library to produce formatted output strings.\r
 #\r
 #  Instance of Debug Library for the QEMU debug console port.\r
 #  It uses Print Library to produce formatted output strings.\r
 #\r
-#  Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #  Copyright (c) 2012, Red Hat, Inc.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  Copyright (c) 2012, Red Hat, Inc.<BR>\r
 #\r
 #  This program and the accompanying materials\r
@@ -25,7 +25,7 @@
   CONSTRUCTOR                    = PlatformDebugLibIoPortConstructor\r
 \r
 #\r
   CONSTRUCTOR                    = PlatformDebugLibIoPortConstructor\r
 \r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
 #\r
 \r
 [Sources]\r
index f95a105864eac61e5914b84d1589b9d300992146..d2cd93a31449e2951d5f804df51b8f7d178a8dbb 100644 (file)
@@ -2,7 +2,7 @@
 #  Instance of Debug Library for the QEMU debug console port.\r
 #  It uses Print Library to produce formatted output strings.\r
 #\r
 #  Instance of Debug Library for the QEMU debug console port.\r
 #  It uses Print Library to produce formatted output strings.\r
 #\r
-#  Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #  Copyright (c) 2017, Red Hat, Inc.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  Copyright (c) 2017, Red Hat, Inc.<BR>\r
 #\r
 #  This program and the accompanying materials\r
@@ -25,7 +25,7 @@
   CONSTRUCTOR                    = PlatformRomDebugLibIoPortConstructor\r
 \r
 #\r
   CONSTRUCTOR                    = PlatformRomDebugLibIoPortConstructor\r
 \r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
 #\r
 \r
 [Sources]\r
index 5f51391e82ccb94b85a78b93602666ef925b61de..cf5385b35abca9f186b615bde3c08b6ce8485319 100644 (file)
@@ -3,7 +3,7 @@
 #\r
 #  This library handles hooks for the EMU Variable FVB driver.\r
 #\r
 #\r
 #  This library handles hooks for the EMU Variable FVB driver.\r
 #\r
-#  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -26,7 +26,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
 #\r
 \r
 [Sources]\r
index 267bc182b461d3cd5cf36484b704dbeafc99665d..bb3f89d6dc19f47ca4bda8f824b8f79eee306b19 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Provides a platform-specific method to enable Secure Boot Custom Mode setup.\r
 #\r
 ## @file\r
 #  Provides a platform-specific method to enable Secure Boot Custom Mode setup.\r
 #\r
-#  Copyright (c) 2008 - 2012, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -23,7 +23,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
 #\r
 \r
 [Sources]\r
index 8fffee932a5e0f83bb9e6630d376fbb08563cea6..962fe227e49475b4e3e161f950c93149fa016fcb 100644 (file)
@@ -2,7 +2,7 @@
 #  Rewrite the BootOrder NvVar based on QEMU's "bootorder" fw_cfg file.\r
 #\r
 #  Copyright (C) 2012 - 2014, Red Hat, Inc.\r
 #  Rewrite the BootOrder NvVar based on QEMU's "bootorder" fw_cfg file.\r
 #\r
 #  Copyright (C) 2012 - 2014, Red Hat, Inc.\r
-#  Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials are licensed and made available\r
 #  under the terms and conditions of the BSD License which accompanies this\r
 #\r
 #  This program and the accompanying materials are licensed and made available\r
 #  under the terms and conditions of the BSD License which accompanies this\r
@@ -27,7 +27,7 @@
 # The following information is for reference only and not required by the build\r
 # tools.\r
 #\r
 # The following information is for reference only and not required by the build\r
 # tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC ARM AARCH64\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC ARM AARCH64\r
 #\r
 \r
 [Sources]\r
 #\r
 \r
 [Sources]\r
index 837fd70db6e55b29f40b9f69e18d61eeb719f3e2..212e1b86296f286e950577fe47dbe51f6c883f4b 100644 (file)
@@ -5,6 +5,7 @@
 # all other library functions trigger assertion failures. It is suitable for\r
 # QEMU targets and machine types that never enable S3.\r
 #\r
 # all other library functions trigger assertion failures. It is suitable for\r
 # QEMU targets and machine types that never enable S3.\r
 #\r
+#  Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>\r
 # Copyright (C) 2017, Red Hat, Inc.\r
 #\r
 # This program and the accompanying materials are licensed and made available\r
 # Copyright (C) 2017, Red Hat, Inc.\r
 #\r
 # This program and the accompanying materials are licensed and made available\r
@@ -28,7 +29,7 @@
 # The following information is for reference only and not required by the build\r
 # tools.\r
 #\r
 # The following information is for reference only and not required by the build\r
 # tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 ARM AARCH64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 ARM AARCH64 EBC\r
 #\r
 \r
 [Sources]\r
 #\r
 \r
 [Sources]\r
index a0e4275cb8a500d17b970dcc5fd1c8cbdfcdafda..0200533e941e827c992f318c2a7650850946b4b7 100644 (file)
@@ -1,6 +1,7 @@
 ## @file\r
 # Full functionality QemuFwCfgS3Lib instance, for DXE phase modules.\r
 #\r
 ## @file\r
 # Full functionality QemuFwCfgS3Lib instance, for DXE phase modules.\r
 #\r
+#  Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>\r
 # Copyright (C) 2017, Red Hat, Inc.\r
 #\r
 # This program and the accompanying materials are licensed and made available\r
 # Copyright (C) 2017, Red Hat, Inc.\r
 #\r
 # This program and the accompanying materials are licensed and made available\r
@@ -24,7 +25,7 @@
 # The following information is for reference only and not required by the build\r
 # tools.\r
 #\r
 # The following information is for reference only and not required by the build\r
 # tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 ARM AARCH64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 ARM AARCH64 EBC\r
 #\r
 \r
 [Sources]\r
 #\r
 \r
 [Sources]\r
index 890862076e81833b22a875da86b5c317cdfa3088..ee3e6a7b196758c3df0e02411397a19d8ee2cc5d 100644 (file)
@@ -4,6 +4,7 @@
 # QemuFwCfgS3Enabled() queries S3 enablement via fw_cfg. Other library APIs\r
 # will report lack of support.\r
 #\r
 # QemuFwCfgS3Enabled() queries S3 enablement via fw_cfg. Other library APIs\r
 # will report lack of support.\r
 #\r
+#  Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>\r
 # Copyright (C) 2017, Red Hat, Inc.\r
 #\r
 # This program and the accompanying materials are licensed and made available\r
 # Copyright (C) 2017, Red Hat, Inc.\r
 #\r
 # This program and the accompanying materials are licensed and made available\r
@@ -27,7 +28,7 @@
 # The following information is for reference only and not required by the build\r
 # tools.\r
 #\r
 # The following information is for reference only and not required by the build\r
 # tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 ARM AARCH64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 ARM AARCH64 EBC\r
 #\r
 \r
 [Sources]\r
 #\r
 \r
 [Sources]\r
index ecd462ba7d845379b0e5d900f3f43bfc5eadd94e..39ca805730641aa4f3f45a949450e5daad3c9593 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Library instance for ResetSystem library class for OVMF\r
 #\r
 ## @file\r
 #  Library instance for ResetSystem library class for OVMF\r
 #\r
-#  Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -23,7 +23,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF\r
+#  VALID_ARCHITECTURES           = IA32 X64\r
 #\r
 \r
 [Sources]\r
 #\r
 \r
 [Sources]\r
index 8fe36b226b3aefd6b7f36830c7db304f13aca5e7..36f212df5ba8bebef4b534ef3845e38ba8d3fdb7 100644 (file)
@@ -3,7 +3,7 @@
 #\r
 #  This library serializes and deserializes UEFI variables\r
 #\r
 #\r
 #  This library serializes and deserializes UEFI variables\r
 #\r
-#  Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -20,7 +20,7 @@
   FILE_GUID                      = 9515f92a-83ae-45fd-9d2e-e3dc15df52d0\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
   FILE_GUID                      = 9515f92a-83ae-45fd-9d2e-e3dc15df52d0\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = SerializeVariablesLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER UEFI_DRIVER\r
+  LIBRARY_CLASS                  = SerializeVariablesLib|DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_DRIVER\r
 \r
 [Sources]\r
   SerializeVariablesLib.c\r
 \r
 [Sources]\r
   SerializeVariablesLib.c\r
index 85ccd0edf027bec6ad53b781a7d7a8cc90a981b8..485e470a06e70d67804c69485bf03047e69eef5e 100644 (file)
@@ -7,7 +7,7 @@
 # Tcg2PhysicalPresenceLibProcessRequest(), without user interaction.\r
 #\r
 # Copyright (C) 2018, Red Hat, Inc.\r
 # Tcg2PhysicalPresenceLibProcessRequest(), without user interaction.\r
 #\r
 # Copyright (C) 2018, Red Hat, Inc.\r
-# Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution. The full text of the license may be found at\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution. The full text of the license may be found at\r
@@ -23,7 +23,7 @@
   FILE_GUID                      = 2A6BA243-DC22-42D8-9C3D-AE3728DC7AFA\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
   FILE_GUID                      = 2A6BA243-DC22-42D8-9C3D-AE3728DC7AFA\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = Tcg2PhysicalPresenceLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
+  LIBRARY_CLASS                  = Tcg2PhysicalPresenceLib|DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
 \r
 [Sources]\r
   DxeTcg2PhysicalPresenceLib.c\r
 \r
 [Sources]\r
   DxeTcg2PhysicalPresenceLib.c\r
index c9c0106afdefcb1924debbce029e384ae02b228d..bacca1bfc8ca288b43122385c3025b52b43a7e07 100644 (file)
@@ -20,7 +20,7 @@
 #  This external input must be validated carefully to avoid security issue.\r
 #\r
 # Copyright (C) 2018, Red Hat, Inc.\r
 #  This external input must be validated carefully to avoid security issue.\r
 #\r
 # Copyright (C) 2018, Red Hat, Inc.\r
-# Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution. The full text of the license may be found at\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution. The full text of the license may be found at\r
   FILE_GUID                      = 41D3E698-9EEC-41FF-9CBB-5FE79A0CF326\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
   FILE_GUID                      = 41D3E698-9EEC-41FF-9CBB-5FE79A0CF326\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = Tcg2PhysicalPresenceLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
+  LIBRARY_CLASS                  = Tcg2PhysicalPresenceLib|DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
 #\r
 \r
 [Sources]\r
index 30ceb4bbb17cbbe74b3e7532818cbd4272373c83..0f347f8c1139712ece0125c7a4c11e3eb4e37729 100644 (file)
@@ -2,7 +2,7 @@
 #  Platform PEI driver\r
 #\r
 #  This module provides platform specific function to detect boot mode.\r
 #  Platform PEI driver\r
 #\r
 #  This module provides platform specific function to detect boot mode.\r
-#  Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -25,7 +25,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
 #\r
 \r
 [Sources]\r
index bec37975bafcc7789bfb7ad4e9d48ba1bb34b15f..a04ed537dd27d789af8fdc9be48de9c0e42bbc59 100644 (file)
@@ -2,7 +2,7 @@
 #  This driver is a sample implementation of the Graphics Output Protocol for\r
 #  the QEMU (Cirrus Logic 5446) video controller.\r
 #\r
 #  This driver is a sample implementation of the Graphics Output Protocol for\r
 #  the QEMU (Cirrus Logic 5446) video controller.\r
 #\r
-#  Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -26,7 +26,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 #  DRIVER_BINDING                =  gQemuVideoDriverBinding\r
 #  COMPONENT_NAME                =  gQemuVideoComponentName\r
 #\r
 #  DRIVER_BINDING                =  gQemuVideoDriverBinding\r
 #  COMPONENT_NAME                =  gQemuVideoComponentName\r
@@ -48,7 +48,7 @@
   VbeShim.c\r
   VbeShim.h\r
 \r
   VbeShim.c\r
   VbeShim.h\r
 \r
-[Sources.IPF, Sources.EBC]\r
+[Sources.EBC]\r
   UnalignedIoUnsupported.c\r
 \r
 [Packages]\r
   UnalignedIoUnsupported.c\r
 \r
 [Packages]\r
index 42312062d7f9d77973f94875e7d3299062bf49ef..9c2953eef7a352946765654add14ee8a33bf81fc 100644 (file)
@@ -2,7 +2,7 @@
 #  \r
 #    Component description file for the Sata Controller driver.\r
 #\r
 #  \r
 #    Component description file for the Sata Controller driver.\r
 #\r
-#  Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -24,7 +24,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
 #\r
 \r
 [Sources]\r
index 6051cb3c6c4cc478ef1ed53e627022873f3ab852..23ce7d8f6dc7c06d7d32dbd765f4a2ff1ca46bc2 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  SEC Driver\r
 #\r
 ## @file\r
 #  SEC Driver\r
 #\r
-#  Copyright (c) 2008 - 2015, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -24,7 +24,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
 #\r
 \r
 [Sources]\r
index 91815ecd6f1566d82def7790c6b6d500dcd3a606..9b0410d343f32a829568b3e595b07605d9a8ed8d 100644 (file)
@@ -2,7 +2,7 @@
 #  This driver installs SMBIOS information for OVMF\r
 #\r
 #  Copyright (c) 2011, Bei Guan <gbtju85@gmail.com>\r
 #  This driver installs SMBIOS information for OVMF\r
 #\r
 #  Copyright (c) 2011, Bei Guan <gbtju85@gmail.com>\r
-#  Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -25,7 +25,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC ARM AARCH64\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC ARM AARCH64\r
 #\r
 \r
 [Sources]\r
 #\r
 \r
 [Sources]\r