Skip to content

Commit

Permalink
scmi: Fix qemu_v8 configuration
Browse files Browse the repository at this point in the history
OP-TEE scmi server on qemu_v8 doesn't boot with latest SCP-firmware when
notification is enabled since the addition of clock notification in SCP.
This come from that there is no notification channel supported yet for
optee scmi server. Disable notification until notification support is
added.

Signed-off-by: Vincent Guittot <[email protected]>
  • Loading branch information
vingu-linaro committed Jan 27, 2025
1 parent edc125c commit 4d3e0af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/lib/scmi-server/conf-optee-fvp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ $(call force,CFG_SCPFW_MOD_SYSTEM_PLL,y)
$(call force,CFG_SCPFW_MOD_SENSOR,y)
$(call force,CFG_SCPFW_MOD_VPLL,y)

$(call force,CFG_SCPFW_NOTIFICATION,y)
$(call force,CFG_SCPFW_SCMI_SENSOR_EVENTS,y)
$(call force,CFG_SCPFW_NOTIFICATION,n)
$(call force,CFG_SCPFW_SCMI_SENSOR_EVENTS,n)
$(call force,CFG_SCPFW_FAST_CHANNEL,n)

0 comments on commit 4d3e0af

Please sign in to comment.