X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseIoLibIntrinsic%2FBaseIoLibIntrinsic.inf;h=693e7afd26d3949a2ac8d973ea42406e917f3d6f;hb=9344f0921518309295da89c221d10cbead8531aa;hp=11fffce3abf045c93edc1eb64b6a42fcf382e3ab;hpb=9314970a95f566d5edc2bd9473d02f17d6037cff;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf b/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf index 11fffce3ab..693e7afd26 100644 --- a/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf +++ b/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf @@ -1,37 +1,34 @@ -#/** @file +## @file # Instance of I/O Library using compiler intrinsics. # # I/O Library that uses compiler intrinsics to perform IN and OUT instructions # for IA-32 and x64. On IPF, I/O port requests are translated into MMIO requests. -# MMIO requests are forwarded directly to memory. +# MMIO requests are forwarded directly to memory. For EBC, I/O port requests +# ASSERT(). # -# Copyright (c) 2007 - 2008, Intel Corporation.
-# Portions Copyright (c) 2008-2009 Apple Inc.
+# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.
+# Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.
+# Copyright (c) 2017, AMD Incorporated. All rights reserved.
# -# 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 -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # -# -#**/ +## [Defines] INF_VERSION = 0x00010005 BASE_NAME = BaseIoLibIntrinsic + MODULE_UNI_FILE = BaseIoLibIntrinsic.uni FILE_GUID = 926c9cd0-4bb8-479b-9ac4-8a2a23f85307 MODULE_TYPE = BASE VERSION_STRING = 1.0 - LIBRARY_CLASS = IoLib + LIBRARY_CLASS = IoLib # -# VALID_ARCHITECTURES = IA32 X64 IPF ARM +# VALID_ARCHITECTURES = IA32 X64 EBC ARM AARCH64 # -[Sources.common] +[Sources] IoLibMmioBuffer.c BaseIoLibIntrinsicInternal.h IoHighLevel.c @@ -41,19 +38,25 @@ IoLibMsc.c | MSFT IoLibIcc.c | INTEL IoLib.c + Ia32/IoFifo.nasm [Sources.X64] IoLibGcc.c | GCC IoLibMsc.c | MSFT IoLibIcc.c | INTEL IoLib.c + X64/IoFifo.nasm + +[Sources.EBC] + IoLibEbc.c + IoLib.c -[Sources.IPF] - IoLibIpf.c +[Sources.ARM] + IoLibArm.c + +[Sources.AARCH64] + IoLibArm.c -[Sources.ARM] - IoLibArm.c - [Packages] MdePkg/MdePkg.dec @@ -61,9 +64,3 @@ DebugLib BaseLib -[LibraryClasses.IPF] - PcdLib - -[Pcd.IPF] - gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf -