commit | d200e84980edfa5bb941ff1e162f948710c4e7dd | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@linaro.org> | Tue Sep 22 13:00:18 2020 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue Sep 22 14:20:14 2020 +0200 |
tree | 6fd6c5c8f654a285d9170dfa4133adafa01e2dc1 | |
parent | ea3ef223e506172bc27df2bc793e4bb3d82c9408 [diff] |
stm32mp1: fix partition types to GPT format Replace option partition-type with option partition-type-uuid as the later is intended to GPT partitioning which is what stm32mp1 relies on. This change prevents genimage tool, since its v13 release, from creating a hybrid MBR partition table that is not supported by TF-A boot stage used by the platform. Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org> Acked-by: Jerome Forissier <jerome@forissier.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