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=liming.gao@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 B175320945BA0 for ; Mon, 25 Sep 2017 04:05:15 -0700 (PDT) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Sep 2017 04:08:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,435,1500966000"; d="scan'208";a="139089333" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga002.jf.intel.com with ESMTP; 25 Sep 2017 04:08:23 -0700 Received: from fmsmsx124.amr.corp.intel.com (10.18.125.39) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 25 Sep 2017 04:08:24 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx124.amr.corp.intel.com (10.18.125.39) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 25 Sep 2017 04:08:24 -0700 Received: from shsmsx152.ccr.corp.intel.com ([169.254.6.93]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.213]) with mapi id 14.03.0319.002; Mon, 25 Sep 2017 19:08:22 +0800 From: "Gao, Liming" To: "Zeng, Star" , "edk2-devel@lists.01.org" Thread-Topic: [PATCH 0/2] Follow PI 1.6 to support FFS_ATTRIB_DATA_ALIGNMENT_2 Thread-Index: AQHTM4yutufCqEdQM0SDxTA+WeBRDqLFdhXQ Date: Mon, 25 Sep 2017 11:08:21 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E15D0A6@SHSMSX152.ccr.corp.intel.com> References: <1506075722-54216-1-git-send-email-star.zeng@intel.com> In-Reply-To: <1506075722-54216-1-git-send-email-star.zeng@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 Subject: Re: [PATCH 0/2] Follow PI 1.6 to support FFS_ATTRIB_DATA_ALIGNMENT_2 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: Mon, 25 Sep 2017 11:05:15 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao >-----Original Message----- >From: Zeng, Star >Sent: Friday, September 22, 2017 6:22 PM >To: edk2-devel@lists.01.org >Cc: Zeng, Star ; Gao, Liming ; >Zhu, Yonghong >Subject: [PATCH 0/2] Follow PI 1.6 to support >FFS_ATTRIB_DATA_ALIGNMENT_2 > >The BaseTools update patch has been sent at >https://lists.01.org/pipermail/edk2-devel/2017-September/015027.html. > >Cc: Liming Gao >Cc: Yonghong Zhu > >Star Zeng (2): > MdePkg PiFirmwareFile.h: Add FFS_ATTRIB_DATA_ALIGNMENT_2 definition > MdeModulePkg Core: Support FFS_ATTRIB_DATA_ALIGNMENT_2 > > MdeModulePkg/Core/Dxe/FwVol/FwVolRead.c | 37 >++++++++++++++++++++++----------- > MdeModulePkg/Core/Pei/FwVol/FwVol.c | 35 +++++++++++++++++++++- >--------- > MdePkg/Include/Pi/PiFirmwareFile.h | 5 +++-- > 3 files changed, 52 insertions(+), 25 deletions(-) > >-- >2.7.0.windows.1