Skip to content

Commit 0628acf

Browse files
iganakovsoftwarecki
authored andcommitted
probe: enable probes on ptl
Enable probe extraction/injection on PTL platform Signed-off-by: Ievgen Ganakov <ievgen.ganakov@intel.com>
1 parent a1495b9 commit 0628acf

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

app/boards/intel_adsp_ace30_ptl.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,9 @@ CONFIG_COMP_ARIA=y
7878

7979
# Temporary disabled options
8080
CONFIG_TRACE=n
81+
82+
# Enable Host HDA L1 exit inerrupt
83+
#CONFIG_DMA_INTEL_ADSP_HDA_TIMING_L1_EXIT=y
84+
# Enable probes
85+
CONFIG_PROBE=y
86+
CONFIG_PROBE_DMA_MAX=2

tools/rimage/config/ptl.toml.h

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,22 @@ auto_start = "0"
2424

2525
index = __COUNTER__
2626

27+
[[module.entry]]
28+
name = "PROBE"
29+
uuid = "7CAD0808-AB10-CD23-EF45-12AB34CD56EF"
30+
affinity_mask = "0x1"
31+
instance_count = "1"
32+
domain_types = "0"
33+
load_type = "0"
34+
module_type = "9"
35+
auto_start = "0"
36+
sched_caps = [1, 0x00008000]
37+
38+
/* mod_cfg[PAR_0 PAR_1 PAR_2 PAR_3 IS_BYTES CPS IBS OBS MOD_FLAGS CPC OBLS] */
39+
mod_cfg = [0, 0, 0, 0, 4096, 100000, 48, 48, 0, 1000, 0]
40+
41+
index = __COUNTER__
42+
2743
#ifdef CONFIG_COMP_MIXIN_MIXOUT
2844
#include <audio/mixin_mixout/mixin_mixout.toml>
2945
#endif

0 commit comments

Comments
 (0)