From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (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 DDECE21D28FF6 for ; Tue, 25 Jul 2017 18:32:39 -0700 (PDT) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga104.jf.intel.com with ESMTP; 25 Jul 2017 18:34:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,413,1496127600"; d="scan'208";a="1155394368" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga001.jf.intel.com with ESMTP; 25 Jul 2017 18:34:41 -0700 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 25 Jul 2017 18:34:41 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx156.amr.corp.intel.com (10.18.116.74) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 25 Jul 2017 18:34:40 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.146]) by SHSMSX104.ccr.corp.intel.com ([10.239.4.70]) with mapi id 14.03.0319.002; Wed, 26 Jul 2017 09:34:39 +0800 From: "Gao, Liming" To: "Bi, Dandan" , "edk2-devel@lists.01.org" CC: "Dong, Eric" Thread-Topic: [PATCH v2 0/3] Check reset requirement before exiting UiApp Thread-Index: AQHTAf9MQRcleBHmw0mQG+Kp+2E3WaJlWpPA Date: Wed, 26 Jul 2017 01:34:38 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14D75A6FE@shsmsx102.ccr.corp.intel.com> References: <1500627363-171152-1-git-send-email-dandan.bi@intel.com> In-Reply-To: <1500627363-171152-1-git-send-email-dandan.bi@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH v2 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: Wed, 26 Jul 2017 01:32:40 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao for this serial. >-----Original Message----- >From: Bi, Dandan >Sent: Friday, July 21, 2017 4:56 PM >To: edk2-devel@lists.01.org >Cc: Dong, Eric ; Gao, Liming >Subject: [PATCH v2 0/3] Check reset requirement before exiting UiApp > >V2: Refine the comments in patch 2 and 3. > >Patch 1 enahce the IsResetRequired API to return to reset info in system l= evel. >Patch 2 Check reset requirement before exiting UiApp (thorugh boot option)= . >Patch 3 Check reset requirement before exiting UiApp (through 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