commit | a6d37098bd271057743e7e193703c1569ec9f709 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Aug 06 08:13:33 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Aug 15 20:33:10 2019 +0200 |
tree | 391d4c837c79e4f7f105f08046301c43555f5cab | |
parent | df33f8646855e65b8e7232c7fd5739e1ae1eb58b [diff] |
efi_loader: EFI_PXE_BASE_CODE_PROTOCOL stub U-Boot implements the EFI_PXE_BASE_CODE_PROTOCOL because GRUB uses the mode information for booting via PXE. All function pointers in the protocol were NULL up to now which will cause immediate crashes when the services of the protocol are called. Create function stubs for all services of the protocol returning EFI_UNSUPPORTED. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>