]> git.proxmox.com Git - mirror_edk2.git/commit
IntelFsp2Pkg: FSPM_ARCH2_UPD mismatching bug.
authorChasel Chiu <chasel.chiu@intel.com>
Mon, 15 Aug 2022 06:13:01 +0000 (23:13 -0700)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 15 Aug 2022 08:03:06 +0000 (08:03 +0000)
commita2b61de2f6f6bbfb71c9430634f2ec365d82667b
tree7b54fba550d9c93696f462e5279adf60a2b3dbfa
parent803ed060ee2b22cc136ae97308d494a9d6716947
IntelFsp2Pkg: FSPM_ARCH2_UPD mismatching bug.

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

FSPM_ARCH2_UPD in FspApiEntryM.nasm was not up-to-date and
should be fixed for both IA32 and X64 builds.

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: Star Zeng <star.zeng@intel.com>
IntelFsp2Pkg/FspSecCore/Ia32/FspApiEntryM.nasm
IntelFsp2Pkg/FspSecCore/X64/FspApiEntryM.nasm