Skip to content

Commit

Permalink
base_fw: sync config from ref fw
Browse files Browse the repository at this point in the history
Update the basefw config query.

Signed-off-by: Rander Wang <[email protected]>
  • Loading branch information
RanderWang committed Nov 8, 2023
1 parent 49377e8 commit 991a61f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/include/ipc4/base_fw.h
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,12 @@ enum ipc4_fw_config_params {
IPC4_TELEMETRY_BUFFER_SIZE = 24,
/* HW version information */
IPC4_BUS_HARDWARE_ID = 25,
/* Total memory size available in debug window */
IPC4_DEBUG_WINDOW_SIZE = 26,
/* Number of Realtime KPB output pins */
IPC4_KPB_RT_SINK_COUNT = 27,
/* Manual control of DMI L1 state */
IPC4_DMI_FORCE_L1_EXIT = 28,
/* Total number of FW config parameters */
IPC4_FW_CFG_PARAMS_COUNT,
/* Max config parameter id */
Expand Down

0 comments on commit 991a61f

Please sign in to comment.