Skip to content

Commit

Permalink
config: tgl-h-cavs: add probe module
Browse files Browse the repository at this point in the history
Add probe module to tgl-h-cavs config

Signed-off-by: Adrian Bonislawski <[email protected]>
  • Loading branch information
abonislawski authored and lgirdwood committed Aug 30, 2022
1 parent 5b076f1 commit 542924d
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion config/tgl-h-cavs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ name = "ADSPFW"
load_offset = "0x30000"

[module]
count = 7
count = 8
[[module.entry]]
name = "BRNGUP"
uuid = "61EB0CB9-34D8-4F59-A21D-04C54C21D3A4"
Expand Down Expand Up @@ -213,3 +213,17 @@ count = 7
5, 0, 0, 0, 416, 3441000, 192, 256, 0, 0, 0,
6, 0, 0, 0, 416, 4265000, 192, 256, 0, 0, 0]

[[module.entry]]
name = "PROBE"
uuid = "7CAD0808-AB10-CD23-EF45-12AB34CD56EF"
affinity_mask = "0x1"
instance_count = "1"
domain_types = "0"
load_type = "0"
module_type = "6"
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]

0 comments on commit 542924d

Please sign in to comment.