diff options
author | Leif Lindholm <leif.lindholm@linaro.org> | 2019-03-18 22:56:25 +0800 |
---|---|---|
committer | Hao Wu <hao.a.wu@intel.com> | 2019-03-27 08:55:30 +0800 |
commit | 4a1f6b85c184eecab22df88312a207f5e0ea4264 (patch) | |
tree | 0a10ef66ae4069502726c74be1af98671c3a5402 /MdeModulePkg/MdeModulePkg.dsc | |
parent | fa888c7ee9ba90ac530c02f57ba513a7146a7239 (diff) | |
download | edk2-4a1f6b85c184eecab22df88312a207f5e0ea4264.tar.gz edk2-4a1f6b85c184eecab22df88312a207f5e0ea4264.tar.bz2 edk2-4a1f6b85c184eecab22df88312a207f5e0ea4264.zip |
MdeModulePkg: add LockBoxNullLib for !IA32/X64 in .dsc
Commit 05fd2a926833
("MdeModulePkg/NvmExpressPei: Consume S3StorageDeviceInitList LockBox")
added a dependency on LockBoxLib to NvmExpressPei, causing builds using
MdeModulePkg.dsc to fail on architectures other than IA32/X64 with
missing reference to
gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode.
Add a resolution for LockBoxNullLib for ARM/AARCH64 to restore builds.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Hao Wu <hao.a.wu@intel.com>
Diffstat (limited to 'MdeModulePkg/MdeModulePkg.dsc')
-rw-r--r-- | MdeModulePkg/MdeModulePkg.dsc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MdeModulePkg/MdeModulePkg.dsc b/MdeModulePkg/MdeModulePkg.dsc index 6cd1727a0d..6e27e9cb68 100644 --- a/MdeModulePkg/MdeModulePkg.dsc +++ b/MdeModulePkg/MdeModulePkg.dsc @@ -178,6 +178,7 @@ [LibraryClasses.ARM, LibraryClasses.AARCH64]
ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
+ LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
#
# It is not possible to prevent ARM compiler calls to generic intrinsic functions.
|