diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2015-11-30 08:57:12 +0000 |
---|---|---|
committer | abiesheuvel <abiesheuvel@Edk2> | 2015-11-30 08:57:12 +0000 |
commit | 2c9602443673d4e88c24e6c1ac78679b7d89c60f (patch) | |
tree | 1b605e7eb3dc818c7fda4806e0bc617591c4cfb6 /ArmVirtPkg | |
parent | c75f83719457fa0fc786b14c4ab8470da63cfeb3 (diff) | |
download | edk2-2c9602443673d4e88c24e6c1ac78679b7d89c60f.tar.gz edk2-2c9602443673d4e88c24e6c1ac78679b7d89c60f.tar.bz2 edk2-2c9602443673d4e88c24e6c1ac78679b7d89c60f.zip |
ArmVirtPkg: add secure boot support to 32-bit ARM targets
Building the 32-bit ARM targets with secure boot enabled requires
a library resolution for the ArmSoftfloatLib dependency of
OpenSslLib. So provide one.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19032 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmVirtPkg')
-rw-r--r-- | ArmVirtPkg/ArmVirt.dsc.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ArmVirtPkg/ArmVirt.dsc.inc b/ArmVirtPkg/ArmVirt.dsc.inc index b45d9d09d0..9a6098b2ab 100644 --- a/ArmVirtPkg/ArmVirt.dsc.inc +++ b/ArmVirtPkg/ArmVirt.dsc.inc @@ -233,6 +233,9 @@ BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
!endif
+[LibraryClasses.ARM]
+ ArmSoftFloatLib|ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf
+
[BuildOptions]
RVCT:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
|