commit | d77694bef32fa32e77c35e24f8367836f9f02e7c | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@foss.st.com> | Thu Jul 06 17:28:43 2023 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Jun 27 11:49:21 2024 +0200 |
tree | 495326c37018347bdaf0a4d80bf2f3a7f7c45841 | |
parent | 29c19ba4a449d8bb938f182ddbc2be7d7f52eac9 [diff] |
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>
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