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 3EE4581ECB for ; Tue, 15 Nov 2016 19:51:35 -0800 (PST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP; 15 Nov 2016 19:51:39 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,646,1473145200"; d="scan'208";a="1069063139" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga001.fm.intel.com with ESMTP; 15 Nov 2016 19:51:37 -0800 Received: from fmsmsx112.amr.corp.intel.com (10.18.116.6) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 15 Nov 2016 19:51:30 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX112.amr.corp.intel.com (10.18.116.6) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 15 Nov 2016 19:51:21 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.239]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.239]) with mapi id 14.03.0248.002; Wed, 16 Nov 2016 11:51:20 +0800 From: "Yao, Jiewen" To: "Zeng, Star" , "edk2-devel@lists.01.org" CC: "Gao, Liming" , "Kinney, Michael D" , "Fan, Jeff" , Laszlo Ersek , Ard Biesheuvel Thread-Topic: [PATCH V2 0/3] HobLib: Check FV alignment when building FV HOB Thread-Index: AQHSP6+mrSQiRprSyUyZa/+gcEMEcaDa+e1A Date: Wed, 16 Nov 2016 03:51:19 +0000 Message-ID: <74D8A39837DF1E4DA445A8C0B3885C50386D1D54@shsmsx102.ccr.corp.intel.com> References: <1479262660-54096-1-git-send-email-star.zeng@intel.com> In-Reply-To: <1479262660-54096-1-git-send-email-star.zeng@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH V2 0/3] HobLib: Check FV alignment when building FV HOB X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Nov 2016 03:51:35 -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: Wednesday, November 16, 2016 10:18 AM > To: edk2-devel@lists.01.org > Cc: Zeng, Star ; Yao, Jiewen ; > Gao, Liming ; Kinney, Michael D > ; Fan, Jeff ; Laszlo Erse= k > ; Ard Biesheuvel > Subject: [PATCH V2 0/3] HobLib: Check FV alignment when building FV HOB >=20 > If the FvImage buffer is not at its required alignment, then ASSERT(). > Also update the function header description of BuildFv(2)Hob() > correspondingly. >=20 > Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=3D205 >=20 > V2: > If the FvImage buffer is not at its required alignment, then ASSERT(). >=20 > Cc: Jiewen Yao > Cc: Liming Gao > Cc: Michael D Kinney > Cc: Jeff Fan > Cc: Laszlo Ersek > Cc: Ard Biesheuvel >=20 > Star Zeng (3): > MdePkg HobLib: Check FV alignment when building FV HOB > IntelFrameworkPkg PeiHobLib: Check FV alignment when building FV HOB > ArmVirtPkg DxeHobLib: Update func header description of > BuildFv(2)Hob() >=20 > ArmVirtPkg/Library/ArmVirtDxeHobLib/HobLib.c | 4 +- > .../Library/PeiHobLibFramework/HobLib.c | 70 > +++++++++++++++++++++- > MdePkg/Include/Library/HobLib.h | 4 +- > MdePkg/Library/DxeCoreHobLib/HobLib.c | 4 +- > MdePkg/Library/DxeHobLib/HobLib.c | 4 +- > MdePkg/Library/PeiHobLib/HobLib.c | 70 > +++++++++++++++++++++- > 6 files changed, 150 insertions(+), 6 deletions(-) >=20 > -- > 2.7.0.windows.1