]> git.proxmox.com Git - mirror_edk2.git/commit - MdePkg/Include/X64/Nasm.inc
MdePkg/Include: Add CET instructions to Nasm.inc
authorSheng Wei <w.sheng@intel.com>
Tue, 26 Jan 2021 08:54:15 +0000 (16:54 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 2 Mar 2021 05:11:55 +0000 (05:11 +0000)
commitbdf1df8a5f8085a4ce83767c47d59e0bad16084d
treebeac5411ca7ad74e175ffd791547ae6ce6886864
parent0996a7883c6dd939d6e769b1ce1fd2b2e250bcfb
MdePkg/Include: Add CET instructions to Nasm.inc

This is to add instruction SAVEPREVSSP, CLRSSBSY and RSTORSSP_RAX in Nasm.
The open CI is using NASM 2.14.02.
CET instructions are supported since NASM 2.15.01.

DB-encoded CET instructions need to be removed after open CI update to
 NASM 2.15.01.
The BZ ticket is https://bugzilla.tianocore.org/show_bug.cgi?id=3227 .

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

Signed-off-by: Sheng Wei <w.sheng@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
MdePkg/Include/Ia32/Nasm.inc
MdePkg/Include/X64/Nasm.inc