public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH V1 0/2] Add back FfsFindSectionData in EmbeddedPkg
@ 2023-01-19  1:51 Min Xu
  2023-01-19  1:51 ` [PATCH V1 1/2] EmbeddedPkg: Rename FfsFindSectionData as FfsFindSectionDataWithHook Min Xu
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Min Xu @ 2023-01-19  1:51 UTC (permalink / raw)
  To: devel
  Cc: Min Xu, Leif Lindholm, Ard Biesheuvel, Abner Chang,
	Daniel Schaefer, Gerd Hoffmann, Erdem Aktas, James Bottomley,
	Jiewen Yao, Tom Lendacky

Commit c673216 introduces FFS_CHECK_SECTION_HOOK and add it as the
second input parameter in FfsFindSectionData. This change breaks the build
of ArmVirtPkg. To fix this issue, the new version of FfsFindSectionData
is renamed as FfsFindSectionDataWithHook. Then the original
FfsFindSectionData is added back.

After FfsFindSectionData is renamed as FfsFindSectionDataWithHook,
PeilessStartupLib in OvmfPkg is updated as well.

Cc: Leif Lindholm <quic_llindhol@quicinc.com>
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Abner Chang <abner.chang@amd.com>
Cc: Daniel Schaefer <git@danielschaefer.me>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Erdem Aktas <erdemaktas@google.com>
Cc: James Bottomley <jejb@linux.ibm.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: Min Xu <min.m.xu@intel.com>

Min M Xu (2):
  EmbeddedPkg: Rename FfsFindSectionData as FfsFindSectionDataWithHook
  EmbeddedPkg: Add back FfsFindSectionData

 EmbeddedPkg/Include/Library/PrePiLib.h      | 22 +++++++++++++-
 EmbeddedPkg/Library/PrePiLib/FwVol.c        | 33 ++++++++++++++++++---
 EmbeddedPkg/Library/PrePiLib/PrePiLib.c     |  2 +-
 OvmfPkg/Library/PeilessStartupLib/DxeLoad.c |  4 +--
 4 files changed, 53 insertions(+), 8 deletions(-)

-- 
2.29.2.windows.2


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

end of thread, other threads:[~2023-01-19  8:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-19  1:51 [PATCH V1 0/2] Add back FfsFindSectionData in EmbeddedPkg Min Xu
2023-01-19  1:51 ` [PATCH V1 1/2] EmbeddedPkg: Rename FfsFindSectionData as FfsFindSectionDataWithHook Min Xu
2023-01-19  1:51 ` [PATCH V1 2/2] EmbeddedPkg: Add back FfsFindSectionData Min Xu
2023-01-19  2:15 ` [PATCH V1 0/2] Add back FfsFindSectionData in EmbeddedPkg Yao, Jiewen
2023-01-19  7:55 ` [edk2-devel] " Gerd Hoffmann
2023-01-19  8:10   ` Ard Biesheuvel

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