Skip to content
Commit a6d37098 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt
Browse files

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: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
parent df33f864
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment