zephyr/soc/intel/intel_adsp/tools
Jyri Sarha 32f9ecacc4 soc: intel_adsp: tools: cavstool.py: Add debug_slot_offset_by_type()
Add debug_slot_offset_by_type() for getting debug window slot offset
by type identifier. How to find the correct slot and what types there
are is documented here:

soc/intel/intel_adsp/common/include/adsp_debug_window.h

In a normal situation a client program would try to find a specific
slot right after DSP boot. Because of that the we can not expect it to
be there immediately. Instead we need to try multiple times and give
firmware some time to update the debug slot descriptor table.

Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
2024-10-03 22:00:33 +01:00
..
acetool.py soc: intel_adsp: tools: cavstool.py: argsparse code to separate function 2024-10-03 11:39:15 +01:00
cavstool.py soc: intel_adsp: tools: cavstool.py: Add debug_slot_offset_by_type() 2024-10-03 22:00:33 +01:00
cavstool_client.py
cavstwist.sh
remote-fw-service.py