projects
/
mirror_edk2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed tracker #49
[mirror_edk2.git]
/
MdePkg
/
Library
/
BasePciExpressLib
/
PciLib.c
diff --git
a/MdePkg/Library/BasePciExpressLib/PciLib.c
b/MdePkg/Library/BasePciExpressLib/PciLib.c
index a3dab38ec34f43a969d769325afc3d07fda201b6..3003613486a9bce2906c1de844a80d543890e8ca 100644
(file)
--- a/
MdePkg/Library/BasePciExpressLib/PciLib.c
+++ b/
MdePkg/Library/BasePciExpressLib/PciLib.c
@@
-37,8
+37,7
@@
GetPciExpressBaseAddress (
VOID
\r
)
\r
{
\r
VOID
\r
)
\r
{
\r
- /// @bug Change this to a PCD Get call to retrieve the PCI-E Base Address
\r
- return 0xc0000000;
\r
+ return (UINTN)PcdGet64 (PcdPciExpressBaseAddress);
\r
}
\r
\r
/**
\r
}
\r
\r
/**
\r