Skip to content

Commit

Permalink
intel_adsp: debug_window: Add slot type for debug-stream transport
Browse files Browse the repository at this point in the history
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 <jyri.sarha@linux.intel.com>
  • Loading branch information
Jyri Sarha authored and dleach02 committed Aug 25, 2024
1 parent 376085c commit 746ddcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions soc/intel/intel_adsp/common/include/adsp_debug_window.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 746ddcc

Please sign in to comment.