[syslinux] [PATCH][git-pull] lwIP PXE fixes

Matt Fleming matt at console-pimps.org
Mon Sep 30 04:06:00 PDT 2013


On Mon, 23 Sep, at 05:30:26PM, Gene Cumm wrote:
> The ", iirc" in the first commit isn't necessary.
> 
> I've made elflink-pxe-fixes-for-mfleming-2 or you can make the edit.

Thanks Gene, I've pulled this, though I did have to commit the following
to the last commit to fix the build,

diff --git a/core/fs/pxe/isr.c b/core/fs/pxe/isr.c
index bc8a6c3..d0a0bf9 100644
--- a/core/fs/pxe/isr.c
+++ b/core/fs/pxe/isr.c
@@ -259,7 +259,7 @@ void pxe_start_isr(void)
     poll_thread = start_thread("pxe poll", 4096, POLL_THREAD_PRIORITY,
 			       pxe_poll_thread, NULL);
 
-    if (!irq ||	!(pxe_undi_iface.ServiceFlags & PXE_UNDI_IFACE_FLAG_IRQ))
+    if (!irq ||	!(pxe_undi_iface.ServiceFlags & PXE_UNDI_IFACE_FLAG_IRQ)) {
 	asm volatile("orb $1,%0" : "+m" (pxe_need_poll));
 	dprintf("pxe_start_isr: forcing pxe_need_poll\n");
     } else if (PXE_POLL_BY_MODEL) {

-- 
Matt Fleming, Intel Open Source Technology Center


More information about the Syslinux mailing list