qemu_v8: update EDK2

EDK2 fixed its incompatibility with python 3.9 with [1], [2], and [3],
so we should update it to edk2-stable202102.

Link: [1] https://github.com/tianocore/edk2/commit/5d8648345cd9ad729837118c731063c59edea192
Link: [2] https://github.com/tianocore/edk2/commit/43bec9ea3d56f3662ede78023baa2a791b66acac
Link: [3] https://github.com/tianocore/edk2/commit/20b292d0cdf7dce58d824fdf9ab1613c2a1ad2ec
Signed-off-by: Mingyuan Xiang <xiang_my@outlook.com>
Acked-by: Jerome Forissier <jerome@forissier.org>
1 file changed
tree: e4eabb46ed4fca8d68aa1c2ebc37b1f731417574
  1. .travis.yml
  2. am43xx.xml
  3. am57xx.xml
  4. default.xml
  5. dra7xx.xml
  6. fvp.xml
  7. hikey.xml
  8. hikey960.xml
  9. imx.xml
  10. juno.xml
  11. make_stable.sh
  12. poplar.xml
  13. qemu_v8.xml
  14. README.md
  15. rpi3.xml
  16. stm32mp1.xml
  17. synquacer.xml
  18. verdin.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