]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / BaseIoLibIntrinsic / BaseIoLibIntrinsic.inf
index 29b9e8bdfdfac1aa17c72f5368407c43e1f77ae3..693e7afd26d3949a2ac8d973ea42406e917f3d6f 100644 (file)
@@ -6,16 +6,11 @@
 #  MMIO requests are forwarded directly to memory.  For EBC, I/O port requests\r
 #  ASSERT().\r
 #\r
-#  Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #  Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
+#  Copyright (c) 2017, AMD Incorporated. 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
-#  which accompanies this distribution. The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php.\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-#\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
   FILE_GUID                      = 926c9cd0-4bb8-479b-9ac4-8a2a23f85307\r
   MODULE_TYPE                    = BASE\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = IoLib \r
+  LIBRARY_CLASS                  = IoLib\r
 \r
 \r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 EBC IPF ARM AARCH64\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC ARM AARCH64\r
 #\r
 \r
 [Sources]\r
   IoLibMsc.c    | MSFT\r
   IoLibIcc.c    | INTEL\r
   IoLib.c\r
+  Ia32/IoFifo.nasm\r
 \r
 [Sources.X64]\r
   IoLibGcc.c    | GCC\r
   IoLibMsc.c    | MSFT\r
   IoLibIcc.c    | INTEL\r
   IoLib.c\r
+  X64/IoFifo.nasm\r
 \r
 [Sources.EBC]\r
   IoLibEbc.c\r
   IoLib.c\r
 \r
-[Sources.IPF]\r
-  IoLibIpf.c\r
-\r
 [Sources.ARM]\r
   IoLibArm.c\r
 \r
@@ -70,9 +64,3 @@
   DebugLib\r
   BaseLib\r
 \r
-[LibraryClasses.IPF]\r
-  PcdLib\r
-\r
-[Pcd.IPF]\r
-  gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf  ## SOMETIMES_CONSUMES\r
-\r