Re: [PATCH v4 01/12] npcm7xx: Add config symbol

2020-07-08 Thread Philippe Mathieu-Daudé
On 7/8/20 6:58 PM, Havard Skinnemoen wrote: > On Wed, Jul 8, 2020 at 9:56 AM Philippe Mathieu-Daudé wrote: >>> +config NPCM7XX >>> +bool >>> +select A9MPCORE >>> +select ARM_GIC >>> +select PL310 # cache controller >>> +select SERIAL >>> +select UNIMP >> >> And this in pat

Re: [PATCH v4 01/12] npcm7xx: Add config symbol

2020-07-08 Thread Havard Skinnemoen
On Wed, Jul 8, 2020 at 9:56 AM Philippe Mathieu-Daudé wrote: > > +config NPCM7XX > > +bool > > +select A9MPCORE > > +select ARM_GIC > > +select PL310 # cache controller > > +select SERIAL > > +select UNIMP > > And this in patch 5: "Add NPCM730 and NPCM750 SoC models" Is i

Re: [PATCH v4 01/12] npcm7xx: Add config symbol

2020-07-08 Thread Philippe Mathieu-Daudé
On 7/7/20 8:47 PM, Havard Skinnemoen wrote: > Add a config symbol for the NPCM7xx BMC SoC family that subsequent > patches can use in Makefiles. > > Reviewed-by: Tyrone Ting > Acked-by: Joel Stanley > Signed-off-by: Havard Skinnemoen > --- > default-configs/arm-softmmu.mak | 1 + > hw/arm/Kcon

[PATCH v4 01/12] npcm7xx: Add config symbol

2020-07-07 Thread Havard Skinnemoen
Add a config symbol for the NPCM7xx BMC SoC family that subsequent patches can use in Makefiles. Reviewed-by: Tyrone Ting Acked-by: Joel Stanley Signed-off-by: Havard Skinnemoen --- default-configs/arm-softmmu.mak | 1 + hw/arm/Kconfig | 8 2 files changed, 9 insertio