Michael Brown
Michael Brown
I don't object to this in principle, but there is a cost: seeding the entropy pool will add a noticeable startup delay (sometimes 5-10 seconds) on some platforms. Is this...
Also try using `ipxe.efi` instead of `snponly.efi`.
It needs a substantial cleanup before being mergeable. Also, rather than argue over which digest algorithm commands should exist, we should be able to use whichever digests are compiled in...
This patch appears to destroy the generic reset mechanism that works on a variety of Intel NICs (including workarounds for specific models), and replaces it with a mechanism that works...
@dagmcr I took a quick look around this issue. The Linux driver seems to ignore `STATUS.PF_RST_DONE`, but does poll for `EEC.AUTO_RD`. It's very plausible that `STATUS.PF_RST_DONE` will always be set...
> We have an I210 network card that has some issues when booting from (uefi) ipxe. The reset appears to be broken and seems to be related to the comment/workaround...
You can force older versions to build by using `make bin-x86_64-efi/ipxe.efi NO_WERROR=1`
> We learned that if we disabled Redfish Host Interface within the iPXE, we're getting the following error when loading the IPXE. > We're not ready to use the Redfish...
Got some further information on this via IRC. The "Redfish Host Interface" is not a network interface of any kind and is not in any way visible to iPXE: it's...
I am wary of this, since it (by intention) opens up the attack surface. At a minimum, I would expect a feature such as this to have to respect existing...