From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (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 943A681E39 for ; Tue, 15 Nov 2016 20:54:13 -0800 (PST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP; 15 Nov 2016 20:54:18 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,646,1473145200"; d="scan'208";a="31788769" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga005.jf.intel.com with ESMTP; 15 Nov 2016 20:54:18 -0800 Received: from fmsmsx121.amr.corp.intel.com (10.18.125.36) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 15 Nov 2016 20:54:17 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx121.amr.corp.intel.com (10.18.125.36) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 15 Nov 2016 20:54:17 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.239]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.96]) with mapi id 14.03.0248.002; Wed, 16 Nov 2016 12:53:52 +0800 From: "Gao, Liming" To: "Zeng, Star" , "edk2-devel@lists.01.org" CC: "Yao, Jiewen" , "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+mZWI8SmaB+kKmwEaOh/RxyqDbC3XA Date: Wed, 16 Nov 2016 04:53:51 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14B4B3B10@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: 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 04:54:13 -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: 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