]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r349928: Allow efi loader to get network params from uboot
authorKyle Evans <kevans@FreeBSD.org>
Thu, 24 Oct 2019 04:08:24 +0000 (04:08 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Thu, 24 Oct 2019 04:08:24 +0000 (04:08 +0000)
commit7f2995435f8b39fedad80c071f7dbf93def057a5
tree4d1d2f2a6b426757845502d10298538e5106922e
parent675bf01cb9fecf064ae4961eb11f7abdea0b75eb
MFC r349928: Allow efi loader to get network params from uboot

Summary:
efi loader does not work with static network parameters. It always uses
BOOTP/DHCP and also uses RARP as a fallback.  Problems with DHCP servers can
cause the loader to fail to populate network parameters.
stand/efi/libefi/efinet.c
stand/libsa/net.h