Re: [edk2-devel] [PATCH v1 5/8] MdePkg/Rng: Add GetRngGuid() to RngLib

2023-06-29 Thread Sami Mujawar
Hi Pierre, Thank you for this patch. Please find my response inline marked [SAMI]. With that addressed, Reviewed-by: Sami Mujawar Regards, Sami Mujawar On 09/05/2023 08:40 am, pierre.gond...@arm.com wrote: From: Pierre Gondois The EFI_RNG_PROTOCOL can use the RngLib. The RngLib has

[edk2-devel] [PATCH v1 5/8] MdePkg/Rng: Add GetRngGuid() to RngLib

2023-05-09 Thread PierreGondois
From: Pierre Gondois The EFI_RNG_PROTOCOL can use the RngLib. The RngLib has multiple implementations, some of them are unsafe (e.g. BaseRngLibTimerLib). To allow the RngDxe to detect when such implementation is used, add a GetRngGuid() function to the RngLib. Signed-off-by: Pierre Gondois ---