]> git.proxmox.com Git - mirror_edk2.git/commit
UefiCpuPkg: Add SmmCpuFeaturesLib
authorMichael Kinney <michael.d.kinney@intel.com>
Mon, 19 Oct 2015 19:10:53 +0000 (19:10 +0000)
committermdkinney <mdkinney@Edk2>
Mon, 19 Oct 2015 19:10:53 +0000 (19:10 +0000)
commita9764e68f91049d5f27cf1ea8a9d448853c77e9e
tree776caa8b55261798b99d8316852473f197ec3893
parentd947a4ccbf52bb0965f169f5969d26227ecae426
UefiCpuPkg: Add SmmCpuFeaturesLib

Add SmmCpuFeaturesLib that provides CPU specific functions that are
used to initialize SMM and process SMIs.  A functional implementation
of this library class is provided that is based on the
Intel(R) 64 and IA-32 Architectures Software Developer's Manual

[jeff.fan@intel.com: Fix code style issues reported by ECC]
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Michael Kinney <michael.d.kinney@intel.com>
Reviewed-by: Jeff Fan <jeff.fan@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18638 6f19259b-4bc3-4df7-8a09-765794883524
UefiCpuPkg/Include/Library/SmmCpuFeaturesLib.h [new file with mode: 0644]
UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.c [new file with mode: 0644]
UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.inf [new file with mode: 0644]
UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.uni [new file with mode: 0644]