From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.65; helo=mga03.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (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 884E520971732 for ; Sun, 3 Jun 2018 23:38:49 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Jun 2018 23:38:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,475,1520924400"; d="scan'208";a="60130097" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga004.fm.intel.com with ESMTP; 03 Jun 2018 23:38:48 -0700 Received: from fmsmsx126.amr.corp.intel.com (10.18.125.43) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 3 Jun 2018 23:38:48 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX126.amr.corp.intel.com (10.18.125.43) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 3 Jun 2018 23:38:33 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.87]) by shsmsx102.ccr.corp.intel.com ([169.254.2.223]) with mapi id 14.03.0319.002; Mon, 4 Jun 2018 14:38:31 +0800 From: "Gao, Liming" To: "Zeng, Star" , "edk2-devel@lists.01.org" CC: "Ni, Ruiyu" Thread-Topic: [edk2] [Patch] MdeModulePkg BootManagerMenuApp: Update usage info for BootLogo protocol Thread-Index: AQHT9xGDyrR54t8FOUO5GrLYb4hLFKRPKLAAgACGT6A= Date: Mon, 4 Jun 2018 06:38:30 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E2923AA@SHSMSX104.ccr.corp.intel.com> References: <1527573232-9020-1-git-send-email-liming.gao@intel.com> <0C09AFA07DD0434D9E2A0C6AEB0483103BB52EAD@shsmsx102.ccr.corp.intel.com> In-Reply-To: <0C09AFA07DD0434D9E2A0C6AEB0483103BB52EAD@shsmsx102.ccr.corp.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] MdeModulePkg BootManagerMenuApp: Update usage info for BootLogo protocol X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 06:38:50 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Good catch. I will update the commit message. >-----Original Message----- >From: Zeng, Star >Sent: Monday, June 04, 2018 2:37 PM >To: Gao, Liming ; edk2-devel@lists.01.org >Cc: Ni, Ruiyu ; Zeng, Star >Subject: RE: [edk2] [Patch] MdeModulePkg BootManagerMenuApp: Update >usage info for BootLogo protocol > >Liming, > >Should " If it is installed " be " If it is not installed " in the commit = message? > > >Thanks, >Star >-----Original Message----- >From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of >Liming Gao >Sent: Tuesday, May 29, 2018 1:54 PM >To: edk2-devel@lists.01.org >Cc: Ni, Ruiyu >Subject: [edk2] [Patch] MdeModulePkg BootManagerMenuApp: Update >usage info for BootLogo protocol > >BootLogo protocol is not always required. If it is installed, >BootManagerMenuApp can work. > >Contributed-under: TianoCore Contribution Agreement 1.1 >Signed-off-by: Liming Gao >Cc: Ruiyu Ni >--- > >MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuAp >p.inf | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git >a/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuA >pp.inf >b/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuA >pp.inf >index dd60ef4..392a970 100644 >--- >a/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuA >pp.inf >+++ >b/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuA >pp.inf >@@ -4,7 +4,7 @@ > # The application pops up a menu showing all the boot options referenced= by ># BootOrder NV variable and user can choose to boot from one of them. > # >-# Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.
>+# Copyright (c) 2011 - 2018, Intel Corporation. All rights >+reserved.
> # This program and the accompanying materials # are licensed and made >available under the terms and conditions of the BSD License # which >accompanies this distribution. The full text of the license may be found = at >@@ -51,7 +51,7 @@ [Guids] > > [Protocols] >- gEfiBootLogoProtocolGuid ## CONSUMES >+ gEfiBootLogoProtocolGuid ## SOMETIMES_CONSUMES > gEfiLoadedImageDevicePathProtocolGuid ## CONSUMES > > [Pcd] >-- >2.8.0.windows.1 > >_______________________________________________ >edk2-devel mailing list >edk2-devel@lists.01.org >https://lists.01.org/mailman/listinfo/edk2-devel