Thanks for the quick update. Reviewed-by: Jiewen Yao <[email protected]>
> -----Original Message----- > From: Xu, Min M <[email protected]> > Sent: Thursday, January 19, 2023 9:51 AM > To: [email protected] > Cc: Xu, Min M <[email protected]>; Leif Lindholm > <[email protected]>; Ard Biesheuvel <[email protected]>; > Abner Chang <[email protected]>; Daniel Schaefer > <[email protected]>; Gerd Hoffmann <[email protected]>; Aktas, > Erdem <[email protected]>; James Bottomley <[email protected]>; > Yao, Jiewen <[email protected]>; Tom Lendacky > <[email protected]> > Subject: [PATCH V1 0/2] Add back FfsFindSectionData in EmbeddedPkg > > 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 <[email protected]> > Cc: Ard Biesheuvel <[email protected]> > Cc: Abner Chang <[email protected]> > Cc: Daniel Schaefer <[email protected]> > Cc: Gerd Hoffmann <[email protected]> > Cc: Erdem Aktas <[email protected]> > Cc: James Bottomley <[email protected]> > Cc: Jiewen Yao <[email protected]> > Cc: Tom Lendacky <[email protected]> > Signed-off-by: Min Xu <[email protected]> > > 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 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#98844): https://edk2.groups.io/g/devel/message/98844 Mute This Topic: https://groups.io/mt/96369498/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
