cr50: Replace "cr50" to "GSC" in debug messages
commit557aad1df91a11446bf1fa490a7382d1c9a4151c
authorTyler Wang <tyler.wang@quanta.corp-partner.google.com>
Tue, 14 May 2024 06:07:02 +0000 (14 14:07 +0800)
committerJon Murphy <jpmurphy@google.com>
Fri, 17 May 2024 12:50:28 +0000 (17 12:50 +0000)
tree8e104c45158c3ff62aea8b44e75b9ce4f7496304
parent43a54184b0f8bdde9cff361a9aded25715bec454
cr50: Replace "cr50" to "GSC" in debug messages

The cr50.c file currently prints "cr50" in debug messages no
matter the system is using Cr50 or Ti50. This can be confusing
for developers.

This patch replaces "cr50" with "GSC" in debug messages. Using
"GSC" makes the messages more clear and easier to search via
`grep`.

BUG=none
TEST=Build and test on karis

Change-Id: I21f66cf8b608ca4e4dc82d7a55a851ec996c8bb3
Signed-off-by: Tyler Wang <tyler.wang@quanta.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82420
Reviewed-by: Eric Lai <ericllai@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Reviewed-by: Jon Murphy <jpmurphy@google.com>
src/drivers/i2c/tpm/cr50.c
src/security/tpm/tss/vendor/cr50/cr50.c