[Feature]: TRNG Lib in the ARM Pkg should be optional (an opt in mechanism) #207
Labels
state:backlog
In the backlog
state:needs-owner
Needs an issue owner to be assigned
state:needs-triage
Needs to triaged to determine next steps
type:feature-request
A new feature proposal
urgency:medium
Important with a moderate impact
Feature Overview
The current implementation of TRNG in the ARMPkg (https://github.com/tianocore/edk2/blob/3db76e6476e493d3cda45b81bba99a645180cf35/ArmPkg/Library/ArmTrngLib/ArmTrngLib.c#L82) forces the platform to have their own implementation. There is a null version of TRNG but that has asserts in the interface implementation making it non-usable for the platform. Ideally, we want the platform to control how they want to generate their random numbers without forcing TRNG to be implemented.
Solution Overview
Ideally, we want the platform to control how they want to generate their random numbers without forcing TRNG to be implemented.
Alternatives Considered
No response
Urgency
Medium
Are you going to implement the feature request?
Someone else needs to implement the feature
Do you need maintainer feedback?
No maintainer feedback needed
Anything else?
No response
The text was updated successfully, but these errors were encountered: