UefiPayloadPkg: Hook up RNG support
Hoop Up RNG from SecurityPkg. Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Guo Dong <guo.dong@intel.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Maurice Ma <maurice.ma@intel.com> Cc: Benjamin You <benjamin.you@intel.com> Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Change-Id: I9fadc2f36b0601b8a2f5b8a9abc3f208e7987e6c
This commit is contained in:
committed by
Tim Crawford
parent
136138411f
commit
792844cb3b
@@ -744,6 +744,14 @@
|
||||
MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf
|
||||
!endif
|
||||
|
||||
#
|
||||
# Random Number Generator
|
||||
#
|
||||
SecurityPkg/RandomNumberGenerator/RngDxe/RngDxe.inf {
|
||||
<LibraryClasses>
|
||||
RngLib|SecurityPkg/Library/BaseRngLib/BaseRngLib.inf
|
||||
}
|
||||
|
||||
#------------------------------
|
||||
# Build the shell
|
||||
#------------------------------
|
||||
|
@@ -261,6 +261,10 @@ INF MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
|
||||
#
|
||||
INF MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
|
||||
|
||||
# Random Number Generator
|
||||
#
|
||||
INF SecurityPkg/RandomNumberGenerator/RngDxe/RngDxe.inf
|
||||
|
||||
#
|
||||
# UEFI network modules
|
||||
#
|
||||
|
Reference in New Issue
Block a user