david/ipxe
david
/
ipxe
Archived
1
0
Fork 0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src
Michael Brown 74d90b33f8 [efi] Inhibit our driver Start() method during disconnection attempts
Some HP BIOSes (observed with a Z840) seem to attempt to connect our
drivers in the middle of our call to DisconnectController().  The
precise chain of events is unclear, but the symptom is that we see
several calls to our Supported() and Start() methods, followed by a
system lock-up.

Work around this dubious BIOS behaviour by explicitly failing calls to
our Start() method while we are in the middle of attempting to
disconnect drivers.

Reported-by: Jordan Wright <jordan.m.wright@disney.com>
Debugged-by: Adrian Lucrèce Céleste <adrianlucrececeleste@airmail.cc>
Debugged-by: Christian Nilsson <nikize@gmail.com>
Tested-by: Jordan Wright <jordan.m.wright@disney.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
2017-09-22 18:39:04 +01:00
..
arch [romprefix] Avoid unaligned accesses within ROM headers 2017-08-30 10:15:25 +01:00
bin Rename .cvsignore files to .gitignore 2007-06-09 22:57:00 +01:00
config [shell] Enable "shell" command even when BANNER_TIMEOUT is zero 2017-08-01 20:25:28 +01:00
core [resolv] Use pass-through interfaces for name resolution multiplexer 2017-09-06 11:43:22 +01:00
crypto [crypto] Expose asn1_grow() 2017-06-20 09:49:00 +01:00
doc [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
drivers [exanic] Add PCI device ID for another X40 variant 2017-09-07 12:37:09 +01:00
hci [mucurses] Avoid potential division by zero 2017-07-04 12:51:53 +01:00
image [crypto] Expose pem_asn1() for use with non-image data 2017-06-20 10:14:07 +01:00
include [peerdist] Gather and report peer statistics during download 2017-09-05 23:23:22 +01:00
interface [efi] Inhibit our driver Start() method during disconnection attempts 2017-09-22 18:39:04 +01:00
libgcc [libgcc] Provide __divmoddi4() 2016-05-05 23:42:57 +01:00
net [dns] Ensure DNS names are NUL-terminated when used as diagnostic strings 2017-09-07 12:19:35 +01:00
scripts [efi] Centralise architecture-independent EFI Makefile and linker script 2016-03-12 21:47:13 +00:00
tests [build] Avoid implicit-fallthrough warnings on GCC 7 2017-03-29 10:36:45 +03:00
usr [block] Allow use of a non-default EFI SAN boot filename 2017-04-12 15:58:05 +01:00
util [efi] Fix building elf2efi.c when -fpic is enabled by default 2017-01-25 08:15:21 +00:00
.gitignore [build] Add support for local configuration files 2010-03-26 19:07:22 +00:00
Makefile [build] Exclude selected directories from Secure Boot builds 2017-09-18 14:38:12 +01:00
Makefile.efi [efi] Centralise architecture-independent EFI Makefile and linker script 2016-03-12 21:47:13 +00:00
Makefile.housekeeping [build] Exclude selected directories from Secure Boot builds 2017-09-18 14:38:12 +01:00
doxygen.cfg [build] Remove PACKED macro 2010-05-29 23:49:47 +01:00