
9 Oct
2017
9 Oct
'17
6:44 a.m.
On 5 October 2017 at 08:35, Heinrich Schuchardt xypron.glpk@gmx.de wrote:
U-Boot does not implement all functions of the simple network protocol. The unimplemented functions return either of EFI_SUCCESS and EFI_INVALID_PARAMETER.
The UEFI spec foresees to return EFI_UNSUPPORTED in these cases.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
v2 no change
lib/efi_loader/efi_net.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org