mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
hw/arm/iotkit: Wire up the dualtimer
Now we have a model of the CMSDK dual timer, we can wire it up in the IoTKit. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20180820141116.9118-5-peter.maydell@linaro.org
This commit is contained in:
parent
4f4c6206ca
commit
017d069d20
2 changed files with 7 additions and 4 deletions
|
@ -56,6 +56,7 @@
|
|||
#include "hw/misc/tz-ppc.h"
|
||||
#include "hw/misc/tz-mpc.h"
|
||||
#include "hw/timer/cmsdk-apb-timer.h"
|
||||
#include "hw/timer/cmsdk-apb-dualtimer.h"
|
||||
#include "hw/misc/unimp.h"
|
||||
#include "hw/or-irq.h"
|
||||
#include "hw/core/split-irq.h"
|
||||
|
@ -87,7 +88,7 @@ typedef struct IoTKit {
|
|||
SplitIRQ mpc_irq_splitter[IOTS_NUM_EXP_MPC + IOTS_NUM_MPC];
|
||||
qemu_or_irq mpc_irq_orgate;
|
||||
|
||||
UnimplementedDeviceState dualtimer;
|
||||
CMSDKAPBDualTimer dualtimer;
|
||||
UnimplementedDeviceState s32ktimer;
|
||||
|
||||
MemoryRegion container;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue