commit | 52bb5ac78d12fe90b64cb56f54b7178467c48bc3 | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@foss.st.com> | Fri May 24 15:41:40 2024 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue May 28 16:43:59 2024 +0200 |
tree | 3e29f662f3c2b340bf802aa7f950c14f3c117c07 | |
parent | 4d33afebb9dcceee5e02bde620deb918d345e70a [diff] |
stm32mp1: define rootfs from its partition UUID Change stm32mp1 SDcard image to define the rootfs partition by its GPT partition UUID instead of its mmcblk device and partition indices. This is required for Linux kernel v6.2 onward that do not guarantee device indices when several devices of a same driver are initialized. Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com> Acked-by: Jerome Forissier <jerome.forissier@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