From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 803E321CB031E for ; Thu, 20 Jul 2017 22:37:17 -0700 (PDT) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Jul 2017 22:39:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,388,1496127600"; d="scan'208";a="130029620" Received: from shwdeopenpsi114.ccr.corp.intel.com ([10.239.157.135]) by fmsmga006.fm.intel.com with ESMTP; 20 Jul 2017 22:39:13 -0700 From: Dandan Bi To: edk2-devel@lists.01.org Cc: Eric Dong , Liming Gao Date: Fri, 21 Jul 2017 13:38:59 +0800 Message-Id: <1500615542-168644-1-git-send-email-dandan.bi@intel.com> X-Mailer: git-send-email 1.9.5.msysgit.1 Subject: [patch 0/3] Check reset requirement before exiting UiApp X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jul 2017 05:37:17 -0000 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 Cc: Liming Gao 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