mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
NetworkPkg: Add RngLib mapping for LOONGARCH64
NetworkPkg will build failed on LOONGARCH64 platform, because LOONGARCH64 don't support MdePkg/Library/BaseRngLib. So add MdeModulePkg/Library/BaseRngLibTimerLib as BaseRngLib of LOONGARCH64 platform. Signed-off-by: Qihang Gao <gaoqihang@loongson.cn> Cc: Chao Li <lichao@loongson.cn>
This commit is contained in:
parent
85e2fef2a8
commit
fe94475538
1 changed files with 3 additions and 0 deletions
|
|
@ -74,6 +74,9 @@
|
|||
[LibraryClasses.RISCV64]
|
||||
RngLib|MdeModulePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib.inf
|
||||
|
||||
[LibraryClasses.LOONGARCH64]
|
||||
RngLib|MdeModulePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib.inf
|
||||
|
||||
[PcdsFeatureFlag]
|
||||
gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
|
||||
gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue