Re: [edk2] [PATCH V2 0/3] HobLib: Check FV alignment when building FV HOB

2016-11-16 Thread Laszlo Ersek
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

Re: [edk2] [PATCH V2 0/3] HobLib: Check FV alignment when building FV HOB

2016-11-15 Thread Gao, Liming
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,

Re: [edk2] [PATCH V2 0/3] HobLib: Check FV alignment when building FV HOB

2016-11-15 Thread Yao, Jiewen
Reviewed-by: jiewen@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 >

[edk2] [PATCH V2 0/3] HobLib: Check FV alignment when building FV HOB

2016-11-15 Thread Star Zeng
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