stm32mp1: add u-boot config fragments

Add U_BOOT_CONFIG_FRAGMENTS variable to add U-Boot configuration
fragments for specific needs.

If a fragment file exists for a given stm32mp1 platform, defined by
its DTS file name, it is used for U-boot configuration.

When WITH_RPMB_TEST is enabled, add a U-Boot config fragment to
enable RPMB support in U-Boot.

Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com>
2 files changed
tree: 495326c37018347bdaf0a4d80bf2f3a7f7c45841
  1. .github/
  2. br-ext/
  3. fvp/
  4. imx/
  5. kconfigs/
  6. qemu_v8/
  7. rpi3/
  8. stm32mp/
  9. ti/
  10. versal/
  11. zynqmp/
  12. .gitignore
  13. am43xx.mk
  14. am57xx.mk
  15. common.mk
  16. dra7xx.mk
  17. fvp-psa-sp.mk
  18. fvp.mk
  19. get_clang.sh
  20. hikey.mk
  21. hikey960.mk
  22. imx.mk
  23. imx8mp-evk.inc.mk
  24. imx8mp-verdin.inc.mk
  25. juno.mk
  26. poplar.mk
  27. qemu-check.exp
  28. qemu.mk
  29. qemu_v8.mk
  30. README.md
  31. rockpi4.mk
  32. rpi3.mk
  33. rust.exp
  34. soc_term.py
  35. stm32mp1.mk
  36. synquacer.mk
  37. toolchain.mk
  38. trusted-keys.exp
  39. trusted-services.mk
  40. versal.mk
  41. 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