]> git.proxmox.com Git - mirror_edk2.git/commit - UefiCpuPkg/CpuMpPei/CpuMpPei.c
UefiCpuPkg/CpuMpPei: Add CodeSegment and DataSegment fields
authorJeff Fan <jeff.fan@intel.com>
Mon, 11 Jul 2016 05:08:06 +0000 (13:08 +0800)
committerJeff Fan <jeff.fan@intel.com>
Thu, 14 Jul 2016 01:33:24 +0000 (09:33 +0800)
commited04bffe7517f42f94ec4eebcf9003cd6a9dd6fb
tree7fb41ee324c455ac787bc7e57056af9643e19edf
parent0199377c0d634218d0e06478ca766b7d891651c5
UefiCpuPkg/CpuMpPei: Add CodeSegment and DataSegment fields

Added CodeSegment and DataSegment fields in MP_CPU_EXCHANGE_INFO. They are set
to the values of current BSP's CS and DS.

Cc: Feng Tian <feng.tian@intel.com>
Cc: Michael Kinney <michael.d.kinney@intel.com>
Cc: Giri Mudusuru <giri.p.mudusuru@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jeff Fan <jeff.fan@intel.com>
Reviewed-by: Giri P Mudusuru <giri.p.mudusuru@intel.com>
UefiCpuPkg/CpuMpPei/CpuMpPei.c
UefiCpuPkg/CpuMpPei/CpuMpPei.h
UefiCpuPkg/CpuMpPei/Ia32/MpEqu.inc
UefiCpuPkg/CpuMpPei/X64/MpEqu.inc