From 8d37fbdcf9752dd35caf9d2588c740c13f3d9623 Mon Sep 17 00:00:00 2001 From: John Zhao Date: Wed, 3 Aug 2022 23:18:55 -0700 Subject: soc/intel/common: Delete the TBT authenticaton function Delete the Thunderbolt authentication function ioe_tcss_valid_tbt_auth from the common block. Meteor Lake Platform will implement it. BUG=b:213574324 TEST=Built coreboot image successfully. Change-Id: I97a289faa6351fe562f91d8478b72c9403ce88cb Signed-off-by: John Zhao Reviewed-on: https://review.coreboot.org/c/coreboot/+/66416 Tested-by: build bot (Jenkins) Reviewed-by: Tarun Tuli --- src/soc/intel/common/block/tcss/tcss.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/soc/intel') diff --git a/src/soc/intel/common/block/tcss/tcss.c b/src/soc/intel/common/block/tcss/tcss.c index a0cd733ad7..df331c2abe 100644 --- a/src/soc/intel/common/block/tcss/tcss.c +++ b/src/soc/intel/common/block/tcss/tcss.c @@ -439,8 +439,3 @@ bool tcss_valid_tbt_auth(void) { return REGBAR32(PID_IOM, IOM_CSME_IMR_TBT_STATUS) & TBT_VALID_AUTHENTICATION; } - -bool ioe_tcss_valid_tbt_auth(void) -{ - return ioe_p2sb_sbi_read(PID_IOM, IOM_CSME_IMR_TBT_STATUS) & TBT_VALID_AUTHENTICATION; -} -- cgit v1.2.3