From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.20, mailfrom: zailiang.sun@intel.com) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by groups.io with SMTP; Wed, 10 Jul 2019 21:53:45 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jul 2019 21:53:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,476,1557212400"; d="scan'208";a="193281338" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga002.fm.intel.com with ESMTP; 10 Jul 2019 21:53:45 -0700 Received: from fmsmsx153.amr.corp.intel.com (10.18.125.6) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 10 Jul 2019 21:53:45 -0700 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by FMSMSX153.amr.corp.intel.com (10.18.125.6) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 10 Jul 2019 21:53:44 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.110]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.162]) with mapi id 14.03.0439.000; Thu, 11 Jul 2019 12:53:43 +0800 From: "Sun, Zailiang" To: "Kinney, Michael D" , "devel@edk2.groups.io" CC: "Qian, Yi" , Gary Lin Subject: Re: [edk2-platforms Patch 19/28] Vlv2DeviceRefCodePkg: Remove redundant gEfiSpiProtocolGuid Thread-Topic: [edk2-platforms Patch 19/28] Vlv2DeviceRefCodePkg: Remove redundant gEfiSpiProtocolGuid Thread-Index: AQHVN1J55CznFCrbQkitpS7tBK0HiqbE2pLg Date: Thu, 11 Jul 2019 04:53:42 +0000 Message-ID: <7CB7EF03E15B5D48981329A508747A9850C95E43@SHSMSX104.ccr.corp.intel.com> References: <20190710190516.6012-1-michael.d.kinney@intel.com> <20190710190516.6012-20-michael.d.kinney@intel.com> In-Reply-To: <20190710190516.6012-20-michael.d.kinney@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 Return-Path: zailiang.sun@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-By: Zailiang Sun > -----Original Message----- > From: Kinney, Michael D > Sent: Thursday, July 11, 2019 3:05 AM > To: devel@edk2.groups.io > Cc: Sun, Zailiang ; Qian, Yi ; > Gary Lin > Subject: [edk2-platforms Patch 19/28] Vlv2DeviceRefCodePkg: Remove > redundant gEfiSpiProtocolGuid >=20 > Remove redundant declaration of gEfiSpiProtocolGuid >=20 > Cc: Zailiang Sun > Cc: Yi Qian > Cc: Gary Lin > Signed-off-by: Michael D Kinney > --- > Silicon/Intel/Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec | 1 - > 1 file changed, 1 deletion(-) >=20 > diff --git a/Silicon/Intel/Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec > b/Silicon/Intel/Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec > index 1af1ed757c..97af1d2f41 100644 > --- a/Silicon/Intel/Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec > +++ b/Silicon/Intel/Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec > @@ -39,7 +39,6 @@ [Protocols] > gEfiSpiProtocolGuid =3D { 0x1156efc6, 0xea32, 0x4396= , {0xb5, 0xd5, > 0x26, 0x93, 0x2e, 0x83, 0xc3, 0x13}} > gMemInfoProtocolGuid =3D { 0x6f20f7c8, 0xe5ef, 0x4f21= , {0x8d, 0x19, > 0xed, 0xc5, 0xf0, 0xc4, 0x96, 0xae}} > gEfiSdHostIoProtocolGuid =3D { 0xb63f8ec7, 0xa9c9, 0x4472= , {0xa4, 0xc0, > 0x4d, 0x8b, 0xf3, 0x65, 0xcc, 0x51}} > - gEfiSpiProtocolGuid =3D { 0x1156efc6, 0xea32, 0x4396= , {0xb5, 0xd5, > 0x26, 0x93, 0x2e, 0x83, 0xc3, 0x13}} > gEfiSmmSpiProtocolGuid =3D { 0xD9072C35, 0xEB8F, 0x43AD= , {0xA2, > 0x20, 0x34, 0xD4, 0x0E, 0x2A, 0x82, 0x85}} > gEfiSmmIchnDispatchProtocolGuid =3D { 0xc50b323e, 0x9075, 0x4f2a= , { 0xac, > 0x8e, 0xd2, 0x59, 0x6a, 0x10, 0x85, 0xcc}} > gEfiSmmIchnDispatchExProtocolGuid =3D { 0x3920405B, 0xC897, 0x44DA= , > {0x88, 0xF3, 0x4C, 0x49, 0x8A, 0x6F, 0xF7, 0x36}} > -- > 2.21.0.windows.1