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 5F54B8038D for ; Wed, 22 Mar 2017 08:39:39 -0700 (PDT) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP; 22 Mar 2017 08:39:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,205,1486454400"; d="scan'208";a="78225703" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga005.jf.intel.com with ESMTP; 22 Mar 2017 08:39:38 -0700 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 22 Mar 2017 08:39:38 -0700 Received: from fmsmsx103.amr.corp.intel.com ([169.254.2.86]) by fmsmsx156.amr.corp.intel.com ([169.254.13.243]) with mapi id 14.03.0319.002; Wed, 22 Mar 2017 08:39:38 -0700 From: "Carsey, Jaben" To: Ard Biesheuvel , "edk2-devel@lists.01.org" , Leif Lindholm , "Laszlo Ersek" , "Ni, Ruiyu" , "Kinney, Michael D" , "Steele, Kelly" CC: "Carsey, Jaben" Thread-Topic: [edk2] [PATCH 0/4] Shell/Quark/ArmPkg: promote shell app FILE_GUID to proper GUID Thread-Index: AQHSoxVCt04p/v/ztUKMyGx1NVBKUqGhc+CA//+KyVA= Date: Wed, 22 Mar 2017 15:39:37 +0000 Message-ID: References: <1490191448-22398-1-git-send-email-ard.biesheuvel@linaro.org> In-Reply-To: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMDJlMTAxYzUtZmNkYS00YjdiLWE3ZTctNmQ2YWMwMjUzYjFkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InhZZmZoODFXXC8rYnZUb1Z3MU5FYVF1emxMYWhvUnMwbnhJWjhWRXo2dHNJPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [10.1.200.108] MIME-Version: 1.0 Subject: Re: [PATCH 0/4] Shell/Quark/ArmPkg: promote shell app FILE_GUID to proper GUID 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, 22 Mar 2017 15:39:39 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Ard Biesheuvel > Sent: Wednesday, March 22, 2017 8:38 AM > To: edk2-devel@lists.01.org; Leif Lindholm ; La= szlo > Ersek ; Carsey, Jaben ; Ni, > Ruiyu ; Kinney, Michael D > ; Steele, Kelly > Cc: Ard Biesheuvel > Subject: Re: [edk2] [PATCH 0/4] Shell/Quark/ArmPkg: promote shell app > FILE_GUID to proper GUID > Importance: High >=20 > On 22 March 2017 at 14:04, Ard Biesheuvel > wrote: > > To avoid the need for open coded GUID declarations that copy the > FILE_GUID > > of the Shell app, add it to ShellPkg.dec and replace existing reference= s. > > >=20 > Thanks all >=20 > I went ahead and pushed I was hoping you would since it was involved in the series. :) >=20 > 2edc20c46863 ShellPkg: add GUID declaration for FILE_GUID of UEFI > Shell app to package > 07548e17c5ff ArmPkg/PlatformBootManagerLib: refer to Shell FILE_GUID > directly > c81c2c0fc453 ArmVirtPkg/ArmVirtQemu: refer to Shell app via its declared > GUID >=20 > because I have some stuff queued up that depends on it. >=20 >=20 > > Ard Biesheuvel (4): > > ShellPkg: add GUID declaration for FILE_GUID of UEFI Shell app to > > package > > QuarkPlatformPkg/PlatformBootManagerLib: use new UefiShellFileGuid > > definition > > ArmPkg/PlatformBootManagerLib: refer to Shell FILE_GUID directly > > ArmVirtPkg/ArmVirtQemu: refer to Shell app via its declared GUID > > > > ArmPkg/Library/PlatformBootManagerLib/PlatformBm.c = | 5 > ++--- > > ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf > | 3 ++- > > ArmVirtPkg/ArmVirtQemu.dsc = | 1 - > > ArmVirtPkg/ArmVirtQemuKernel.dsc = | 1 - > > ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c = | 2 > +- > > > ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf > | 6 +++--- > > > QuarkPlatformPkg/Library/PlatformBootManagerLib/PlatformBootManager. > c | 4 +--- > > > QuarkPlatformPkg/Library/PlatformBootManagerLib/PlatformBootManagerL > ib.inf | 2 ++ > > ShellPkg/ShellPkg.dec = | 3 +++ > > 9 files changed, 14 insertions(+), 13 deletions(-) > > > > -- > > 2.7.4 > > > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel