[U-Boot] [PATCH v2 08/17] efi_loader: efi_net: hwaddr_size = 6
Simon Glass
sjg at chromium.org
Mon Oct 9 04:44:06 UTC 2017
On 5 October 2017 at 08:35, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
> 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 at gmx.de>
> ---
> v2
> no change
> ---
> lib/efi_loader/efi_net.c | 1 +
> 1 file changed, 1 insertion(+)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list