Re: [PATCH 3/6] hw/misc: Add NPCM7xx Clock Controller device model

2020-06-09 Thread Cédric Le Goater
On 5/21/20 9:21 PM, Havard Skinnemoen wrote: > Enough functionality to boot the Linux kernel has been implemented. This > includes: > > - Correct power-on reset values so the various clock rates can be > accurately calculated. > - Clock enables stick around when written. > > In addition,

Re: [PATCH 3/6] hw/misc: Add NPCM7xx Clock Controller device model

2020-06-08 Thread Joel Stanley
On Thu, 21 May 2020 at 20:39, Havard Skinnemoen wrote: > > Enough functionality to boot the Linux kernel has been implemented. This > includes: > > - Correct power-on reset values so the various clock rates can be > accurately calculated. > - Clock enables stick around when written. > > In

[PATCH 3/6] hw/misc: Add NPCM7xx Clock Controller device model

2020-05-21 Thread Havard Skinnemoen
Enough functionality to boot the Linux kernel has been implemented. This includes: - Correct power-on reset values so the various clock rates can be accurately calculated. - Clock enables stick around when written. In addition, a best effort attempt to implement SECCNT and CNTR25M was mad