UefiCpuPkg/CpuMpPei: Load GDT table on BSP

Load new GDT table and update segment accordingly.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jeff Fan <jeff.fan@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17988 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Jeff Fan
2015-07-15 03:29:12 +00:00
committed by vanjeff
parent 65e79f931f
commit f9d30595ae
9 changed files with 323 additions and 0 deletions

View File

@@ -31,6 +31,17 @@
CpuMpPei.h
CpuMpPei.c
[Sources.IA32]
Ia32/MpEqu.inc
Ia32/MpFuncs.asm | MSFT
Ia32/MpFuncs.asm | INTEL
Ia32/MpFuncs.nasm | GCC
[Sources.X64]
X64/MpEqu.inc
X64/MpFuncs.asm | MSFT
X64/MpFuncs.asm | INTEL
X64/MpFuncs.nasm | GCC
[Packages]
MdePkg/MdePkg.dec