commit | fd392b82f235a38d5db414b6277c2aa788bffb97 | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@linaro.org> | Thu Mar 10 20:24:56 2022 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Fri Apr 01 16:36:15 2022 +0200 |
tree | ad05dc96391d80a671fb1d5c30841c68d1343df5 | |
parent | e9bff1c86e93820616e5283615d32683ac0c6d03 [diff] |
stm32mp1: use FIP format for store u-boot and optee Changes stm32mp1 SDcard partitions to use a single FIP formatted image to store U-Boot and OP-TEE binaries. The change also removes duplicated fsbl partition that is not used. Changes build directives to use standard OP-TEE binary images and embed U-Boot DTB in the FIP image. Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
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