forked from ipxe/pipxe
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dependencies: bump to latest version
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule edk2-non-osi
updated
5 files
Submodule edk2-platforms
updated
160 files
Submodule ipxe
updated
26 files
+2 −1 | .github/workflows/build.yml | |
+4 −0 | src/arch/x86/image/bzimage.c | |
+4 −0 | src/arch/x86/image/multiboot.c | |
+3 −0 | src/config/config.c | |
+1 −0 | src/config/general.h | |
+36 −33 | src/core/image.c | |
+1 −1 | src/hci/commands/image_cmd.c | |
+131 −0 | src/hci/commands/shim_cmd.c | |
+115 −18 | src/image/efi_image.c | |
+4 −3 | src/image/script.c | |
+31 −0 | src/include/ipxe/efi/Protocol/ShimLock.h | |
+1 −0 | src/include/ipxe/efi/efi.h | |
+27 −0 | src/include/ipxe/efi/efi_image.h | |
+24 −0 | src/include/ipxe/efi/efi_shim.h | |
+2 −0 | src/include/ipxe/efi/efi_strings.h | |
+2 −0 | src/include/ipxe/errfile.h | |
+48 −18 | src/include/ipxe/image.h | |
+17 −0 | src/include/usr/shimmgmt.h | |
+2 −0 | src/interface/efi/efi_debug.c | |
+81 −35 | src/interface/efi/efi_file.c | |
+5 −0 | src/interface/efi/efi_guid.c | |
+402 −0 | src/interface/efi/efi_shim.c | |
+44 −0 | src/interface/efi/efi_strings.c | |
+8 −2 | src/usr/imgmgmt.c | |
+61 −0 | src/usr/shimmgmt.c | |
+57 −17 | src/util/elf2efi.c |