-
Notifications
You must be signed in to change notification settings - Fork 547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RISCV TEE support #282
Comments
Is it a platform specific solution or generic one ? Can you please provide more details ? |
It's the general part right now,We used hardware technology similar to arm trustzone and a software framework for the optee os system。We are done with the general purpose part, and the platform-related part is still in development,In this case, opensbi needs to start linux after optee os starts successfully. In addition, two contexts need to be maintained when entering opensbi, one for optee os and one for linux。 |
@atishp04 Is this what you need? |
@maroueneboubakri Have you submitted the relevant code? |
I've only recently started contributing open source code,I think I misunderstood the meaning of "mentioned this issue"。I mistakenly thought it was a message from you,,I looked at #5714, which should have been added automatically by you using the here tag. |
@atishp04 Hi, are there any new updates? |
Hi @liushiwei007, |
I suggest sharing a draft proposal for SBI OP-TEE extension on the OpenSBI and PRS TG mailing list will be a good starting point. Regards, |
@maroueneboubakri @avpatel Ok, thanks。 |
hi, I tried to send a message to the mailing list, but the email was returned, is there something wrong with me. The following is the error message: Bounce reason : |
@liushiwei007 please send plain text message on OpenSBI mailing list |
@avpatel Yes, I did send a plain text message |
@liushiwei007 : Sorry for the delay in reply. There are two aspects to this. One is the specification and other is the OpenSBI implementation.
If you need some early feedback from the RVI task group, you can present your work in the tech-prs task group meeting as well. Let me know and I can schedule something in upcoming meetings. |
@atishp04 |
I am just wondering (since i am super interested in this topic myself) - has something ever been sent to the mailing list? what is the status of TEE with openSBI? thanks! |
You can check the record here(riscv-non-isa/riscv-sbi-doc#106). I will keep trying, but the progress may be slow. |
Hi @z3cko There is another WIP specification called RISC-V CoVE: https://github.com/riscv-non-isa/riscv-ap-tee However, they are focusing on TEE with hypervisor extension supported. |
Hi,We have developed a security system based on RISCV, in which a part of opensbi code, I wonder whether it can be incorporated.
The text was updated successfully, but these errors were encountered: