Skip to content

Commit

Permalink
core: lib: scmi-server: update displayed SCP Firmware version
Browse files Browse the repository at this point in the history
SCP Firmware version is 2.13.0, not 2.11.0. Change the minor version that
is displayed at boot.

Change-Id: I21abae82a56eb7339d3382186777537fca19e75e
Signed-off-by: Gatien Chevallier <gatien.chevallier@foss.st.com>
Reviewed-on: https://gerrit.st.com/c/mpu/oe/optee/optee_os/+/413581
Tested-by: Gatien CHEVALLIER <gatien.chevallier@st.com>
ACI: CITOOLS <MDG-smet-aci-reviews@list.st.com>
Reviewed-by: Gatien CHEVALLIER <gatien.chevallier@st.com>
ACI: CIBUILD <MDG-smet-aci-builds@list.st.com>
Domain-Review: Yann GAUTIER <yann.gautier@foss.st.com>
  • Loading branch information
GseoC authored and tbourgoi committed Nov 4, 2024
1 parent 7bfe3e2 commit d9c4df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/scmi-server/sub.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ scpfw-out-path := $(out-dir)/$(libdir)
# This script was validated against SCP-firmware 2.11.0 development branch,
# from commit f1d894921d76 ("product/optee-fvp: Add new OPTEE FVP product").
scpfw-integ-version-maj = 2
scpfw-integ-version-min = 11
scpfw-integ-version-min = 13
scpfw-integ-version-pat = 0
scpfw-integ-version = $(scpfw-integ-version-maj).$(scpfw-integ-version-min).$(scpfw-integ-version-pat)

Expand Down

0 comments on commit d9c4df9

Please sign in to comment.