Re: [RFC PATCH 04/16] x86/efi: Generating random number in EFI stub

2015-07-31 Thread joeyli
Hi Pavel, Thanks for your review. On Tue, Jul 28, 2015 at 02:01:12PM +0200, Pavel Machek wrote: Hi! This patch adds the codes for generating random number array as the HMAC key that will used by later EFI stub codes. The original codes in efi_random copied from aslr and add the

Re: [RFC PATCH 04/16] x86/efi: Generating random number in EFI stub

2015-07-30 Thread Matt Fleming
On Thu, 2015-07-16 at 22:25 +0800, Lee, Chun-Yi wrote: This patch adds the codes for generating random number array as the HMAC key that will used by later EFI stub codes. The original codes in efi_random copied from aslr and add the codes to accept input entropy and EFI debugging. In later

Re: [RFC PATCH 04/16] x86/efi: Generating random number in EFI stub

2015-07-28 Thread Pavel Machek
Hi! This patch adds the codes for generating random number array as the HMAC key that will used by later EFI stub codes. The original codes in efi_random copied from aslr and add the codes to accept input entropy and EFI debugging. In later patch will add the codes to get random number by

[RFC PATCH 04/16] x86/efi: Generating random number in EFI stub

2015-07-16 Thread Lee, Chun-Yi
This patch adds the codes for generating random number array as the HMAC key that will used by later EFI stub codes. The original codes in efi_random copied from aslr and add the codes to accept input entropy and EFI debugging. In later patch will add the codes to get random number by EFI