OP-TEE / optee_os

Trusted side of the TEE
Other
1.56k stars 1.05k forks source link

Add i.MX91 support #6975

Closed sahilnxp closed 1 month ago

sahilnxp commented 1 month ago

This pull request adds support for i.MX91 EVK platform

ricardosalveti commented 1 month ago

About the drivers: commits, I'm thinking it would be so much easier to add new boards if these drivers were taking info from the DT rather than hardcode them...

Yeah, it would be nice to see DT used more on the imx8/9 targets.

sahilnxp commented 1 month ago

Thanks @jforissier @ricardosalveti for comments. Regarding the drivers relying on DT, we will try to work towards that.

Tags updated.