[edk2-devel] [PATCH 0/2] OvmfPkg/Tcg2ConfigPei: trivial cleanups

Laszlo Ersek posted 2 patches 3 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/edk2 tags/patchew/20200603170413.23936-1-lersek@redhat.com
OvmfPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf | 4 ++--
OvmfPkg/Tcg/Tcg2Config/Tcg2ConfigPeim.c  | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
[edk2-devel] [PATCH 0/2] OvmfPkg/Tcg2ConfigPei: trivial cleanups
Posted by Laszlo Ersek 3 years, 10 months ago
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 <ard.biesheuvel@arm.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Marc-André Lureau <marcandre.lureau@redhat.com>
Cc: Philippe Mathieu-Daudé <philmd@redhat.com>
Cc: Stefan Berger <stefanb@linux.ibm.com>

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(-)

-- 
2.19.1.3.g30247aa5d201


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#60690): https://edk2.groups.io/g/devel/message/60690
Mute This Topic: https://groups.io/mt/74654146/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [PATCH 0/2] OvmfPkg/Tcg2ConfigPei: trivial cleanups
Posted by Ard Biesheuvel 3 years, 10 months ago
On 6/3/20 7:04 PM, 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 <ard.biesheuvel@arm.com>
> Cc: Jordan Justen <jordan.l.justen@intel.com>
> Cc: Marc-André Lureau <marcandre.lureau@redhat.com>
> Cc: Philippe Mathieu-Daudé <philmd@redhat.com>
> Cc: Stefan Berger <stefanb@linux.ibm.com>
> 
> Thanks
> Laszlo
> 
> Laszlo Ersek (2):
>    OvmfPkg/Tcg2ConfigPei: generalize TPM2-only file-top comments
>    OvmfPkg/Tcg2ConfigPei: restrict BaseLib class dependency to IA32 and
>      X64
> 

Reviewed-by: Ard Biesheuvel <ard.biesheuvel@arm.com>

>   OvmfPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf | 4 ++--
>   OvmfPkg/Tcg/Tcg2Config/Tcg2ConfigPeim.c  | 2 +-
>   2 files changed, 3 insertions(+), 3 deletions(-)
> 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#60691): https://edk2.groups.io/g/devel/message/60691
Mute This Topic: https://groups.io/mt/74654146/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [PATCH 0/2] OvmfPkg/Tcg2ConfigPei: trivial cleanups
Posted by Philippe Mathieu-Daudé 3 years, 10 months ago
On 6/3/20 7:04 PM, 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 <ard.biesheuvel@arm.com>
> Cc: Jordan Justen <jordan.l.justen@intel.com>
> Cc: Marc-André Lureau <marcandre.lureau@redhat.com>
> Cc: Philippe Mathieu-Daudé <philmd@redhat.com>
> Cc: Stefan Berger <stefanb@linux.ibm.com>
> 
> 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(-)
> 

Series:
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#60693): https://edk2.groups.io/g/devel/message/60693
Mute This Topic: https://groups.io/mt/74654146/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [PATCH 0/2] OvmfPkg/Tcg2ConfigPei: trivial cleanups
Posted by Laszlo Ersek 3 years, 10 months ago
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 <ard.biesheuvel@arm.com>
> Cc: Jordan Justen <jordan.l.justen@intel.com>
> Cc: Marc-André Lureau <marcandre.lureau@redhat.com>
> Cc: Philippe Mathieu-Daudé <philmd@redhat.com>
> Cc: Stefan Berger <stefanb@linux.ibm.com>
> 
> 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
<https://github.com/tianocore/edk2/pull/670>.

Thanks!
Laszlo


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#60982): https://edk2.groups.io/g/devel/message/60982
Mute This Topic: https://groups.io/mt/74654146/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-