From ec867362276029598ffa73bc726b6c2c6612c631 Mon Sep 17 00:00:00 2001 From: Nahum Shalman Date: Tue, 27 Feb 2024 19:01:58 +0000 Subject: [PATCH] Update to latest iPXE Resolves #117 Relates to #115 This release includes https://github.com/ipxe/ipxe/pull/1152 which resolves #117 I've also included the workaround for #115 as specified from https://github.com/ipxe/ipxe/issues/1091#issuecomment-1946152615 --- binary/script/ipxe-customizations/common.h | 5 +++++ binary/script/ipxe.commit | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/binary/script/ipxe-customizations/common.h b/binary/script/ipxe-customizations/common.h index cef81b9..7609a05 100644 --- a/binary/script/ipxe-customizations/common.h +++ b/binary/script/ipxe-customizations/common.h @@ -38,4 +38,9 @@ #undef USB_HCD_XHCI /* xHCI USB host controller */ #undef USB_KEYBOARD /* USB keyboards */ +//Workaround for Mellanox issue +// https://github.com/tinkerbell/ipxedust/issues/115 +// https://github.com/ipxe/ipxe/issues/1091#issuecomment-1946152615 +#undef NET_PROTO_EAPOL + #define MAX_MODULES 17 diff --git a/binary/script/ipxe.commit b/binary/script/ipxe.commit index ac54b1f..ce9d006 100644 --- a/binary/script/ipxe.commit +++ b/binary/script/ipxe.commit @@ -1 +1 @@ -fbc3b4a104698658202c2a83217ca8722453bf49 +182ee909313fc60875d3f1741cd4a0bb7dfd15e1