OP-TEE / build

Makefiles to use OP-TEE on various platforms
106 stars 209 forks source link

stm32mp1: define rootfs from its partition UUID #754

Closed etienne-lms closed 1 month ago

etienne-lms commented 1 month ago

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.

etienne-lms commented 1 month ago

Tag applied. Thanks.