]> git.proxmox.com Git - mirror_edk2.git/commit - UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf
UefiCpuPkg/MpInitLib: Use NASM struc to avoid hardcode offset
authorRay Ni <ray.ni@intel.com>
Tue, 9 Feb 2021 13:58:01 +0000 (21:58 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 8 Mar 2021 02:22:37 +0000 (02:22 +0000)
commit2fba7d4ee4a78c26cf6c3b97a99f38d43f80b3ff
tree4ef775e2f819b361417fceaa972df51ef2320c87
parente59760f87e6fdd55f47d11e80455e341219c2be8
UefiCpuPkg/MpInitLib: Use NASM struc to avoid hardcode offset

In Windows environment, "dumpbin /disasm" is used to verify the
disassembly before and after using NASM struc doesn't change.

Signed-off-by: Ray Ni <ray.ni@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
Acked-by: Laszlo Ersek <lersek@redhat.com>
Cc: Rahul Kumar <rahul1.kumar@intel.com>
UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf
UefiCpuPkg/Library/MpInitLib/Ia32/MpEqu.inc [deleted file]
UefiCpuPkg/Library/MpInitLib/Ia32/MpFuncs.nasm
UefiCpuPkg/Library/MpInitLib/MpEqu.inc [new file with mode: 0644]
UefiCpuPkg/Library/MpInitLib/PeiMpInitLib.inf
UefiCpuPkg/Library/MpInitLib/X64/MpEqu.inc [deleted file]
UefiCpuPkg/Library/MpInitLib/X64/MpFuncs.nasm