Re: [PATCH 2/2] xen/arm: Enable CPU Errata 1165522 for Neoverse

2020-08-18 Thread Bertrand Marquis
> On 18 Aug 2020, at 15:10, Julien Grall wrote: > > Hi Bertrand, > > There is only one. So it should be erratum :). True my years of latin are quite far ;-) Anyway grep for errata in commit logs would be defeated if we put erratum instead of errata. > > On 18/08/2020 14:47, Bertrand Marqu

Re: [PATCH 2/2] xen/arm: Enable CPU Errata 1165522 for Neoverse

2020-08-18 Thread Julien Grall
Hi Bertrand, There is only one. So it should be erratum :). On 18/08/2020 14:47, Bertrand Marquis wrote: Enable CPU errata of Speculative AT on the Neoverse N1 processor Ditto. versions r0p0 to r2p0. Also Fix Cortex A76 Errata string which had a wrong errata number. Ditto. And good catch

[PATCH 2/2] xen/arm: Enable CPU Errata 1165522 for Neoverse

2020-08-18 Thread Bertrand Marquis
Enable CPU errata of Speculative AT on the Neoverse N1 processor versions r0p0 to r2p0. Also Fix Cortex A76 Errata string which had a wrong errata number. Signed-off-by: Bertrand Marquis --- xen/arch/arm/cpuerrata.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/xen/a