]> git.proxmox.com Git - mirror_edk2.git/commit - UefiCpuPkg/PiSmmCpuDxeSmm/X64/SmmInit.S
UefiCpuPkg: Add PiSmmCpuDxeSmm module X64 files
authorMichael Kinney <michael.d.kinney@intel.com>
Mon, 19 Oct 2015 19:13:31 +0000 (19:13 +0000)
committermdkinney <mdkinney@Edk2>
Mon, 19 Oct 2015 19:13:31 +0000 (19:13 +0000)
commit427e3573426fe425141e413d17cf3ff65452fdb8
treee75f4fc93eeebdee0d05d59650417299f0d74410
parent7947da3cccb5dfc973fe9ad9d814477ed978aea1
UefiCpuPkg: Add PiSmmCpuDxeSmm module X64 files

Add module that initializes a CPU for the SMM environment and
installs the first level SMI handler.  This module along with the
SMM IPL and SMM Core provide the services required for
DXE_SMM_DRIVERS to register hardware and software SMI handlers.

CPU specific features are abstracted through the SmmCpuFeaturesLib

Platform specific features are abstracted through the
SmmCpuPlatformHookLib

Several PCDs are added to enable/disable features and configure
settings for the PiSmmCpuDxeSmm module

[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@18647 6f19259b-4bc3-4df7-8a09-765794883524
12 files changed:
UefiCpuPkg/PiSmmCpuDxeSmm/X64/MpFuncs.S [new file with mode: 0644]
UefiCpuPkg/PiSmmCpuDxeSmm/X64/MpFuncs.asm [new file with mode: 0644]
UefiCpuPkg/PiSmmCpuDxeSmm/X64/PageTbl.c [new file with mode: 0644]
UefiCpuPkg/PiSmmCpuDxeSmm/X64/Semaphore.c [new file with mode: 0644]
UefiCpuPkg/PiSmmCpuDxeSmm/X64/SmiEntry.S [new file with mode: 0644]
UefiCpuPkg/PiSmmCpuDxeSmm/X64/SmiEntry.asm [new file with mode: 0644]
UefiCpuPkg/PiSmmCpuDxeSmm/X64/SmiException.S [new file with mode: 0644]
UefiCpuPkg/PiSmmCpuDxeSmm/X64/SmiException.asm [new file with mode: 0644]
UefiCpuPkg/PiSmmCpuDxeSmm/X64/SmmInit.S [new file with mode: 0644]
UefiCpuPkg/PiSmmCpuDxeSmm/X64/SmmInit.asm [new file with mode: 0644]
UefiCpuPkg/PiSmmCpuDxeSmm/X64/SmmProfileArch.c [new file with mode: 0644]
UefiCpuPkg/PiSmmCpuDxeSmm/X64/SmmProfileArch.h [new file with mode: 0644]