OP-TEE / optee_os

Trusted side of the TEE
Other
1.59k stars 1.07k forks source link

Add i.MX91 support #6975

Closed sahilnxp closed 3 months ago

sahilnxp commented 3 months ago

This pull request adds support for i.MX91 EVK platform

ricardosalveti commented 3 months 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 3 months ago

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

Tags updated.