X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseIoLibIntrinsic%2FBaseIoLibIntrinsic.inf;h=690b95d44033b9fe40699213d461fa2c069a4d2b;hb=089e9c19a8c1775951b4109ea369d7de07c2ad9d;hp=693e7afd26d3949a2ac8d973ea42406e917f3d6f;hpb=9344f0921518309295da89c221d10cbead8531aa;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf b/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf index 693e7afd26..690b95d440 100644 --- a/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf +++ b/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf @@ -4,11 +4,13 @@ # 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. For EBC, I/O port requests -# ASSERT(). +# ASSERT(). For ARM, AARCH64 and RISCV64, this I/O library only provides non I/O +# read and write. # # 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.
+# Portions Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.
# # SPDX-License-Identifier: BSD-2-Clause-Patent # @@ -25,7 +27,7 @@ # -# VALID_ARCHITECTURES = IA32 X64 EBC ARM AARCH64 +# VALID_ARCHITECTURES = IA32 X64 EBC ARM AARCH64 RISCV64 # [Sources] @@ -36,14 +38,12 @@ [Sources.IA32] IoLibGcc.c | GCC 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 @@ -52,10 +52,13 @@ IoLib.c [Sources.ARM] - IoLibArm.c + IoLibNoIo.c [Sources.AARCH64] - IoLibArm.c + IoLibNoIo.c + +[Sources.RISCV64] + IoLibNoIo.c [Packages] MdePkg/MdePkg.dec