-
Notifications
You must be signed in to change notification settings - Fork 177
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
Support for ARMv8.2 ISA and PAN #248
Comments
PAN may be tested with QEMU (see here, then run |
Hi @jforissier, Thank you so much for the reply. I will test it with QEMU. But I am looking for a real hardware. |
The AVA Developer Platform, based on the Ampere Altra, is equipped with a Neoverse N1 SoC which is ARMv8.2. |
Hi @jforissier Thanks. I am looking for a device with ARMv8.2 or above, which I can use with OPTEE. Do you think AVA Developer platform will be compatible with OPTEE? Are there any other devices that you can suggest for the same. Thanks again!! |
In theory it should, but it may be quite a lot of work. Upstream OP-TEE doesn't support this platform out of the box, and you may need other firmware components too (Trusted Firmware A, modified EDK2...). |
Thanks a lot @jforissier. |
@jforissier I saw that OPTEE supports ARM FVPs. The documentation does not tell which architectures are supported with FVPs. Could you tell if an FVP with ARMv8.2 architecture is compatible with OPTEE or not? |
@nikiyadav maybe you should try the Armv-A Foundation Platform AEM FVP from https://developer.arm.com/Tools%20and%20Software/Fixed%20Virtual%20Platforms (current version is 11.23.9). It should be able to run OP-TEE (using https://github.com/OP-TEE/manifest/blob/master/fvp.xml) and hopefully support PAN. If it lacks the feature, then Armv-A Base RevC AEM FVP might be better. |
Hi all, I am looking for a device with ARMv8.2 or above generation ISA with OPTEE support. I did not find such device in the list of platforms supported by OPTEE. Please let me know if there is any such device with OPTEE support.
Specifically, I am looking for an architecture with PAN support. If anyone has tried OPTEE with PAN, please let me know. Any help is appreciated.
Thanks a lot!
The text was updated successfully, but these errors were encountered: