From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.43; helo=mga05.intel.com; envelope-from=star.zeng@intel.com; receiver=edk2-devel@lists.01.org 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 98A4921CF58BA for ; Wed, 4 Oct 2017 07:18:04 -0700 (PDT) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga105.fm.intel.com with ESMTP; 04 Oct 2017 07:21:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,477,1500966000"; d="scan'208";a="1202141470" Received: from lzeng14-mobl2.ccr.corp.intel.com ([10.255.31.253]) by fmsmga001.fm.intel.com with ESMTP; 04 Oct 2017 07:21:24 -0700 From: Star Zeng To: edk2-devel@lists.01.org Cc: Star Zeng , Liming Gao Date: Wed, 4 Oct 2017 22:21:16 +0800 Message-Id: <20171004142121.7404-1-star.zeng@intel.com> X-Mailer: git-send-email 2.13.3.windows.1 Subject: [PATCH 0/5] Propagate PEI-phase FV authentication status to DXE 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, 04 Oct 2017 14:18:04 -0000 FV3 HOB was introduced by new (>= 1.5) PI spec, it is intended to be used to propagate PEI-phase FV authentication status to DXE. Check the separated patches for the details. Cc: Liming Gao Star Zeng (5): MdePkg PiHob.h: Add FV3 HOB definitions MdePkg HobLib: Add BuildFv3Hob API IntelFrameworkPkg PeiHobLibFramework: Implement BuildFv3Hob MdeModulePkg Core: Propagate PEI-phase FV authentication status to DXE IntelFrameworkModulePkg FwVolDxe: Get FV auth status propagated from PEI .../Universal/FirmwareVolume/FwVolDxe/FwVol.c | 73 ++++++++++++++++------ .../FirmwareVolume/FwVolDxe/FwVolDriver.h | 3 +- .../Universal/FirmwareVolume/FwVolDxe/FwVolDxe.inf | 4 +- .../Library/PeiHobLibFramework/HobLib.c | 54 +++++++++++++++- MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c | 41 ++++++++++-- MdeModulePkg/Core/Dxe/FwVol/FwVol.c | 13 ++-- MdeModulePkg/Core/Dxe/FwVolBlock/FwVolBlock.c | 23 +++++-- MdeModulePkg/Core/Pei/FwVol/FwVol.c | 9 +++ MdePkg/Include/Library/HobLib.h | 34 +++++++++- MdePkg/Include/Pi/PiHob.h | 43 ++++++++++++- MdePkg/Library/DxeCoreHobLib/HobLib.c | 35 ++++++++++- MdePkg/Library/DxeHobLib/HobLib.c | 32 ++++++++++ MdePkg/Library/PeiHobLib/HobLib.c | 54 +++++++++++++++- 13 files changed, 371 insertions(+), 47 deletions(-) -- 2.13.3.windows.1