From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (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 B11BE81E97 for ; Wed, 16 Nov 2016 09:04:47 -0800 (PST) Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 538C6C04B311; Wed, 16 Nov 2016 17:04:52 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-80.phx2.redhat.com [10.3.116.80]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id uAGH4nhX013810; Wed, 16 Nov 2016 12:04:50 -0500 To: Star Zeng , edk2-devel@ml01.01.org References: <1479262660-54096-1-git-send-email-star.zeng@intel.com> Cc: Ard Biesheuvel , Liming Gao , Jiewen Yao , Michael D Kinney , Jeff Fan From: Laszlo Ersek Message-ID: <0bd94ed4-5703-81a8-29a0-7fd791ec04a2@redhat.com> Date: Wed, 16 Nov 2016 18:04:49 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <1479262660-54096-1-git-send-email-star.zeng@intel.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Wed, 16 Nov 2016 17:04:52 +0000 (UTC) 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 17:04:47 -0000 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit On 11/16/16 03:17, Star Zeng wrote: > If the FvImage buffer is not at its required alignment, then ASSERT(). > Also update the function header description of BuildFv(2)Hob() > correspondingly. > > Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=205 > > V2: > If the FvImage buffer is not at its required alignment, then ASSERT(). > > Cc: Jiewen Yao > Cc: Liming Gao > Cc: Michael D Kinney > Cc: Jeff Fan > Cc: Laszlo Ersek > Cc: Ard Biesheuvel > > 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() > > 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(-) > patches #1 and #3: Regression-tested-by: Laszlo Ersek Thanks Laszlo