mirror of https://github.com/acidanthera/audk.git
OvmfPkg/Tcg2ConfigPei: generalize TPM2-only file-top comments
The leading comments in "Tcg2ConfigPei.inf" and "Tcg2ConfigPeim.c" say,
"In OvmfPkg, the module only performs TPM2 hardware detection".
The statement hasn't been correct since commit 8923699291
("OvmfPkg:
detect TPM 1.2 in Tcg2ConfigPei", 2020-03-04). Replace "TPM2" with "TPM"
(without stating a version) in those file-top comments.
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>
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2752
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Message-Id: <20200603170413.23936-2-lersek@redhat.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@arm.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
This commit is contained in:
parent
6aa48ab791
commit
8cb890364b
|
@ -2,7 +2,7 @@
|
|||
# Set TPM device type
|
||||
#
|
||||
# In SecurityPkg, this module initializes the TPM device type based on a UEFI
|
||||
# variable and/or hardware detection. In OvmfPkg, the module only performs TPM2
|
||||
# variable and/or hardware detection. In OvmfPkg, the module only performs TPM
|
||||
# hardware detection.
|
||||
#
|
||||
# Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
Set TPM device type
|
||||
|
||||
In SecurityPkg, this module initializes the TPM device type based on a UEFI
|
||||
variable and/or hardware detection. In OvmfPkg, the module only performs TPM2
|
||||
variable and/or hardware detection. In OvmfPkg, the module only performs TPM
|
||||
hardware detection.
|
||||
|
||||
Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
|
||||
|
|
Loading…
Reference in New Issue