ci: add stm32mp2 with scpfw

Allow the ACI to trig a build a STM32MP2 platform with SCP-Firmware.

Update SCP-Firmware version to get code from these commits:
* 48883896 prod/optee/stm32mp2: add reset support
* 3ef301a4 prod/optee/stm32mp2: add clock support
* fac7ad5c prod/optee: add new product stm32mp2
* 6cd5b26a arch/optee: add scmi_configure() prototype

Temporary disable STM32MP1 build with SCP-Fw as it needs some fixes in
SCP-Fw tree [1].

Link: https://github.com/OP-TEE/optee_os/pull/7324#issuecomment-2884176555 [1]
Signed-off-by: Valentin Caron <valentin.caron@foss.st.com>
Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>
1 file changed
tree: 650b8bfba5be7334d9a34cd800b41678ee3ec548
  1. .devcontainer/
  2. .github/
  3. .vscode/
  4. core/
  5. keys/
  6. ldelf/
  7. lib/
  8. mk/
  9. scripts/
  10. ta/
  11. .checkpatch.conf
  12. .clang-format
  13. .gitattributes
  14. .gitignore
  15. CHANGELOG.md
  16. LICENSE
  17. MAINTAINERS
  18. Makefile
  19. README.md
  20. typedefs.checkpatch
README.md

OP-TEE Trusted OS

This git contains source code for the secure side implementation of OP-TEE project.

All official OP-TEE documentation has moved to http://optee.readthedocs.io.

// OP-TEE core maintainers