Re: [PATCH 0/4] firmware: Add support for Qualcomm UEFI Secure Application

From: Maximilian Luz
Date: Wed Nov 23 2022 - 07:05:11 EST


Hi,

On 11/23/22 12:22, Srinivas Kandagatla wrote:
Hi Max,

On 02/08/2022 14:22, Maximilian Luz wrote:


On 8/2/22 13:51, Srinivas Kandagatla wrote:

[...]

I think its worth exploring if uefisecapp can talk smcinvoke.
I can ping Qualcomm engineers to see if that is doable.

I think that would be great! Thanks!
Sorry for such a long delay to reply to this,

here is what I have.

Access to TA using SCM calls remain valid and it will continue to work till SM8550 and probably after that if the TA is *NOT* loaded using smcinvoke for some reasons.

But overall by default on all new SoCs after sm8550 all the access to TA is only done via smcinvoke, and the underlying scm call that are used in this patchset will not be supported anymore.

From SM8550, we will need to move this driver to a proper TEE client kernel driver.

So, with that in mind, I would suggest that we carefully name the compatibles based on SoC rather than generic ones.

Thanks! That makes sense.

Regards,
Max