From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.88; helo=mga01.intel.com; envelope-from=jaben.carsey@intel.com; receiver=edk2-devel@lists.01.org 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 A5AD621F2AF8C for ; Thu, 28 Sep 2017 06:39:23 -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; 28 Sep 2017 06:42:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,450,1500966000"; d="scan'208";a="157113914" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga006.fm.intel.com with ESMTP; 28 Sep 2017 06:42:38 -0700 Received: from fmsmsx124.amr.corp.intel.com (10.18.125.39) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 28 Sep 2017 06:42:38 -0700 Received: from fmsmsx103.amr.corp.intel.com ([169.254.2.182]) by fmsmsx124.amr.corp.intel.com ([169.254.8.94]) with mapi id 14.03.0319.002; Thu, 28 Sep 2017 06:42:37 -0700 From: "Carsey, Jaben" To: "Ni, Ruiyu" , "edk2-devel@lists.01.org" CC: "Li, Huajing" Thread-Topic: [PATCH 2/2] ShellPkg/UefiHandleParsingLib.c: Map SmmPciRootBridgeIo correctly Thread-Index: AQHTOCRDWnnuLvnTlkGsIVkC6aWVLaLKTvuw Date: Thu, 28 Sep 2017 13:42:36 +0000 Message-ID: References: <20170928063720.141148-1-ruiyu.ni@intel.com> <20170928063720.141148-3-ruiyu.ni@intel.com> In-Reply-To: <20170928063720.141148-3-ruiyu.ni@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDFmNDNlZWItZTAxMy00NDkxLTk5MTAtYjUxZWI4ZDY2MzBiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IlNhVSs1WXdLTkkxRCs4eWc3eW9Vc1BZaHdGcit5Slp2NXhZcTlEa3dmK1U9In0= x-ctpclassification: CTP_IC x-originating-ip: [10.1.200.108] MIME-Version: 1.0 Subject: Re: [PATCH 2/2] ShellPkg/UefiHandleParsingLib.c: Map SmmPciRootBridgeIo correctly 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: Thu, 28 Sep 2017 13:39:23 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Jaben Carsey > -----Original Message----- > From: Ni, Ruiyu > Sent: Wednesday, September 27, 2017 11:37 PM > To: edk2-devel@lists.01.org > Cc: Li, Huajing ; Carsey, Jaben > > Subject: [PATCH 2/2] ShellPkg/UefiHandleParsingLib.c: Map > SmmPciRootBridgeIo correctly > Importance: High >=20 > From: Huajing Li >=20 > The current implementation has a typo that maps SmmPciRootBridgeIo > to "PciRootBridgeIo". >=20 > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Huajing Li > Reviewed-by: Ruiyu Ni > Cc: Jaben Carsey > --- > ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c > b/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c > index 06f9d26e5f..489decfaf8 100644 > --- a/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c > +++ b/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c > @@ -2229,7 +2229,7 @@ STATIC CONST GUID_INFO_BLOCK > mGuidStringList[] =3D { > {STRING_TOKEN(STR_S_COMM), > &gEfiSmmCommunicationProtocolGuid, NULL}, > {STRING_TOKEN(STR_S_STAT), &gEfiSmmStatusCodeProtocolGu= id, > NULL}, > {STRING_TOKEN(STR_S_CPU), &gEfiSmmCpuProtocolGuid, > NULL}, > - {STRING_TOKEN(STR_S_PCIRBIO), > &gEfiPciRootBridgeIoProtocolGuid, NULL}, > + {STRING_TOKEN(STR_S_PCIRBIO), > &gEfiSmmPciRootBridgeIoProtocolGuid, NULL}, > {STRING_TOKEN(STR_S_SWD), > &gEfiSmmSwDispatch2ProtocolGuid, NULL}, > {STRING_TOKEN(STR_S_SXD), &gEfiSmmSxDispatch2ProtocolG= uid, > NULL}, > {STRING_TOKEN(STR_S_PTD2), > &gEfiSmmPeriodicTimerDispatch2ProtocolGuid, NULL}, > -- > 2.12.2.windows.2