PI 1.4 introduced Sec Platform Inforamtion2 PPI to hand-off CPU healthy
information from SEC to PEI/DXE phase.
This serial patches will:
A. Add Sec Platform Inforamtion2 PPI in MdePkg.
B. Include PiCis.h in SecPlatformInformation.h, This file references
   EFI_PEI_SERVICES but it will be used by CPU MP DXE driver to get CPU BIST
   information. And PiCis.h could pass build.
C. Update UefiCpuPkg/CpuDxe drive to get CPUs' BIST information by Guided HOB.

Jeff Fan (3):
  MdePkg: Add Sec Platform Information2 PPI
  MdePkg: Include PiCis.h in SecPlatformInformation.h
  UefiCpuPkg/CpuDxe: Get CPU BIST information from Guided HOB

 MdePkg/Include/Ppi/SecPlatformInformation.h  |  4 +-
 MdePkg/Include/Ppi/SecPlatformInformation2.h | 85 ++++++++++++++++++++++++++
 MdePkg/MdePkg.dec                            |  3 +
 UefiCpuPkg/CpuDxe/CpuDxe.inf                 |  8 ++-
 UefiCpuPkg/CpuDxe/CpuMp.c                    | 90 +++++++++++++++++++++++++++-
 UefiCpuPkg/CpuDxe/CpuMp.h                    |  6 +-
 6 files changed, 192 insertions(+), 4 deletions(-)
 create mode 100644 MdePkg/Include/Ppi/SecPlatformInformation2.h

-- 
1.9.5.msysgit.0


------------------------------------------------------------------------------
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to