]> git.proxmox.com Git - mirror_edk2.git/commit
IntelFsp2WrapperPkg: Check header revision for MultiPhase support.
authorChasel Chiu <chasel.chiu@intel.com>
Tue, 25 Oct 2022 18:43:49 +0000 (11:43 -0700)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 25 Oct 2022 23:12:10 +0000 (23:12 +0000)
commit26638d2aa399e436f47d629f877e581ed402020a
treedddc18d24c851e07260447d70922d2d055afdc00
parent7464db4474bd641c9061c91fb9a9801514be7fde
IntelFsp2WrapperPkg: Check header revision for MultiPhase support.

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4119

Earlier version of FSP header may not have MultiPhase fields present in
the FspInfoHeader so the handler should verify header revision before
accessing the MultiPhase fields from the header.

Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Signed-off-by: Chasel Chiu <chasel.chiu@intel.com>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
IntelFsp2WrapperPkg/Library/FspWrapperMultiPhaseProcessLib/PeiFspWrapperMultiPhaseProcessLib.c