qemu_v8: update U-Boot to v2023.07.02

QEMUv8 doesn't work anymore with U-Boot (make UBOOT=y run). The boot
hangs after a few lines:

 NOTICE:  Booting Trusted Firmware
 NOTICE:  BL1: v2.9(release):v2.9
 NOTICE:  BL1: Built : 11:51:02, Jul 27 2023
 WARNING: Firmware Image Package header check failed.
 NOTICE:  BL1: Booting BL2
 NOTICE:  BL2: v2.9(release):v2.9
 NOTICE:  BL2: Built : 11:51:02, Jul 27 2023
 WARNING: Firmware Image Package header check failed.
 WARNING: Firmware Image Package header check failed.
 WARNING: Firmware Image Package header check failed.
 WARNING: Firmware Image Package header check failed.
 NOTICE:  BL1: Booting BL31
 NOTICE:  BL31: v2.9(release):v2.9
 NOTICE:  BL31: Built : 11:51:02, Jul 27 2023

 U-Boot 2021.04 (Jul 27 2023 - 11:57:09 +0200)

 DRAM:  1 GiB
 [Nothing happens after this point]

Upgrade to the latest version of U-Boot (v2023.07.02) as a first step
to fix this. Some additional configuration changes are required and
will be submitted to the build repository [1].

Link: https://github.com/OP-TEE/build/ [1]
Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
1 file changed
tree: 063fc5ba29ced0dcbcbab2f65ce6b262a9bc65dc
  1. .travis.yml
  2. am43xx.xml
  3. am57xx.xml
  4. default.xml
  5. dra7xx.xml
  6. fvp-ts.xml
  7. fvp.xml
  8. hikey.xml
  9. hikey960.xml
  10. imx.xml
  11. juno.xml
  12. make_stable.sh
  13. poplar.xml
  14. qemu_v8.xml
  15. README.md
  16. rockpi4.xml
  17. rpi3.xml
  18. stm32mp1.xml
  19. synquacer.xml
  20. verdin.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