Re: [Xen-devel] [PATCH v2 6/8] efi: split out efi_shim_lock()

2018-06-28 Thread Jan Beulich
>>> On 19.06.18 at 16:35, wrote: > ..which verifies PE signatures with SHIM_LOCK protocol. We want > to re-use this code in subsequent patch in efi_multiboot2(). > > Signed-off-by: Daniel Kiper I think this would better be merged with the patch actually needing it, but anyway Acked-by: Jan Beul

[Xen-devel] [PATCH v2 6/8] efi: split out efi_shim_lock()

2018-06-19 Thread Daniel Kiper
..which verifies PE signatures with SHIM_LOCK protocol. We want to re-use this code in subsequent patch in efi_multiboot2(). Signed-off-by: Daniel Kiper --- xen/common/efi/boot.c | 19 +-- 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/xen/common/efi/boot.c b/xe