]> git.proxmox.com Git - mirror_edk2.git/commit - MdePkg/MdePkg.dsc
MdePkg/ArmTrngLib: Add NULL instance of Arm TRNG Library
authorSami Mujawar <sami.mujawar@arm.com>
Fri, 28 Oct 2022 15:32:47 +0000 (17:32 +0200)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sun, 6 Nov 2022 16:32:28 +0000 (16:32 +0000)
commitef4cf3d88df2dd2b8afa790007c9f62a3d6cfcd6
tree51b138e90d83a3565c3b252a8ae0d15e8112e929
parentcbce5a1a93ab092d9c2c4c7949f26f6a9d753995
MdePkg/ArmTrngLib: Add NULL instance of Arm TRNG Library

Bugzilla: 3668 (https://bugzilla.tianocore.org/show_bug.cgi?id=3668)

The Arm True Random Number Generator (TRNG) library defines an
interface to access the entropy source on a platform. On platforms
that do not have access to an entropy source, a NULL instance of
the TRNG library may be useful to satisfy the build dependency.

Therefore, add a NULL instance of the Arm TRNG library.

Signed-off-by: Pierre Gondois <pierre.gondois@arm.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
MdePkg/Library/BaseArmTrngLibNull/BaseArmTrngLibNull.c [new file with mode: 0644]
MdePkg/Library/BaseArmTrngLibNull/BaseArmTrngLibNull.inf [new file with mode: 0644]
MdePkg/Library/BaseArmTrngLibNull/BaseArmTrngLibNull.uni [new file with mode: 0644]
MdePkg/MdeLibs.dsc.inc
MdePkg/MdePkg.dsc