commit | 5d4a5ea964e523a29ec077b6f95537956c366c1f | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Oct 05 16:35:58 2017 +0200 |
committer | Alexander Graf <agraf@suse.de> | Mon Oct 09 07:00:32 2017 +0200 |
tree | dbd715f4e32b7bed46f54ab06bd167fd5f50638c | |
parent | bdecf974f168af49f5deb2d325e7ad8f3ad4a52e [diff] |
efi_loader: efi_net: hwaddr_size = 6 The length of a MAC address is 6. We have to set this length in the EFI_SIMPLE_NETWORK_MODE structure of the EFI_SIMPLE_NETWORK_PROTOCOL. Without this patch iPXE fails to initialize the network with error message SNP MAC(001e0633bcbf,0x0) has invalid hardware address length 0 Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Alexander Graf <agraf@suse.de>