public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH V2 0/3] HobLib: Check FV alignment when building FV HOB
@ 2016-11-16  2:17 Star Zeng
  2016-11-16  2:17 ` [PATCH V2 1/3] MdePkg " Star Zeng
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Star Zeng @ 2016-11-16  2:17 UTC (permalink / raw)
  To: edk2-devel
  Cc: Star Zeng, Jiewen Yao, Liming Gao, Michael D Kinney, Jeff Fan,
	Laszlo Ersek, Ard Biesheuvel

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 <jiewen.yao@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Jeff Fan <jeff.fan@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>

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(-)

-- 
2.7.0.windows.1



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-11-16 17:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-16  2:17 [PATCH V2 0/3] HobLib: Check FV alignment when building FV HOB Star Zeng
2016-11-16  2:17 ` [PATCH V2 1/3] MdePkg " Star Zeng
2016-11-16  2:17 ` [PATCH V2 2/3] IntelFrameworkPkg PeiHobLib: " Star Zeng
2016-11-16  2:17 ` [PATCH V2 3/3] ArmVirtPkg DxeHobLib: Update func header description of BuildFv(2)Hob() Star Zeng
2016-11-16 11:26   ` Ard Biesheuvel
2016-11-16  3:51 ` [PATCH V2 0/3] HobLib: Check FV alignment when building FV HOB Yao, Jiewen
2016-11-16  4:53 ` Gao, Liming
2016-11-16 17:04 ` Laszlo Ersek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox