mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
hw/riscv: Configurable MPFS CLINT timebase freq
This property enables the setting of the CLINT timebase frequency through the command line, for example: -machine microchip-icicle-kit,clint-timebase-frequency=10000000 Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Message-ID: <20250319061342.26435-6-sebastian.huber@embedded-brains.de> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
6dd6f11710
commit
e40b75fe5c
2 changed files with 46 additions and 4 deletions
|
@ -67,6 +67,7 @@ typedef struct MicrochipIcicleKitState {
|
|||
MachineState parent_obj;
|
||||
|
||||
/*< public >*/
|
||||
uint32_t clint_timebase_freq;
|
||||
MicrochipPFSoCState soc;
|
||||
} MicrochipIcicleKitState;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue