Re: [PATCH v5 1/7] target/arm: Don't add all MIDR aliases for cores that implement PMSA

2022-12-05 Thread Peter Maydell
On Sun, 27 Nov 2022 at 13:21, wrote: > > From: Tobias Röhmel > > Cores with PMSA have the MPUIR register which has the > same encoding as the MIDR alias with opc2=4. So we only > add that alias if we are not realizing a core that > implements PMSA. > > Signed-off-by: Tobias Röhmel Reviewed-by:

[PATCH v5 1/7] target/arm: Don't add all MIDR aliases for cores that implement PMSA

2022-11-27 Thread tobias.roehmel
From: Tobias Röhmel Cores with PMSA have the MPUIR register which has the same encoding as the MIDR alias with opc2=4. So we only add that alias if we are not realizing a core that implements PMSA. Signed-off-by: Tobias Röhmel --- target/arm/helper.c | 13 + 1 file changed, 9