common: update buildroot to 2024.05

With more recent versions of GCC (v14.x), the build fails with implicit
declaration of function open_temp_exec_file(...) in libffi. The issue is
seen with GCC v14.1.1 and libffi v3.4.4. A fix for this issue was merged
in libffi v3.4.6, which is the version we get when updating Buildroot to
v2024.05.

Signed-off-by: Joakim Bech <joakim.bech@linaro.org>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
Tested-by: Jerome Forissier <jerome.forissier@linaro.org> (vexpress-qemu_armv8a)
Tested-by: Joakim Bech <joakim.bech@linaro.org> (GCC 14.1.1/Fedora 40
           and GCC 11.4.0/Ubuntu 22.04)
1 file changed
tree: 6cfeeb29e3d1c96bf206fd240670aa92325496c4
  1. .travis.yml
  2. am43xx.xml
  3. am57xx.xml
  4. common.xml
  5. default.xml
  6. dra7xx.xml
  7. fvp-ts.xml
  8. fvp.xml
  9. hikey.xml
  10. hikey960.xml
  11. imx.xml
  12. juno.xml
  13. make_stable.sh
  14. poplar.xml
  15. qemu_v8.xml
  16. README.md
  17. rockpi4.xml
  18. rpi3.xml
  19. stm32mp1.xml
  20. synquacer.xml
  21. versal.xml
  22. zynqmp.xml
README.md

Repo manifest for OP-TEE development

This git contains repo manifests to be able to clone all source code needed to be able to setup a full OP-TEE developer build.

All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under manifests.

// OP-TEE core maintainers