]> git.proxmox.com Git - mirror_edk2.git/commit - UefiCpuPkg/Library/SmmCpuFeaturesLib/X64/SmiException.nasm
UefiCpuPkg/SmmCpuFeaturesLibStm: Add STM library instance
authorMichael Kinney <michael.d.kinney@intel.com>
Mon, 28 Nov 2016 22:36:51 +0000 (06:36 +0800)
committerFeng Tian <feng.tian@intel.com>
Mon, 19 Dec 2016 01:32:43 +0000 (09:32 +0800)
commit09119a00cccaa08b28b7e2449998ba4c7aa4b0f8
tree3b07c9a53b4c604899a2095b287d5295891d155c
parent4c6351db25eaf24335933ce3499258d7b48a57b2
UefiCpuPkg/SmmCpuFeaturesLibStm: Add STM library instance

Add a new instances of the SmmCpuFeaturesLib that is used by
platforms to enable the SMI Transfer Monitor(STM) feature.
This new instance is in the same directory as the default
SmmCpuFeaturesLib instance in order to share source files.

The DSC file is updated to build both SmmCpuFeatureLib
instances and to build two versions of the PiSmmCpuDxeSmm
module using each of the SmmCpuFeatureLib instances.

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Jeff Fan <jeff.fan@intel.com>
Cc: Feng Tian <feng.tian@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Michael Kinney <michael.d.kinney@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Jeff Fan <jeff.fan@intel.com>
18 files changed:
UefiCpuPkg/Library/SmmCpuFeaturesLib/Ia32/SmiEntry.S [new file with mode: 0644]
UefiCpuPkg/Library/SmmCpuFeaturesLib/Ia32/SmiEntry.asm [new file with mode: 0644]
UefiCpuPkg/Library/SmmCpuFeaturesLib/Ia32/SmiEntry.nasm [new file with mode: 0644]
UefiCpuPkg/Library/SmmCpuFeaturesLib/Ia32/SmiException.S [new file with mode: 0644]
UefiCpuPkg/Library/SmmCpuFeaturesLib/Ia32/SmiException.asm [new file with mode: 0644]
UefiCpuPkg/Library/SmmCpuFeaturesLib/Ia32/SmiException.nasm [new file with mode: 0644]
UefiCpuPkg/Library/SmmCpuFeaturesLib/Ia32/SmmStmSupport.c [new file with mode: 0644]
UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLibStm.inf [new file with mode: 0644]
UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmStm.c [new file with mode: 0644]
UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmStm.h [new file with mode: 0644]
UefiCpuPkg/Library/SmmCpuFeaturesLib/X64/SmiEntry.S [new file with mode: 0644]
UefiCpuPkg/Library/SmmCpuFeaturesLib/X64/SmiEntry.asm [new file with mode: 0644]
UefiCpuPkg/Library/SmmCpuFeaturesLib/X64/SmiEntry.nasm [new file with mode: 0644]
UefiCpuPkg/Library/SmmCpuFeaturesLib/X64/SmiException.S [new file with mode: 0644]
UefiCpuPkg/Library/SmmCpuFeaturesLib/X64/SmiException.asm [new file with mode: 0644]
UefiCpuPkg/Library/SmmCpuFeaturesLib/X64/SmiException.nasm [new file with mode: 0644]
UefiCpuPkg/Library/SmmCpuFeaturesLib/X64/SmmStmSupport.c [new file with mode: 0644]
UefiCpuPkg/UefiCpuPkg.dsc