mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 13:44:33 +02:00
OvmfPkg/LoongArch: Enabling some base libraries
BaseCryptLib, RngLib, IntrinsicLib and OpensslLib are enabled by default on LoongArch VM, since some APPs or OS require them. Cc: Ard Biesheuvel <ardb+tianocore@kernel.org> Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Chao Li <lichao@loongson.cn>
This commit is contained in:
parent
2ece0790f7
commit
b8f3199595
@ -156,6 +156,18 @@
|
|||||||
FileExplorerLib | MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
|
FileExplorerLib | MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
|
||||||
ImagePropertiesRecordLib | MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf
|
ImagePropertiesRecordLib | MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf
|
||||||
|
|
||||||
|
#
|
||||||
|
# CryptoPkg libraries needed by multiple firmware features
|
||||||
|
#
|
||||||
|
IntrinsicLib | CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
|
||||||
|
!if $(NETWORK_TLS_ENABLE) == TRUE
|
||||||
|
OpensslLib | CryptoPkg/Library/OpensslLib/OpensslLib.inf
|
||||||
|
!else
|
||||||
|
OpensslLib | CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf
|
||||||
|
!endif
|
||||||
|
BaseCryptLib | CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
|
||||||
|
RngLib | MdeModulePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib.inf
|
||||||
|
|
||||||
!if $(HTTP_BOOT_ENABLE) == TRUE
|
!if $(HTTP_BOOT_ENABLE) == TRUE
|
||||||
HttpLib | MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.inf
|
HttpLib | MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.inf
|
||||||
!endif
|
!endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user