From 182ba5279279e63f101b12e34c2d42f771a0c2e7 Mon Sep 17 00:00:00 2001 From: Sowmya Aralguppe Date: Mon, 21 Jul 2025 11:55:59 +0530 Subject: [PATCH] soc/intel/pantherlake: Remove mailbox interface offset MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In PTL Crashlog Watcher interface is used instead of Mailbox since it is based on the Intel Platform Monitoring Technology (PMT) standard. The Watcher interface provides a more flexible and efficient way to control and monitor crashlog collection. Hence the functionalities like rearm and clear are implemented using watcher interface instead of BIOS mailbox to PUNIT. Change-Id: I24c5c9753a577b255a7129d20ab83f93001a0485 Signed-off-by: Sowmya Aralguppe Reviewed-on: https://review.coreboot.org/c/coreboot/+/88500 Reviewed-by: Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik Reviewed-by: Jérémy Compostella --- src/soc/intel/pantherlake/include/soc/crashlog.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/soc/intel/pantherlake/include/soc/crashlog.h b/src/soc/intel/pantherlake/include/soc/crashlog.h index 5b988e9729..eed653ba7d 100644 --- a/src/soc/intel/pantherlake/include/soc/crashlog.h +++ b/src/soc/intel/pantherlake/include/soc/crashlog.h @@ -15,9 +15,6 @@ #define TEL_DVSEC_TBIR_BAR0 0 #define TEL_DVSEC_TBIR_BAR1 1 -/* CPU CrashLog MMIO Registers */ -#define CRASHLOG_MAILBOX_INTF_ADDRESS 0x6038 - typedef union { struct { u32 reserved1 :27;