summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev.inf
diff options
context:
space:
mode:
authorDandan Bi <dandan.bi@intel.com>2021-03-12 10:26:10 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-04-08 02:02:57 +0000
commit38c8be123aced4cc8ad5c7e0da9121a181b94251 (patch)
tree429f0874773b2b538a1aef4ef4affc6a673f0b37 /MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev.inf
parent9c08b3e7d5ac177a1ecb3678004fd94164865814 (diff)
downloadedk2-38c8be123aced4cc8ad5c7e0da9121a181b94251.tar.gz
edk2-38c8be123aced4cc8ad5c7e0da9121a181b94251.tar.bz2
edk2-38c8be123aced4cc8ad5c7e0da9121a181b94251.zip
MdePkg/IoLib: Filter/trace port IO/MMIO access
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3246 Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Cc: Zhiguang Liu <zhiguang.liu@intel.com> Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn> Acked-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev.inf')
-rw-r--r--MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev.inf3
1 files changed, 2 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev.inf b/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev.inf
index 86a07e60f8..34f9d1d106 100644
--- a/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev.inf
+++ b/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev.inf
@@ -4,7 +4,7 @@
# I/O Library that uses compiler intrinsics to perform IN and OUT instructions
# for IA-32 and x64.
#
-# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2007 - 2021, Intel Corporation. All rights reserved.<BR>
# Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
# Copyright (c) 2017, AMD Incorporated. All rights reserved.<BR>
#
@@ -49,4 +49,5 @@
[LibraryClasses]
DebugLib
BaseLib
+ RegisterFilterLib