Re: [edk2-devel] [PATCH 1/2] SecurityPkg: Add RNG support

2023-04-25 Thread Benjamin Doron
Please see https://edk2.groups.io/g/devel/message/103583 and https://edk2.groups.io/g/devel/message/103584. Thanks. -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#103585): https://edk2.groups.io/g/devel/message/103585 Mute This Topic: ht

Re: [edk2-devel] [PATCH 1/2] SecurityPkg: Add RNG support

2022-05-17 Thread Yao, Jiewen
io On Behalf Of Sean > Rhodes > Sent: Thursday, February 24, 2022 6:44 AM > To: devel@edk2.groups.io > Cc: Dong, Guo ; Patrick Rudolph > ; Yao, Jiewen ; > Wang, Jian J > Subject: [edk2-devel] [PATCH 1/2] SecurityPkg: Add RNG support > > From: Patrick Rudolph > > U

Re: [edk2-devel] [PATCH 1/2] SecurityPkg: Add RNG support

2022-05-17 Thread Sheng Lean Tan
Hi Jiewen/ Jian J, This patch has been hanging around for months, could you help? -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#89817): https://edk2.groups.io/g/devel/message/89817 Mute This Topic: https://groups.io/mt/89353220/21656 Gro

Re: [edk2-devel] [PATCH 1/2] SecurityPkg: Add RNG support

2022-03-21 Thread Sean Rhodes
Hi Jiewen/Jian Would you be able to review please? Thanks Sean -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#87784): https://edk2.groups.io/g/devel/message/87784 Mute This Topic: https://groups.io/mt/89353220/21656 Group Owner: devel+o

[edk2-devel] [PATCH 1/2] SecurityPkg: Add RNG support

2022-02-23 Thread Sean Rhodes
From: Patrick Rudolph Uses the RDRAND instruction if available and install EfiRngProtocol. The protocol may be used by iPXE or the Linux kernel to gather entropy. Cc: Jiewen Yao Cc: Jian J Wang Cc: Guo Dong Signed-off-by: Patrick Rudolph --- SecurityPkg/Library/BaseRngLib/BaseRng.c | 1