[syslinux] [PATCH 0/1] EFI image booting capabilities

Geert Stappers stappers at stappers.nl
Fri Feb 20 06:03:41 PST 2015


On Fri, Feb 20, 2015 at 05:08:26AM -0800, Patrick Masotta via Syslinux wrote:
> This patch adds to the core EFI image booting capabilities.
> It was tested on VMware EFI clients and HP Elitebook EFI notebooks,
> only on PXE environments but it should work on non-PXE scenarios as well.
> 
> Feedback appreciated.
> 
> Best,
> Patrick
> 
> Signed-off-by: Patrick Masotta <masottaus op yahoo.com>
    <bigsnip/>
> --- a/efi/pxe.c	2014-10-06 10:27:44.000000000 -0600
> +++ b/efi/pxe.c	2015-02-18 19:39:43.118182728 -0700
> @@ -154,7 +154,12 @@ void net_parse_dhcp(void)
>       * Get the boot file and other info. This lives in the CACHED_REPLY
>       * packet (query info 3)
>       */
> -    parse_dhcp(&mode->PxeReply.Dhcpv4, pkt_len);
> +
> +    if(&mode->ProxyOfferReceived)
> +        parse_dhcp(&mode->ProxyOffer.Dhcpv4, pkt_len);
> +    else
> +	parse_dhcp(&mode->PxeReply.Dhcpv4, pkt_len);
> +
>      Print(L"\n");
>  
>      /*

I think that change should go into another commit.


Groeten
Geert Stappers
-- 
Leven en laten leven
------------- volgend deel ------------
Een niet-tekst bijlage is gescrubt...
Naam: signature.asc
Type: application/pgp-signature
Grootte: 836 bytes
Omschrijving: Digital signature
URL : <http://www.zytor.com/pipermail/syslinux/attachments/20150220/83f2b266/attachment.sig>


More information about the Syslinux mailing list