Re: [edk2-devel] [PATCH v3 0/6] SecurityPkg/MdePkg: Update RngLib GUID identification

2023-07-12 Thread PierreGondois
Hello Kun, As I made some small changes to the patch-set, I didn't include your tested-by tag, but the changes should be quite small, The v4 is available at: - https://edk2.groups.io/g/devel/message/106856 Regards, Pierre On 7/6/23 21:01, Kun Qin wrote: Hi Pierre, Thanks for sending the updat

Re: [edk2-devel] [PATCH v3 0/6] SecurityPkg/MdePkg: Update RngLib GUID identification

2023-07-07 Thread Sami Mujawar
Dear MdePkg & SecurityPkg maintainers, This series and Kun's patch at https://edk2.groups.io/g/devel/message/106547 are both required to fix the RNG implementation for Arm. Is it possible to provide feedback for this series and Kun's patch, please? I plan to merge this series and Kun's patch

Re: [edk2-devel] [PATCH v3 0/6] SecurityPkg/MdePkg: Update RngLib GUID identification

2023-07-06 Thread Kun Qin
Hi Pierre, Thanks for sending the update. I tested on QEMU with this change (no TRNG from TFA), it works for me. Tested-by: Kun Qin Please note that the change below is still needed to avoid data abortion exception. It will be helpful if one of the maintainers can help merging it. [PATCH v2

[edk2-devel] [PATCH v3 0/6] SecurityPkg/MdePkg: Update RngLib GUID identification

2023-07-06 Thread PierreGondois
From: Pierre Gondois v3: - As the unsafe algorithm GUID will not be added to the UEFI specification, rename: - gEfiRngAlgorithmUnSafe to gEdkiiRngAlgorithmUnSafe - EFI_RNG_ALGORITHM_UNSAFE to EDKII_RNG_ALGORITHM_UNSAFE v2: [1/8] MdePkg/ArmTrngLib: Remove ASSERTs in Null implementation - Dr