diff options
author | Leif Lindholm <leif.lindholm@oss.qualcomm.com> | 2024-09-26 16:28:25 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-04-30 10:56:03 +0000 |
commit | 37652b830e80740f6d25f48a208e39dbd8a3090c (patch) | |
tree | f712b03cc3df72e2569d2fb66a16c8646a874102 | |
parent | a862c07a3ae62230758364d3b0fe03e0d392cf52 (diff) | |
download | edk2-37652b830e80740f6d25f48a208e39dbd8a3090c.zip edk2-37652b830e80740f6d25f48a208e39dbd8a3090c.tar.gz edk2-37652b830e80740f6d25f48a208e39dbd8a3090c.tar.bz2 |
ArmVirtPkg/ArmVirtCloudHv: add missing PrePiLib dependency/resolution
Add an explicit dependency on a previously accidentally resolved one,
tripped over while excising the EmbeddedPkg libfdt.
Signed-off-by: Leif Lindholm <leif.lindholm@oss.qualcomm.com>
-rw-r--r-- | ArmVirtPkg/ArmVirtCloudHv.dsc | 1 | ||||
-rw-r--r-- | ArmVirtPkg/Library/CloudHvVirtMemInfoLib/CloudHvVirtMemInfoPeiLib.inf | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ArmVirtPkg/ArmVirtCloudHv.dsc b/ArmVirtPkg/ArmVirtCloudHv.dsc index 8b475e2..4ebaf1e 100644 --- a/ArmVirtPkg/ArmVirtCloudHv.dsc +++ b/ArmVirtPkg/ArmVirtCloudHv.dsc @@ -61,6 +61,7 @@ !include MdePkg/MdeLibs.dsc.inc
[LibraryClasses.common.PEIM]
+ PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
ArmVirtMemInfoLib|ArmVirtPkg/Library/CloudHvVirtMemInfoLib/CloudHvVirtMemInfoPeiLib.inf
[LibraryClasses.common.DXE_DRIVER]
diff --git a/ArmVirtPkg/Library/CloudHvVirtMemInfoLib/CloudHvVirtMemInfoPeiLib.inf b/ArmVirtPkg/Library/CloudHvVirtMemInfoLib/CloudHvVirtMemInfoPeiLib.inf index 6df26cc..3646ed3 100644 --- a/ArmVirtPkg/Library/CloudHvVirtMemInfoLib/CloudHvVirtMemInfoPeiLib.inf +++ b/ArmVirtPkg/Library/CloudHvVirtMemInfoLib/CloudHvVirtMemInfoPeiLib.inf @@ -35,6 +35,7 @@ FdtLib
MemoryAllocationLib
PcdLib
+ PrePiLib
[Pcd]
gArmTokenSpaceGuid.PcdFdBaseAddress
|