AXI Protocol, difference between secure and non-secure transactions

随声附和 提交于 2019-12-10 14:30:56

问题


Just wanted to ask, what is the difference between secure and non-secure transactions when it comes to AXI bus transactions?

What are the performance implications of either transaction?


回答1:


Trusted transactions are a part of ARM's TrustZone policy. It requires an additional pin to indicate a secure connection. It only allows communication with the secure section of the processor. It is a software solution to restrict access to hardware in the case of root access on the OS. It acts as a firewall in the event a hacker takes control of the OS. It does not guard against hardware hacking.

As far a performance, the hardware bandwidth is unaffected, but the extra step in the secure processor does incur a performance penalty.



来源:https://stackoverflow.com/questions/53931678/axi-protocol-difference-between-secure-and-non-secure-transactions

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!