Displaying 1 result from an estimated 1 matches for "dhcpackreceiv".
Did you mean:
dhcpackreceived
2015 Jun 25
1
patch for UEFI PXE booting bugs
...will fail if the nic port
> used is not the first one enumerated.
> Based on syslinux 6.03, several modifications have to be made in the
> EFI supporting codes.
> 1. The function "net_parse_dhcp". Instead of using the first handle
> that returns EFI_SUCCESS, a check on the DhcpAckReceived is made. The
> index and the total number handles are saved in global variables.
> 2. Function "efi_create_binding". Instead of using the first handle
> that returns EFI_SUCCESS, a best guess on the working handle is made
> and used directly.
> 3. Functions "core_udp...