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.88; helo=mga01.intel.com; envelope-from=jordan.l.justen@intel.com; receiver=edk2-devel@lists.01.org Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (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 8556E220C2A6F for ; Fri, 9 Mar 2018 15:44:05 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Mar 2018 15:50:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,448,1515484800"; d="scan'208";a="37486643" Received: from bbappudi-mobl1.amr.corp.intel.com (HELO localhost) ([10.255.231.49]) by orsmga001.jf.intel.com with ESMTP; 09 Mar 2018 15:50:22 -0800 MIME-Version: 1.0 To: Laszlo Ersek , edk2-devel-01 Message-ID: <152063941669.5344.17984146304866864838@jljusten-skl> From: Jordan Justen In-Reply-To: <20180309200525.27376-1-lersek@redhat.com> Cc: Ard Biesheuvel , Chao Zhang , Jiewen Yao , =?utf-8?q?Marc-Andr=C3=A9_Lureau?= References: <20180309200525.27376-1-lersek@redhat.com> User-Agent: alot/0.6 Date: Fri, 09 Mar 2018 15:50:16 -0800 Subject: Re: [PATCH 0/2] OvmfPkg, SecurityPkg: small followup patches after the TPM2 addition to OVMF X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Mar 2018 23:44:05 -0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Series Reviewed-by: Jordan Justen On 2018-03-09 12:05:23, Laszlo Ersek wrote: > Repo: https://github.com/lersek/edk2.git > Branch: ovmf_tcg2_followup > = > The first patch brings small coding style improvements to > OvmfPkg/Tcg/Tcg2Config. The second patch trims a superfluous PPI from > SecurityPkg/Tcg/TcgPei's DEPEX. > = > Cc: Ard Biesheuvel > Cc: Chao Zhang > Cc: Jiewen Yao > Cc: Jordan Justen > Cc: Marc-Andr=C3=A9 Lureau > = > Laszlo Ersek (2): > OvmfPkg/Tcg2ConfigPei: trivial coding style updates > SecurityPkg/TcgPei: drop PeiReadOnlyVariable from Depex > = > OvmfPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf | 20 +++---- > OvmfPkg/Tcg/Tcg2Config/Tcg2ConfigPeim.c | 55 +++++++++++--------- > SecurityPkg/Tcg/TcgPei/TcgPei.inf | 1 - > 3 files changed, 40 insertions(+), 36 deletions(-) > = > -- = > 2.14.1.3.gb7cf6e02401b >=20