mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
hw/riscv: microchip_pfsoc: Connect the SYSREG module
Previously SYSREG was created as an unimplemented device. Now that we have a simple SYSREG module, connect it. Signed-off-by: Bin Meng <bin.meng@windriver.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Message-id: 1603863010-15807-8-git-send-email-bmeng.cn@gmail.com Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
0f25065cb6
commit
cdd58c70fb
3 changed files with 9 additions and 3 deletions
|
@ -26,6 +26,7 @@
|
|||
#include "hw/dma/sifive_pdma.h"
|
||||
#include "hw/misc/mchp_pfsoc_dmc.h"
|
||||
#include "hw/misc/mchp_pfsoc_ioscb.h"
|
||||
#include "hw/misc/mchp_pfsoc_sysreg.h"
|
||||
#include "hw/net/cadence_gem.h"
|
||||
#include "hw/sd/cadence_sdhci.h"
|
||||
|
||||
|
@ -47,6 +48,7 @@ typedef struct MicrochipPFSoCState {
|
|||
MchpPfSoCMMUartState *serial2;
|
||||
MchpPfSoCMMUartState *serial3;
|
||||
MchpPfSoCMMUartState *serial4;
|
||||
MchpPfSoCSysregState sysreg;
|
||||
SiFivePDMAState dma;
|
||||
CadenceGEMState gem0;
|
||||
CadenceGEMState gem1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue