From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id C4AB71A1E5E for ; Fri, 26 Aug 2016 15:54:43 -0700 (PDT) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 26 Aug 2016 15:54:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,583,1464678000"; d="scan'208";a="1042091986" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga002.jf.intel.com with ESMTP; 26 Aug 2016 15:54:41 -0700 Received: from FMSMSX110.amr.corp.intel.com (10.18.116.10) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 26 Aug 2016 15:48:23 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx110.amr.corp.intel.com (10.18.116.10) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 26 Aug 2016 15:48:23 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.147]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.116]) with mapi id 14.03.0248.002; Sat, 27 Aug 2016 06:48:21 +0800 From: "Yao, Jiewen" To: "Zeng, Star" , "edk2-devel@lists.01.org" CC: "Gao, Liming" , "Zhang, Chao B" Thread-Topic: [PATCH 0/2] Return correct AuthenticationStatus for FvReadFile() Thread-Index: AQHR/3ZBAGALevoQYES8ohP+g6rSsKBb2OCg Date: Fri, 26 Aug 2016 22:48:20 +0000 Message-ID: <74D8A39837DF1E4DA445A8C0B3885C500280A1C6@shsmsx102.ccr.corp.intel.com> References: <1472201116-194368-1-git-send-email-star.zeng@intel.com> In-Reply-To: <1472201116-194368-1-git-send-email-star.zeng@intel.com> Accept-Language: zh-CN, 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/2] Return correct AuthenticationStatus for FvReadFile() X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2016 22:54:44 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Jiewen.yao@intel.com > -----Original Message----- > From: Zeng, Star > Sent: Friday, August 26, 2016 4:45 PM > To: edk2-devel@lists.01.org > Cc: Zeng, Star ; Yao, Jiewen ; > Gao, Liming ; Zhang, Chao B > > Subject: [PATCH 0/2] Return correct AuthenticationStatus for FvReadFile() >=20 > Inherit the authentication status from FV. >=20 > Cc: Jiewen Yao > Cc: Liming Gao > Cc: Chao Zhang >=20 > Star Zeng (2): > MdeModulePkg DxeCore: Return correct AuthStatus for FvReadFile > IntelFrameworkModulePkg FwVolDxe: Return correct AuthStatus for > FvReadFile >=20 > .../Universal/FirmwareVolume/FwVolDxe/FwVolRead.c > | 7 +++++-- > MdeModulePkg/Core/Dxe/FwVol/FwVolRead.c > | 7 +++++-- > 2 files changed, 10 insertions(+), 4 deletions(-) >=20 > -- > 2.7.0.windows.1