Re: [PATCH v3 5/6] hw/riscv: Configurable MPFS CLINT timebase freq

2025-04-03 Thread Alistair Francis
On Wed, Mar 19, 2025 at 4:13 PM Sebastian Huber wrote: > > This property enables the setting of the CLINT timebase frequency > through the command line, for example: > > -machine microchip-icicle-kit,clint-timebase-frequency=1000 > > Signed-off-by: Sebastian Huber > Reviewed-by: Philippe Ma

[PATCH v3 5/6] hw/riscv: Configurable MPFS CLINT timebase freq

2025-03-18 Thread Sebastian Huber
This property enables the setting of the CLINT timebase frequency through the command line, for example: -machine microchip-icicle-kit,clint-timebase-frequency=1000 Signed-off-by: Sebastian Huber Reviewed-by: Philippe Mathieu-Daudé --- hw/riscv/microchip_pfsoc.c | 49