From 15faf7ea6a12e5cd84afbe01cefd130f3af983c7 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Thu, 21 Jul 2022 12:51:50 +0000 Subject: Revert "soc/intel/meteorlake: Align TCSS functions through SBI" This reverts commit b57d172fbb5265d632c031532fcc2aec156e065a. Reason for revert: Results into hard hang with serial debug msg as below: `[EMERG] Unable to unhide the P2SB device!` Intel team is working towards to fix this issue. BUG=b:239806774 TEST=Able to boot the Intel/MTLRVP with this revert. Signed-off-by: Subrata Banik Change-Id: Ic6be37c000afdf4f0c6c22497c233aa0bbc49d48 Reviewed-on: https://review.coreboot.org/c/coreboot/+/65500 Reviewed-by: Kapil Porwal Reviewed-by: Martin Roth Tested-by: build bot (Jenkins) --- src/soc/intel/meteorlake/tcss.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/soc/intel/meteorlake/tcss.c b/src/soc/intel/meteorlake/tcss.c index ed4941106c..c51fe6c41f 100644 --- a/src/soc/intel/meteorlake/tcss.c +++ b/src/soc/intel/meteorlake/tcss.c @@ -3,6 +3,6 @@ #include const struct soc_tcss_ops tcss_ops = { - .configure_aux_bias_pads = ioe_tcss_configure_aux_bias_pads_sbi, - .valid_tbt_auth = ioe_tcss_valid_tbt_auth, + .configure_aux_bias_pads = tcss_configure_aux_bias_pads_regbar, + .valid_tbt_auth = tcss_valid_tbt_auth, }; -- cgit v1.2.3