This set of patches fixes the following: Crash when BDS loads a device handle based onthe device path but the device driver has not been loaded. BDS boot timeout. Timeout progress message for RS-232 serial console.
Changes since v1: Fixed patch 2/3 compilation issue. Thanks, Daniil Daniil Egranov (3): IntelFrameworkModulePkg/GenericBdsLib: Check for invalid device handle IntelFrameworkModulePkg/BdsDxe: Fix for the BDS boot timeout IntelFrameworkModulePkg/BdsDxe: Show boot timeout message .../Library/GenericBdsLib/BdsBoot.c | 6 +++++- IntelFrameworkModulePkg/Universal/BdsDxe/BdsEntry.c | 18 +++++++++++++++--- .../Universal/BdsDxe/BootMaint/BootMaint.c | 17 ++++++++++++++++- .../Universal/BdsDxe/BootMaint/UpdatePage.c | 13 +++++++------ IntelFrameworkModulePkg/Universal/BdsDxe/FrontPage.c | 9 ++++++++- 5 files changed, 51 insertions(+), 12 deletions(-) -- 2.7.4 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

