]> git.proxmox.com Git - mirror_edk2.git/commit - UefiCpuPkg/SecCore/SecMain.h
UefiCpuPkg: Add SecCore module
authorMichael Kinney <michael.d.kinney@intel.com>
Mon, 19 Oct 2015 19:10:14 +0000 (19:10 +0000)
committermdkinney <mdkinney@Edk2>
Mon, 19 Oct 2015 19:10:14 +0000 (19:10 +0000)
commit1921695e6461e699ebe12c91254a779ed221b96f
tree87a411c5aee1eac0dfe388c848d3ead43e45abdb
parenta39d509761b0b29948e3d4bdef597ca1cbfcf4ee
UefiCpuPkg: Add SecCore module

Add SecCore module that uses the PlatformSecLib class for platform
specific actions.  The SecCore module also uses a new PCD to
configure the size of the stack used in the SEC phase.  If the
stack size PCD is set to 0, the stack is configured to use half
of the available temporary RAM.

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@18636 6f19259b-4bc3-4df7-8a09-765794883524
UefiCpuPkg/SecCore/FindPeiCore.c [new file with mode: 0644]
UefiCpuPkg/SecCore/Ia32/ResetVec.asm16 [new file with mode: 0644]
UefiCpuPkg/SecCore/Ia32/ResetVec.nasmb [new file with mode: 0644]
UefiCpuPkg/SecCore/SecCore.inf [new file with mode: 0644]
UefiCpuPkg/SecCore/SecCore.uni [new file with mode: 0644]
UefiCpuPkg/SecCore/SecCoreExtra.uni [new file with mode: 0644]
UefiCpuPkg/SecCore/SecMain.c [new file with mode: 0644]
UefiCpuPkg/SecCore/SecMain.h [new file with mode: 0644]