summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/DxeRuntimePciExpressLib/DxeRuntimePciExpressLib.inf
diff options
context:
space:
mode:
authorVitaly Cheptsov via Groups.Io <vit9696=protonmail.com@groups.io>2020-01-07 18:50:32 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-01-10 03:25:59 +0000
commitdf851da3ceff5b6bcf5e12616f6af60812aab483 (patch)
treec80a6b2adc0b2b59723c450a0a95c410b184176b /MdePkg/Library/DxeRuntimePciExpressLib/DxeRuntimePciExpressLib.inf
parente18792566c7fb1335e705c3b19334db9271eac90 (diff)
downloadedk2-df851da3ceff5b6bcf5e12616f6af60812aab483.tar.gz
edk2-df851da3ceff5b6bcf5e12616f6af60812aab483.tar.bz2
edk2-df851da3ceff5b6bcf5e12616f6af60812aab483.zip
MdePkg: Do not use CreateEventEx unless required
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2446 There are many firmwares in the wild not supporting CreateEventEx, including devices less than 5 years old. Signed-off-by: Vitaly Cheptsov <vit9696@protonmail.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'MdePkg/Library/DxeRuntimePciExpressLib/DxeRuntimePciExpressLib.inf')
-rw-r--r--MdePkg/Library/DxeRuntimePciExpressLib/DxeRuntimePciExpressLib.inf4
1 files changed, 0 insertions, 4 deletions
diff --git a/MdePkg/Library/DxeRuntimePciExpressLib/DxeRuntimePciExpressLib.inf b/MdePkg/Library/DxeRuntimePciExpressLib/DxeRuntimePciExpressLib.inf
index 45bfe9dc6f..8d2ba1d187 100644
--- a/MdePkg/Library/DxeRuntimePciExpressLib/DxeRuntimePciExpressLib.inf
+++ b/MdePkg/Library/DxeRuntimePciExpressLib/DxeRuntimePciExpressLib.inf
@@ -47,7 +47,3 @@
[Pcd]
gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress ## CONSUMES
-
-[Guids]
- gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event
-