[PATCH] EFI - PXE - include details from proxy (altserviceboot) offer when available

2014-02-10 Thread Mroczek, Joseph T
Addresses Bug# 41488 https://savannah.gnu.org/bugs/?41488 This is my first time submitting a patch. Please let me know what I can do to help drive this improvement. ~joe diff -Naur grub-2.02~beta2/grub-core/net/drivers/efi/efinet.c grub-2.02~beta2-bug41488-jtm/grub-core/net/drivers/efi/efinet

Re: [PATCH] EFI - PXE - include details from proxy (altserviceboot) offer when available

2014-02-10 Thread Seth Goldberg
Hi, Quoting Mroczek, Joseph T, who wrote the following on Mon, 10 Feb 2014: Addresses Bug# 41488 https://savannah.gnu.org/bugs/?41488 This is my first time submitting a patch. Please let me know what I can do to help drive this improvement. Since "unused[10]" is rather hard to understand,

[PATCHv2] EFI - PXE - include details from proxy (altserviceboot) offer when available

2014-02-10 Thread Mroczek, Joseph T
Updated efi api.h with more of pxe mode structure. Definitions from uEFI specification v2.4 errata A. I had to update the typedef for grub_efi_ip_address_t, but it did not seem to be used anywhere at this point. There is a minor issue that it is still not capturing the file name. It is beyond

[PATCHv2] EFI - PXE - include details from proxy (altserviceboot) offer when available (resend)

2014-02-10 Thread Mroczek, Joseph T
Updated efi api.h with more of pxe mode structure. Definitions from uEFI specification v2.4 errata A. I had to update the typedef for grub_efi_ip_address_t, but it did not seem to be used anywhere at this point. There is a minor issue that it is still not capturing the file name. It is beyond