Re: [PATCH v7 02/13] hw/misc: Add NPCM7xx Clock Controller device model

2020-08-12 Thread Philippe Mathieu-Daudé
On 8/11/20 2:45 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,

[PATCH v7 02/13] hw/misc: Add NPCM7xx Clock Controller device model

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