diff options
| author | Peter Jones <pjones@redhat.com> | 2021-08-04 13:41:27 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2021-09-07 17:05:04 -0400 |
| commit | 9ddd8fc2f487fdc2aa733592a4c049a30e7daf3e (patch) | |
| tree | 97cf919bbb711b67d65b8db8f0645eecf34b54f0 | |
| parent | b1fead0f7c9a09634057317a7bd2a5c94258e5df (diff) | |
| download | efi-boot-shim-9ddd8fc2f487fdc2aa733592a4c049a30e7daf3e.tar.gz efi-boot-shim-9ddd8fc2f487fdc2aa733592a4c049a30e7daf3e.zip | |
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 <pjones@redhat.com>
| -rw-r--r-- | .gitmodules | 2 | ||||
| m--------- | gnu-efi | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 8fc92a75..1029752d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "gnu-efi"] path = gnu-efi url = https://github.com/rhboot/gnu-efi.git - branch = shim-15.4 + branch = shim-15.5 diff --git a/gnu-efi b/gnu-efi -Subproject f0f98248649b4b219764bd46854697bcec85808 +Subproject acc5371207f3041450e1d8ae5b24f6df3e82b15 |
