Re: [PATCH 2/3] cpu/a9mpcore: Add num priority bits property

2020-02-18 Thread Peter Maydell
On Tue, 18 Feb 2020 at 18:16, Peter Maydell wrote: > > On Fri, 14 Feb 2020 at 13:21, Sai Pavan Boddu > wrote: > > > > Set number of priority bits property of gic as guided by machine > > configuration. > > > > Signed-off-by: Sai Pavan Boddu > > --- > > hw/cpu/a9mpcore.c | 2 ++ > > incl

Re: [PATCH 2/3] cpu/a9mpcore: Add num priority bits property

2020-02-18 Thread Peter Maydell
On Fri, 14 Feb 2020 at 13:21, Sai Pavan Boddu wrote: > > Set number of priority bits property of gic as guided by machine > configuration. > > Signed-off-by: Sai Pavan Boddu > --- > hw/cpu/a9mpcore.c | 2 ++ > include/hw/cpu/a9mpcore.h | 1 + > 2 files changed, 3 insertions(+) > > diff -

[PATCH 2/3] cpu/a9mpcore: Add num priority bits property

2020-02-14 Thread Sai Pavan Boddu
Set number of priority bits property of gic as guided by machine configuration. Signed-off-by: Sai Pavan Boddu --- hw/cpu/a9mpcore.c | 2 ++ include/hw/cpu/a9mpcore.h | 1 + 2 files changed, 3 insertions(+) diff --git a/hw/cpu/a9mpcore.c b/hw/cpu/a9mpcore.c index 1f8bc8a..eb1e752 100644