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.24; helo=mga09.intel.com; envelope-from=jiewen.yao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (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 1B6ED21122950 for ; Thu, 6 Sep 2018 07:05:37 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Sep 2018 07:05:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,338,1531810800"; d="scan'208";a="68030541" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga007.fm.intel.com with ESMTP; 06 Sep 2018 07:05:36 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 6 Sep 2018 07:05:36 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.226]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.16]) with mapi id 14.03.0319.002; Thu, 6 Sep 2018 22:05:34 +0800 From: "Yao, Jiewen" To: Ard Biesheuvel , "edk2-devel@lists.01.org" CC: "Zeng, Star" , "Wang, Jian J" , "Kinney, Michael D" , "Gao, Liming" , "Zhang, Chao B" , Laszlo Ersek , Leif Lindholm Thread-Topic: [PATCH 0/4] remove all 11 occurrences of ELILO on IPF PE/COFF header hack Thread-Index: AQHURefu2oeuhWdbBEySvdb/vWaP3qTjSUjQ Date: Thu, 6 Sep 2018 14:05:33 +0000 Message-ID: <74D8A39837DF1E4DA445A8C0B3885C503AD44633@shsmsx102.ccr.corp.intel.com> References: <20180906134523.2036-1-ard.biesheuvel@linaro.org> In-Reply-To: <20180906134523.2036-1-ard.biesheuvel@linaro.org> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzFjZTNkYzktOGQ3Yi00MTA1LTk5YmUtMWQ5NTg2ZjlkZTQ3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiVXZ6cDVST0tCMzJZckw3UVBJdHBlcjlQQzFTdEtcL3g5T3QwbG1oV0lrbTI2REV4ZTRPeG1HcmZheFBXbnIyM2gifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 0/4] remove all 11 occurrences of ELILO on IPF PE/COFF header hack X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2018 14:05:37 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Thanks for the clean up. Reviewed-by: Jiewen Yao > -----Original Message----- > From: Ard Biesheuvel [mailto:ard.biesheuvel@linaro.org] > Sent: Thursday, September 6, 2018 9:45 PM > To: edk2-devel@lists.01.org > Cc: Ard Biesheuvel ; Zeng, Star > ; Wang, Jian J ; Kinney, Mich= ael > D ; Gao, Liming ; Zhang= , > Chao B ; Yao, Jiewen ; Lasz= lo > Ersek ; Leif Lindholm > Subject: [PATCH 0/4] remove all 11 occurrences of ELILO on IPF PE/COFF he= ader > hack >=20 > Now that Itanium support has been dropped from EDK2, we can remove all 11 > (!) > occurrences of the ELILO PE/COFF loader hack from the code base. >=20 > Note that SecurityPkg appears to have four mostly identical implementatio= ns > of the PE/COFF measuring routine, so this may be another area for cleanup > later. >=20 > Link: https://bugzilla.tianocore.org/show_bug.cgi?id=3D816 >=20 > Cc: Star Zeng > Cc: Jian J Wang > Cc: Michael D Kinney > Cc: Liming Gao > Cc: Chao Zhang > Cc: Jiewen Yao > Cc: Laszlo Ersek > Cc: Leif Lindholm >=20 > Ard Biesheuvel (4): > MdeModulePkg: remove PE/COFF header workaround for ELILO on IPF > MdePkg/BasePeCoffLib: remove PE/COFF header workaround for ELILO on > IPF > SecurityPkg: remove PE/COFF header workaround for ELILO on IPF > EdkCompatibilityPkg: remove PE/COFF header workaround for ELILO on IPF >=20 > .../Library/BasePeCoffLib/BasePeCoff.c | 60 +++--------------- > .../Core/Dxe/Mem/MemoryProfileRecord.c | 31 +--------- > MdeModulePkg/Core/Dxe/Misc/MemoryProtection.c | 17 +----- > MdeModulePkg/Core/Dxe/Misc/PropertiesTable.c | 17 +----- > .../Core/PiSmmCore/MemoryAttributesTable.c | 17 +----- > .../Core/PiSmmCore/SmramProfileRecord.c | 31 +--------- > MdePkg/Library/BasePeCoffLib/BasePeCoff.c | 61 +++---------------- > .../DxeImageVerificationLib.c | 47 +++----------- > .../DxeTpmMeasureBootLib.c | 27 ++------ > SecurityPkg/Tcg/Tcg2Dxe/MeasureBootPeCoff.c | 27 ++------ > .../SecureBootConfigImpl.c | 25 ++------ > 11 files changed, 47 insertions(+), 313 deletions(-) >=20 > -- > 2.18.0