From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.31; helo=mga06.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (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 C448D21CF58CC for ; Mon, 9 Oct 2017 00:40:49 -0700 (PDT) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga104.jf.intel.com with ESMTP; 09 Oct 2017 00:44:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,499,1500966000"; d="scan'208";a="1180080887" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga001.jf.intel.com with ESMTP; 09 Oct 2017 00:44:15 -0700 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 9 Oct 2017 00:44:15 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 9 Oct 2017 00:44:14 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.152]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.98]) with mapi id 14.03.0319.002; Mon, 9 Oct 2017 15:44:12 +0800 From: "Gao, Liming" To: "Zeng, Star" , "edk2-devel@lists.01.org" Thread-Topic: [PATCH 0/5] Propagate PEI-phase FV authentication status to DXE Thread-Index: AQHTPRwU1hCHd9sJ90O8Stmg5GOeq6LbKoPQ Date: Mon, 9 Oct 2017 07:44:12 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E168A72@SHSMSX104.ccr.corp.intel.com> References: <20171004142121.7404-1-star.zeng@intel.com> In-Reply-To: <20171004142121.7404-1-star.zeng@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [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: Mon, 09 Oct 2017 07:40:49 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao >-----Original Message----- >From: Zeng, Star >Sent: Wednesday, October 04, 2017 10:21 PM >To: edk2-devel@lists.01.org >Cc: Zeng, Star ; Gao, Liming >Subject: [PATCH 0/5] Propagate PEI-phase FV authentication status to DXE > >FV3 HOB was introduced by new (>=3D 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