From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.120]) by mx.groups.io with SMTP id smtpd.web10.670.1591730390606219165 for ; Tue, 09 Jun 2020 12:19:50 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=QVOkQHQW; spf=pass (domain: redhat.com, ip: 207.211.31.120, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1591730389; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=vag0skFFI3PEc7T3WNt7CCvMXcH7wcm1TL44rOxryF8=; b=QVOkQHQW/8QhF1sdoL09okznULe/NIb3W8lIk6895LteRMRVZJXh9lzABn20arXHJ/9Ka6 dFSVocUYMDBw6qGj+QSc8QiVcbA/cpEjEuufFkkUm56oTf7CF41eHxL50rAeYZ6PbjeEry PlzphPXDrYttKXG4b0VyLesFF5QTe6I= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-177-nRKH3iDxM9qjcEO3GVcxGA-1; Tue, 09 Jun 2020 15:19:42 -0400 X-MC-Unique: nRKH3iDxM9qjcEO3GVcxGA-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id DF3371005510; Tue, 9 Jun 2020 19:19:40 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-112-194.ams2.redhat.com [10.36.112.194]) by smtp.corp.redhat.com (Postfix) with ESMTP id 8BD4819C66; Tue, 9 Jun 2020 19:19:36 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH 0/2] OvmfPkg/Tcg2ConfigPei: trivial cleanups From: "Laszlo Ersek" To: edk2-devel-groups-io Cc: Ard Biesheuvel , Jordan Justen , =?UTF-8?Q?Marc-Andr=c3=a9_Lureau?= , =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , Stefan Berger Reply-To: devel@edk2.groups.io, lersek@redhat.com References: <20200603170413.23936-1-lersek@redhat.com> Message-ID: <2d4a3fb9-6e30-6636-4ec0-9364625769c6@redhat.com> Date: Tue, 9 Jun 2020 21:19:35 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20200603170413.23936-1-lersek@redhat.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit On 06/03/20 19:04, Laszlo Ersek wrote: > Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2752 > Repo: https://pagure.io/lersek/edk2.git > Branch: tcg_config_pei_trivial > > Two trivial cleanups after commit 89236992913f ("OvmfPkg: detect TPM 1.2 > in Tcg2ConfigPei", 2020-03-04) and commit 74f90d38c446 > ("OvmfPkg/Tcg2ConfigPei: skip TPM-1.2 detection when building for > ARM/AARCH64", 2020-05-21), respectively. > > Cc: Ard Biesheuvel > Cc: Jordan Justen > Cc: Marc-André Lureau > Cc: Philippe Mathieu-Daudé > Cc: Stefan Berger > > Thanks > Laszlo > > Laszlo Ersek (2): > OvmfPkg/Tcg2ConfigPei: generalize TPM2-only file-top comments > OvmfPkg/Tcg2ConfigPei: restrict BaseLib class dependency to IA32 and > X64 > > OvmfPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf | 4 ++-- > OvmfPkg/Tcg/Tcg2Config/Tcg2ConfigPeim.c | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > Merged in commit range 6aa48ab791ec..82e0b2f043c1, via . Thanks! Laszlo