]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Allow efi loader to get network params from uboot
authorjhibbits <jhibbits@FreeBSD.org>
Fri, 12 Jul 2019 00:54:20 +0000 (00:54 +0000)
committerjhibbits <jhibbits@FreeBSD.org>
Fri, 12 Jul 2019 00:54:20 +0000 (00:54 +0000)
commit68cb2d36d3f0782c3163b77ce4e564d60b6d1cd5
tree79861959ad3a6f75856cad885b5388800acecc53
parent7d876eb100d86ad3cbeef4bffc07370a5f101966
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.

Submitted by: Siddharth Tuli <siddharthtuli_gmail.com>
Reviewed by: imp
Sponsored by: Juniper Networks, Inc.
Differential Revision: https://reviews.freebsd.org/D20811
stand/efi/libefi/efinet.c
stand/libsa/net.h