Re: [PATCH v2 0/9] Add Cortex-R52

2022-07-27 Thread Tobias Roehmel
On 18.07.22 13:54, Tobias Roehmel wrote: v2: PATCH 1: I have left the flag in for now because there there is a lot of use for it in the MPU translation code. The PMSAv8r differs in quite a view ways from the implementation in the Cortex-M. I think using !ARM_FEATURE_M in all of those cases mig

Re: [PATCH v2 0/9] Add Cortex-R52

2022-07-27 Thread Peter Maydell
On Wed, 27 Jul 2022 at 12:43, Tobias Roehmel wrote: > > On 18.07.22 13:54, Tobias Roehmel wrote: > ping > > https://patchew.org/QEMU/20220718115433.802-1-quic._5ftroh...@quicinc.com/ > https://lore.kernel.org/qemu-devel/20220718115433.802-1-quic_troh...@quicinc.com/ > > I didn't reply to the previ

[PATCH v2 0/9] Add Cortex-R52

2022-07-18 Thread Tobias Roehmel
v2: PATCH 1: I have left the flag in for now because there there is a lot of use for it in the MPU translation code. The PMSAv8r differs in quite a view ways from the implementation in the Cortex-M. I think using !ARM_FEATURE_M in all of those cases might run into problems down the road when new