OP-TEE / optee_os

Trusted side of the TEE
Other
1.51k stars 1.03k forks source link

Does current OPTEE OS code support RISC-V 32? #6905

Closed ddb2100 closed 4 days ago

ddb2100 commented 1 week ago

I am trying to build OPTEE OS for RISC-V 32. But it reports some error. For example,

Seems to me that current OPTEE OS only supports RISC-V 64, not RISC-V 32, is that the case? Thank you.

gagachang commented 1 week ago

Seems to me that current OPTEE OS only supports RISC-V 64, not RISC-V 32, is that the case?

Yes, currently only RV64 is supported.

May I know why you need RV32 OP-TEE OS ? Which non-secure OS do you use? RV32 Linux kernel ?