From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id EACCA21DF37C9 for ; Wed, 2 Aug 2017 03:35:02 -0700 (PDT) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP; 02 Aug 2017 03:37:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,311,1498546800"; d="scan'208";a="132467954" Received: from shwdeopenpsi068.ccr.corp.intel.com ([10.239.9.12]) by orsmga005.jf.intel.com with ESMTP; 02 Aug 2017 03:37:11 -0700 From: Star Zeng To: edk2-devel@lists.01.org Cc: Star Zeng , Liming Gao Date: Wed, 2 Aug 2017 18:37:07 +0800 Message-Id: <1501670229-52272-1-git-send-email-star.zeng@intel.com> X-Mailer: git-send-email 2.7.0.windows.1 Subject: [PATCH 0/2] Add SecHobData PPI support X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Aug 2017 10:35:03 -0000 This PPI is introduced in PI Version 1.5. Cc: Liming Gao Star Zeng (2): MdePkg: Add definition for SecHobData PPI MdeModulePkg PeiCore: Install SEC HOB data MdeModulePkg/Core/Pei/Hob/Hob.c | 74 ++++++++++++++++++++++++++++++++++++++- MdeModulePkg/Core/Pei/PeiMain.h | 17 +++++++++ MdeModulePkg/Core/Pei/PeiMain.inf | 3 +- MdeModulePkg/Core/Pei/Ppi/Ppi.c | 19 +++++++++- MdePkg/Include/Ppi/SecHobData.h | 65 ++++++++++++++++++++++++++++++++++ MdePkg/MdePkg.dec | 7 ++++ 6 files changed, 182 insertions(+), 3 deletions(-) create mode 100644 MdePkg/Include/Ppi/SecHobData.h -- 2.7.0.windows.1