From 9ddd8fc2f487fdc2aa733592a4c049a30e7daf3e Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Wed, 4 Aug 2021 13:41:27 -0400 Subject: Update gnu-efi This updates gnu-efi to the shim-15.5 tag, with the following minor fixes: 5bd501b7e00 - Add missing EFI_VARIABLE_... definition. 9490cfe5bf2 - Check if we're using clang *before* we check the gcc version 3d2ba813d04 - Use CFLAGS_LTO and CFLAGS_GCOV variables during build 2186b121724 - Add some missing definitions for system table revisions acc5371207f - Make CopyMem() and SetMem() be EFIAPI With the exception of acc5371207f, all of these are needed for patches further along in this patch series. acc5371207f goes with the prior patch in this series ("Make CopyMem() work with EFI's declaration."), but they have to be applied in this order to keep from breaking the build. Signed-off-by: Peter Jones --- gnu-efi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu-efi') diff --git a/gnu-efi b/gnu-efi index f0f98248..acc53712 160000 --- a/gnu-efi +++ b/gnu-efi @@ -1 +1 @@ -Subproject commit f0f98248649b4b219764bd46854697bcec858081 +Subproject commit acc5371207f3041450e1d8ae5b24f6df3e82b152 -- cgit v1.2.3