From 746ddccf54ca693fb1e938379abb60314252d536 Mon Sep 17 00:00:00 2001 From: Jyri Sarha Date: Fri, 23 Aug 2024 11:07:54 +0300 Subject: [PATCH] intel_adsp: debug_window: Add slot type for debug-stream transport Add slot type for debug-stream transport over a debug window slot. For details see src/debug/debug_stream/debug_stream_slot.h under SOF sources [1]. [1] https://github.com/thesofproject/sof Signed-off-by: Jyri Sarha --- soc/intel/intel_adsp/common/include/adsp_debug_window.h | 1 + 1 file changed, 1 insertion(+) diff --git a/soc/intel/intel_adsp/common/include/adsp_debug_window.h b/soc/intel/intel_adsp/common/include/adsp_debug_window.h index 6e4a4f74989cd1..c5f8c9112184ba 100644 --- a/soc/intel/intel_adsp/common/include/adsp_debug_window.h +++ b/soc/intel/intel_adsp/common/include/adsp_debug_window.h @@ -53,6 +53,7 @@ #define ADSP_DW_SLOT_TELEMETRY 0x4c455400 #define ADSP_DW_SLOT_TRACE 0x54524143 #define ADSP_DW_SLOT_SHELL 0x73686c6c +#define ADSP_DW_SLOT_DEBUG_STREAM 0x53523134 #define ADSP_DW_SLOT_BROKEN 0x44414544 /* for debug and critical types */