Merge tag 'efi-2020-04-rc4-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
Pull request for UEFI sub-system for efi-2020-04-rc4 (2) In Linux next-20200228 patches have been merged to load an initial ramdisk using an EFI_LOAD_FILE2_PROTOCOL provided by the firmware. See commit ec93fc371f01 ("efi/libstub: Add support for loading the initrd from a device path"). The idea behind it is that the firmware should be responsible for validating the initrd in a secure boot setup. This pull-request comprises a patch series which let's U-Boot provide an initial implementation of the EFI_LOAD_FILE2_PROTOCOL providing the initrd.
Showing
- cmd/efidebug.c 4 additions, 0 deletionscmd/efidebug.c
- doc/api/efi.rst 9 additions, 0 deletionsdoc/api/efi.rst
- doc/uefi/uefi.rst 12 additions, 0 deletionsdoc/uefi/uefi.rst
- include/efi_api.h 17 additions, 0 deletionsinclude/efi_api.h
- include/efi_load_initrd.h 25 additions, 0 deletionsinclude/efi_load_initrd.h
- include/efi_loader.h 1 addition, 0 deletionsinclude/efi_loader.h
- lib/efi_loader/Kconfig 15 additions, 0 deletionslib/efi_loader/Kconfig
- lib/efi_loader/Makefile 1 addition, 0 deletionslib/efi_loader/Makefile
- lib/efi_loader/efi_load_initrd.c 198 additions, 0 deletionslib/efi_loader/efi_load_initrd.c
- lib/efi_loader/efi_setup.c 5 additions, 0 deletionslib/efi_loader/efi_setup.c
- lib/efi_selftest/Makefile 1 addition, 0 deletionslib/efi_selftest/Makefile
- lib/efi_selftest/efi_selftest_load_initrd.c 220 additions, 0 deletionslib/efi_selftest/efi_selftest_load_initrd.c
Loading
Please register or sign in to comment