From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (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 DE48821E43B63 for ; Fri, 22 Sep 2017 03:18:57 -0700 (PDT) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga105.jf.intel.com with ESMTP; 22 Sep 2017 03:22:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,427,1500966000"; d="scan'208";a="1017307625" Received: from shwdeopenpsi068.ccr.corp.intel.com ([10.239.9.31]) by orsmga003.jf.intel.com with ESMTP; 22 Sep 2017 03:22:04 -0700 From: Star Zeng To: edk2-devel@lists.01.org Cc: Star Zeng , Liming Gao , Yonghong Zhu Date: Fri, 22 Sep 2017 18:22:00 +0800 Message-Id: <1506075722-54216-1-git-send-email-star.zeng@intel.com> X-Mailer: git-send-email 2.7.0.windows.1 Subject: [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: Fri, 22 Sep 2017 10:18:58 -0000 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