[edk2] [patch 0/3] Check reset requirement before exiting UiApp

Dandan Bi posted 3 patches 6 years, 9 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
.../BootMaintenanceManager.h                       |  1 +
.../BootMaintenanceManagerUiLib.inf                |  3 +-
.../BootMaintenanceManagerUiLib/BootOption.c       | 50 +++++++++++++++++++++
.../Library/BootManagerUiLib/BootManager.c         | 52 +++++++++++++++++++++-
.../Library/BootManagerUiLib/BootManager.h         |  4 +-
.../Library/BootManagerUiLib/BootManagerUiLib.inf  |  3 +-
.../Universal/SetupBrowserDxe/Presentation.c       |  9 ++--
MdeModulePkg/Universal/SetupBrowserDxe/Setup.c     | 19 ++++----
MdeModulePkg/Universal/SetupBrowserDxe/Setup.h     |  5 ++-
9 files changed, 129 insertions(+), 17 deletions(-)
[edk2] [patch 0/3] Check reset requirement before exiting UiApp
Posted by Dandan Bi 6 years, 9 months ago
Patch 1 enahce the IsResetRequired API to return to reset info in system level.
Patch 2 Check reset requirement before exiting UiApp (thorugh boot option)
Patch 2 Check reset requirement before exiting UiApp (trough boot from file).

Cc: Eric Dong <eric.dong@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Dandan Bi (3):
  MdeModulePkg/SetupBrowser: Record the reset status in all SendForm
  MdeModulePkg/BMUiLib: Check reset requirement before exiting UiApp
  MdeModulePkg/BMMUiLib: Check reset requirement before exiting UiApp

 .../BootMaintenanceManager.h                       |  1 +
 .../BootMaintenanceManagerUiLib.inf                |  3 +-
 .../BootMaintenanceManagerUiLib/BootOption.c       | 50 +++++++++++++++++++++
 .../Library/BootManagerUiLib/BootManager.c         | 52 +++++++++++++++++++++-
 .../Library/BootManagerUiLib/BootManager.h         |  4 +-
 .../Library/BootManagerUiLib/BootManagerUiLib.inf  |  3 +-
 .../Universal/SetupBrowserDxe/Presentation.c       |  9 ++--
 MdeModulePkg/Universal/SetupBrowserDxe/Setup.c     | 19 ++++----
 MdeModulePkg/Universal/SetupBrowserDxe/Setup.h     |  5 ++-
 9 files changed, 129 insertions(+), 17 deletions(-)

-- 
1.9.5.msysgit.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel