Re: [PATCH 5/6] hw/arm: Add NPCM730 and NPCM750 SoC models

2020-06-17 Thread Cédric Le Goater
On 6/11/20 11:38 AM, Peter Maydell wrote: > On Thu, 11 Jun 2020 at 07:12, Cédric Le Goater wrote: >> Some don't some do. This is a bit confusing. > > Probably the usual thing of people not noticing that they > need to do something for big-endian hosts and nobody testing > the minor platforms ther

Re: [PATCH 5/6] hw/arm: Add NPCM730 and NPCM750 SoC models

2020-06-11 Thread Peter Maydell
On Thu, 11 Jun 2020 at 07:12, Cédric Le Goater wrote: > Some don't some do. This is a bit confusing. Probably the usual thing of people not noticing that they need to do something for big-endian hosts and nobody testing the minor platforms there. > Peter, should we fix the boards not doing the t

Re: [PATCH 5/6] hw/arm: Add NPCM730 and NPCM750 SoC models

2020-06-10 Thread Cédric Le Goater
On 6/10/20 1:06 AM, Havard Skinnemoen wrote: > On Tue, Jun 9, 2020 at 12:24 AM Cédric Le Goater > wrote: > > On 5/21/20 9:21 PM, Havard Skinnemoen wrote: > > +void npcm7xx_write_secondary_boot(ARMCPU *cpu, const struct > arm_boot_info *info) > > +{ > > +   

Re: [PATCH 5/6] hw/arm: Add NPCM730 and NPCM750 SoC models

2020-06-09 Thread Havard Skinnemoen
On Tue, Jun 9, 2020 at 12:24 AM Cédric Le Goater wrote: > On 5/21/20 9:21 PM, Havard Skinnemoen wrote: > > +void npcm7xx_write_secondary_boot(ARMCPU *cpu, const struct > arm_boot_info *info) > > +{ > > +/* > > + * The default smpboot stub halts the secondary CPU with a 'wfi' > > + * i

Re: [PATCH 5/6] hw/arm: Add NPCM730 and NPCM750 SoC models

2020-06-09 Thread Cédric Le Goater
On 5/21/20 9:21 PM, Havard Skinnemoen wrote: > The Nuvoton NPCM7xx SoC family are used to implement Baseboard > Management Controllers in servers. While the family includes four SoCs, > this patch implements limited support for two of them: NPCM730 (targeted > for Data Center applications) and NPCM

Re: [PATCH 5/6] hw/arm: Add NPCM730 and NPCM750 SoC models

2020-06-08 Thread Joel Stanley
On Thu, 21 May 2020 at 20:39, Havard Skinnemoen wrote: > > The Nuvoton NPCM7xx SoC family are used to implement Baseboard > Management Controllers in servers. While the family includes four SoCs, > this patch implements limited support for two of them: NPCM730 (targeted > for Data Center applicati