Hi,
On Mon, May 23, 2016 at 05:55:54PM +0100, Bridges, Andy wrote:
Hi,
I have a few questions regarding porting OP-TEE to the Xilinx Zynq SoC.
Q1 : Has anyone already successfully ported OP-TEE to the zynq ? if so where can I get the source from ?
Not as far as I know.
Q2 : What are the security & performance implications of building OP-TEE without the support for l2c-310/P310 enabled ?
I there's a pl310 in the system and normal world has full control of it, then there's no security from a secure world point of view. The consequences could be limited by mapping secure memory to not use an external cache, but I'm not sure if that's enough and performance will also suffer.
Q3 : Does the code for enabling the l2c-310/P310 support supplied for plat-stm work for all ARMv7 SoCs with a l2c-310/P310 if you remove the processor ID check and update the addresses appropriately ?
Yes, I suppose so, perhaps it will need some minor tweaks. We definitely want the PL310 support to be generic.
Regards, Jens