Displaying 2 results from an estimated 2 matches for "r17165".
Did you mean:
17165
2015 Apr 08
3
syslinux.efi with QEMU/OVMF
On Tue, 7 Apr 2015, Laszlo Ersek wrote:
> Whereas syslinux.efi apparently uses the embedded gpxe/ tree, and that
> one uses TCP timestamps. See tcp_xmit() in gpxe/src/net/tcp.c:
Actually syslinux.efi seems to be using the implementation calling into
UEFI via these functions:
http://git.kernel.org/cgit/boot/syslinux/syslinux.git/tree/efi/tcp.c
I've tried to add debug messages to these
2015 Apr 13
0
syslinux.efi with QEMU/OVMF
...ewhere but how to find it? EDK2
Just for the record, in case someone is reading this thread, the failing
http connection with syslinux.efi on QEMU with OVMF was caused by a bug in
OVMF that was corrected with this patch:
http://sourceforge.net/p/edk2/mailman/message/33771836/
merged in edk2 in r17165.
Regards,
BALATON Zoltan