Hi Peter,

On 05/22/2018 01:56 PM, Peter Maydell wrote:
> On 22 May 2018 at 12:30, Auger Eric <eric.au...@redhat.com> wrote:
>> Hi Peter,
>>
>> On 05/21/2018 04:03 PM, Peter Maydell wrote:
>>> Implement the Arm TrustZone Memory Protection Controller, which sits
>>> in front of RAM and allows secure software to configure it to either
>>> pass through or reject transactions.
>>>
>>> We implement the MPC as a QEMU IOMMU, which will direct transactions
>>> either through to the devices and memory behind it or to a special
>>> "never works" AddressSpace if they are blocked.
>>>
>>> This initial commit implements the skeleton of the device:
>>>  * it always permits accesses
>>>  * it doesn't implement most of the registers
>>>  * it doesn't implement the interrupt or other behaviour
>>>    for blocked transactions
>>>
>>> Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>
>>
>> this patch does not seem to apply on master.
> 
> Clash in the MAINTAINERS file? There's a dependency on another
> MAINTAINERS patch, see the Based-on: line in the cover letter.

Ah OK.

Thanks

Eric
> 
> thanks
> -- PMM
> 

Reply via email to