3.9.0-rc1
poplar: misc updates needed for Linux 5.5

1. Drop workarounds for GCC 8.x
2. Provide eMMC as env variable, which is used in extlinux.conf
distroboot script.
3. Use default defconfig for all arm64.
4. Merge additional poplar.conf

Acked-by: Jerome Forissier <jerome@forissier.org>
Signed-off-by: Igor Opaniuk <igor.opaniuk@gmail.com>
1 file changed
tree: 9aaa64a782c5aee652db8d3b742e2c3ae7e1cf57
  1. .github/
  2. br-ext/
  3. fvp/
  4. kconfigs/
  5. rpi3/
  6. ti/
  7. zynqmp/
  8. .gitignore
  9. .travis.yml
  10. am43xx.mk
  11. am57xx.mk
  12. common.mk
  13. dra7xx.mk
  14. fvp.mk
  15. hikey.mk
  16. hikey960.mk
  17. juno.mk
  18. poplar.mk
  19. qemu-check.exp
  20. qemu.mk
  21. qemu_v8.mk
  22. README.md
  23. rpi3.mk
  24. synquacer.mk
  25. toolchain.mk
  26. verdin.mk
  27. zynqmp.mk
README.md

OP-TEE build.git

This git contains makefiles etc to be able to build a full OP-TEE developer setup for the OP-TEE project.

All official OP-TEE documentation has moved to http://optee.readthedocs.io. The pages that used to be here in this git can be found under build and Device specific information at he new location for the OP-TEE documentation.

// OP-TEE core maintainers