This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to enable TZASC (TrustZone) on N1SDP?

Hi,

I'm facing an issue that makes me very confused: I would like to enable TZASC on N1SDP. However, I found that Trusted-Firmware does not include such code to configure secure memory in the file n1sdp_security.c (https://github.com/ARM-software/arm-trusted-firmware/blob/master/plat/arm/board/n1sdp/n1sdp_security.c):


Fullscreen
1
2
3
4
5
6
/*
* TZC programming is currently not done.
*/
void plat_arm_security_setup(void)
{
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Therefore, I want to know whether N1SDP supports TZASC hardware extensions such as TZC-400. If so, I want to know how to enable it.

Thanks in advance for your help,

Regards,

0