commit | d1cc6cb75e07e0994f47fd40832e5bd5adecabad | [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 | d54396aaaad723ebbdc5485d22c5546ec32f7386 [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>