Re: [PATCH v5 02/11] hw/misc: Add NPCM7xx Clock Controller device model

2020-07-15 Thread Philippe Mathieu-Daudé
On 7/9/20 2:35 AM, 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, a

[PATCH v5 02/11] hw/misc: Add NPCM7xx Clock Controller device model

2020-07-08 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