Re: [PATCH 2/6] hw/misc: Add NPCM7xx System Global Control Registers device model

2020-06-09 Thread Cédric Le Goater
On 5/21/20 9:21 PM, Havard Skinnemoen wrote: > Implement a device model for the System Global Control Registers in the > NPCM730 and NPCM750 BMC SoCs. > > This is primarily used to enable SMP boot (the boot ROM spins reading > the SCRPAD register); other registers are best effort for now. > > The

Re: [PATCH 2/6] hw/misc: Add NPCM7xx System Global Control Registers device model

2020-06-08 Thread Joel Stanley
On Thu, 21 May 2020 at 20:40, Havard Skinnemoen wrote: > > Implement a device model for the System Global Control Registers in the > NPCM730 and NPCM750 BMC SoCs. > > This is primarily used to enable SMP boot (the boot ROM spins reading > the SCRPAD register); other registers are best effort for n

[PATCH 2/6] hw/misc: Add NPCM7xx System Global Control Registers device model

2020-05-21 Thread Havard Skinnemoen
Implement a device model for the System Global Control Registers in the NPCM730 and NPCM750 BMC SoCs. This is primarily used to enable SMP boot (the boot ROM spins reading the SCRPAD register); other registers are best effort for now. The reset values of the MDLR and PWRON registers are determine