Re: [PATCH v1 1/3] target/microblaze: Add use-non-secure property

2021-01-26 Thread Edgar E. Iglesias
On Thu, Jan 21, 2021 at 04:18:53PM -0800, Joe Komlodi wrote: > This property is used to control the security of the following interfaces > on MicroBlaze: > M_AXI_DP - data interface > M_AXI_IP - instruction interface > M_AXI_DC - dcache interface > M_AXI_IC - icache interface > > It works by enabl

[PATCH v1 1/3] target/microblaze: Add use-non-secure property

2021-01-21 Thread Joe Komlodi
This property is used to control the security of the following interfaces on MicroBlaze: M_AXI_DP - data interface M_AXI_IP - instruction interface M_AXI_DC - dcache interface M_AXI_IC - icache interface It works by enabling or disabling the use of the non_secure[3:0] signals. Interfaces and thei