Re: [edk2] [PATCH v3] Pkg-Module: Integrate new RngLib into RngDxe

2015-10-08 Thread Long, Qin
On Behalf Of > >Long, Qin > >Sent: Wednesday, October 07, 2015 8:44 PM > >To: Justen, Jordan L; Thomas Palmer; edk2-devel@lists.01.org > >Subject: Re: [edk2] [PATCH v3] Pkg-Module: Integrate new RngLib into > >RngDxe > > > >Thomas, > > > >Thanks for

Re: [edk2] [PATCH v3] Pkg-Module: Integrate new RngLib into RngDxe

2015-10-08 Thread Kinney, Michael D
dk2-devel@lists.01.org >Subject: Re: [edk2] [PATCH v3] Pkg-Module: Integrate new RngLib into RngDxe > >Thomas, > >Thanks for doing this. >I think it's better to separate your patch into two parts (one for MdePkg, and >the other for SecurityPkg). Then you can CC me as Jordan

Re: [edk2] [PATCH v3] Pkg-Module: Integrate new RngLib into RngDxe

2015-10-07 Thread Long, Qin
ilto:edk2-devel-boun...@lists.01.org] On Behalf Of > Jordan Justen > Sent: Thursday, October 08, 2015 11:36 AM > To: Thomas Palmer; edk2-devel@lists.01.org > Subject: Re: [edk2] [PATCH v3] Pkg-Module: Integrate new RngLib into > RngDxe > > In the subject line, 'Pkg-Module' s

Re: [edk2] [PATCH v3] Pkg-Module: Integrate new RngLib into RngDxe

2015-10-07 Thread Jordan Justen
In the subject line, 'Pkg-Module' should be something like 'MdePkg:' or 'SecurityPkg/RandomNumberGenerator:'. On 2015-10-07 18:55:42, Thomas Palmer wrote: > Use the new RngLib to provide the IA32/X64 random data for RngDxe. > Remove x86 specific functions from RdRand files. > Clean up files in Rng

[edk2] [PATCH v3] Pkg-Module: Integrate new RngLib into RngDxe

2015-10-07 Thread Thomas Palmer
Use the new RngLib to provide the IA32/X64 random data for RngDxe. Remove x86 specific functions from RdRand files. Clean up files in RngDxe/IA32 and RngDxe/X64 that are subsumed by files in BaseRngLib. Simplify RngDxe by using WriteUnaligned64 for both IA32 and X64 platforms. Create and use GetRa