Re: [PATCH v5 14/32] efi: Add an EFI table address match function

2017-05-16 Thread Tom Lendacky
On 5/15/2017 1:09 PM, Borislav Petkov wrote: On Tue, Apr 18, 2017 at 04:18:48PM -0500, Tom Lendacky wrote: Add a function that will determine if a supplied physical address matches the address of an EFI table. Signed-off-by: Tom Lendacky ---

Re: [PATCH v5 14/32] efi: Add an EFI table address match function

2017-05-15 Thread Borislav Petkov
On Tue, Apr 18, 2017 at 04:18:48PM -0500, Tom Lendacky wrote: > Add a function that will determine if a supplied physical address matches > the address of an EFI table. > > Signed-off-by: Tom Lendacky > --- > drivers/firmware/efi/efi.c | 33