public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Tian, Feng" <feng.tian@intel.com>
To: "Fan, Jeff" <jeff.fan@intel.com>,
	"edk2-devel@lists.01.org" <edk2-devel@lists.01.org>
Cc: "Tian, Feng" <feng.tian@intel.com>
Subject: Re: [Patch 0/7] Re-install SEC Platform Information PPI
Date: Tue, 13 Sep 2016 07:41:38 +0000	[thread overview]
Message-ID: <7F1BAD85ADEA444D97065A60D2E97EE566D88CF2@SHSMSX101.ccr.corp.intel.com> (raw)
In-Reply-To: <20160909075933.14320-1-jeff.fan@intel.com>

Looks good to me

Reviewed-by: Feng Tian <feng.tian@Intel.com>

Thanks
Feng

-----Original Message-----
From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Jeff Fan
Sent: Friday, September 9, 2016 3:59 PM
To: edk2-devel@lists.01.org
Subject: [edk2] [Patch 0/7] Re-install SEC Platform Information PPI

Platform SEC Lib will save CPU BIST into CAR and install SEC Platform
information(2) PPI. But after memory is ready, all data in CAR will be cleared.
We update UefiCpuPkg/SecCore to re-install SEC platform information(2) PPI before CAR is cleared.

We also update CpuMpPei driver to build Sec Platform Information2 PPI GUIDed-HOB to pass all CPU BIST date to DXE phase.

Jeff Fan (7):
  UefiCpuPkg/CpuDxe: Fix duplicated status code report
  UefiCpuPkg/CpuMpPei: Add parameter BistInformationSize
  UefiCpuPkg/CpuMpPei: Fix BistData ouput error
  UefiCpuPkg/CpuMpPei: Build GUIDed-HOB to store all CPU BIST Data
  UefiCpuPkg/SecCore: Add SecBist.c
  UefiCpuPkg/SecCore: Abstract worker function GetBistFromHob()
  UefiCpuPkg/SecCore: Re-install SEC platform information(2) PPI

 UefiCpuPkg/CpuDxe/CpuMp.c        |  29 +++--
 UefiCpuPkg/CpuMpPei/CpuBist.c    |  79 ++++++++----
 UefiCpuPkg/CpuMpPei/CpuMpPei.h   |   1 +
 UefiCpuPkg/CpuMpPei/CpuMpPei.inf |   4 +-
 UefiCpuPkg/SecCore/SecBist.c     | 268 +++++++++++++++++++++++++++++++++++++++
 UefiCpuPkg/SecCore/SecCore.inf   |  11 +-
 UefiCpuPkg/SecCore/SecMain.c     |   5 +
 UefiCpuPkg/SecCore/SecMain.h     |  55 +++++++-
 UefiCpuPkg/UefiCpuPkg.dsc        |   3 +
 9 files changed, 411 insertions(+), 44 deletions(-)  create mode 100644 UefiCpuPkg/SecCore/SecBist.c

--
2.9.3.windows.2

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel


      parent reply	other threads:[~2016-09-13  7:41 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-09  7:59 [Patch 0/7] Re-install SEC Platform Information PPI Jeff Fan
2016-09-09  7:59 ` [Patch 1/7] UefiCpuPkg/CpuDxe: Fix duplicated status code report Jeff Fan
2016-09-09  7:59 ` [Patch 2/7] UefiCpuPkg/CpuMpPei: Add parameter BistInformationSize Jeff Fan
2016-09-09  7:59 ` [Patch 3/7] UefiCpuPkg/CpuMpPei: Fix BistData ouput error Jeff Fan
2016-09-09  7:59 ` [Patch 4/7] UefiCpuPkg/CpuMpPei: Build GUIDed-HOB to store all CPU BIST Data Jeff Fan
2016-09-09  7:59 ` [Patch 5/7] UefiCpuPkg/SecCore: Add SecBist.c Jeff Fan
2016-09-09  7:59 ` [Patch 6/7] UefiCpuPkg/SecCore: Abstract worker function GetBistFromHob() Jeff Fan
2016-09-09  7:59 ` [Patch 7/7] UefiCpuPkg/SecCore: Re-install SEC platform information(2) PPI Jeff Fan
2016-09-13  7:41 ` Tian, Feng [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7F1BAD85ADEA444D97065A60D2E97EE566D88CF2@SHSMSX101.ccr.corp.intel.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox