Skip to content

Commit

Permalink
probe: enable probes on ptl
Browse files Browse the repository at this point in the history
Enable probe extraction/injection on PTL platform

Signed-off-by: Ievgen Ganakov <ievgen.ganakov@intel.com>
  • Loading branch information
iganakov authored and softwarecki committed Sep 2, 2024
1 parent a1495b9 commit 0628acf
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/boards/intel_adsp_ace30_ptl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,9 @@ CONFIG_COMP_ARIA=y

# Temporary disabled options
CONFIG_TRACE=n

# Enable Host HDA L1 exit inerrupt
#CONFIG_DMA_INTEL_ADSP_HDA_TIMING_L1_EXIT=y
# Enable probes
CONFIG_PROBE=y
CONFIG_PROBE_DMA_MAX=2
16 changes: 16 additions & 0 deletions tools/rimage/config/ptl.toml.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,22 @@ auto_start = "0"

index = __COUNTER__

[[module.entry]]
name = "PROBE"
uuid = "7CAD0808-AB10-CD23-EF45-12AB34CD56EF"
affinity_mask = "0x1"
instance_count = "1"
domain_types = "0"
load_type = "0"
module_type = "9"
auto_start = "0"
sched_caps = [1, 0x00008000]

/* mod_cfg[PAR_0 PAR_1 PAR_2 PAR_3 IS_BYTES CPS IBS OBS MOD_FLAGS CPC OBLS] */
mod_cfg = [0, 0, 0, 0, 4096, 100000, 48, 48, 0, 1000, 0]

index = __COUNTER__

#ifdef CONFIG_COMP_MIXIN_MIXOUT
#include <audio/mixin_mixout/mixin_mixout.toml>
#endif
Expand Down

0 comments on commit 0628acf

Please sign in to comment.