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.20; helo=mga02.intel.com; envelope-from=jiewen.yao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (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 7ADF8226CD613 for ; Mon, 23 Apr 2018 00:38:17 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Apr 2018 00:38:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,317,1520924400"; d="scan'208";a="43886056" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by FMSMGA003.fm.intel.com with ESMTP; 23 Apr 2018 00:38:16 -0700 Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 23 Apr 2018 00:38:16 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 23 Apr 2018 00:38:15 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.79]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.210]) with mapi id 14.03.0319.002; Mon, 23 Apr 2018 15:38:14 +0800 From: "Yao, Jiewen" To: "Zeng, Star" , "edk2-devel@lists.01.org" CC: "Kinney, Michael D" , "Gao, Liming" Thread-Topic: [PATCH 0/3] FirmwareManagement: Fix typo EFI_SECURITY_VIOLATIO Thread-Index: AQHT2tDgqfoSgWwSeEmCB09uIWiegaQN9mMg Date: Mon, 23 Apr 2018 07:38:13 +0000 Message-ID: <74D8A39837DF1E4DA445A8C0B3885C503AB799E6@shsmsx102.ccr.corp.intel.com> References: <1524466841-10204-1-git-send-email-star.zeng@intel.com> In-Reply-To: <1524466841-10204-1-git-send-email-star.zeng@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODEyM2I4NjQtZWE2Ni00OWRkLThhZmQtNWQ3ODRmZmFmZGYwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiJJaXlHTzZTT2tYb3M3VVVmMHFHM2Z1bDB2VHA3QzhqdTROa2d0b05HMGEybE81V0podXNoTG12Y1ZtdHlQNzF2In0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 0/3] FirmwareManagement: Fix typo EFI_SECURITY_VIOLATIO 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, 23 Apr 2018 07:38:17 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Jiewen.yao@intel.com > -----Original Message----- > From: Zeng, Star > Sent: Monday, April 23, 2018 3:01 PM > To: edk2-devel@lists.01.org > Cc: Zeng, Star ; Yao, Jiewen ; > Kinney, Michael D ; Gao, Liming > > Subject: [PATCH 0/3] FirmwareManagement: Fix typo EFI_SECURITY_VIOLATIO >=20 > Fix typo EFI_SECURITY_VIOLATIO to EFI_SECURITY_VIOLATION. >=20 > Cc: Jiewen Yao > Cc: Michael D Kinney > Cc: Liming Gao >=20 > Star Zeng (3): > MdePkg FirmwareManagement.h: Fix typo EFI_SECURITY_VIOLATIO > IntelSiliconPkg MicrocodeUpdate: Fix typo EFI_SECURITY_VIOLATIO > SignedCapsulePkg SystemFirmwareUpdate: Fix typo EFI_SECURITY_VIOLATIO >=20 > .../Feature/Capsule/MicrocodeUpdateDxe/MicrocodeFmp.c | 10 > +++++----- > .../Feature/Capsule/MicrocodeUpdateDxe/MicrocodeUpdate.h | 10 > +++++----- > MdePkg/Include/Protocol/FirmwareManagement.h | 13 > +++++++------ > .../SystemFirmwareUpdate/SystemFirmwareCommonDxe.c | 8 > ++++---- > .../Universal/SystemFirmwareUpdate/SystemFirmwareDxe.h | 10 > +++++----- > .../SystemFirmwareUpdate/SystemFirmwareReportDxe.c | 2 +- > .../SystemFirmwareUpdate/SystemFirmwareUpdateDxe.c | 2 +- > 7 files changed, 28 insertions(+), 27 deletions(-) >=20 > -- > 2.7.0.windows.1