summaryrefslogtreecommitdiffstats
path: root/hw/misc/Makefile.objs
diff options
context:
space:
mode:
authorSubbaraya Sundeep2017-09-20 22:17:34 +0200
committerPeter Maydell2017-09-21 17:36:56 +0200
commit0ee1e1f4691cbe5c219be49ac9d0ff4ac4812530 (patch)
tree972f497d5cf76b7ebe4190bc501318f2b5df02d4 /hw/misc/Makefile.objs
parentmsf2: Add Smartfusion2 System timer (diff)
downloadqemu-0ee1e1f4691cbe5c219be49ac9d0ff4ac4812530.tar.gz
qemu-0ee1e1f4691cbe5c219be49ac9d0ff4ac4812530.tar.xz
qemu-0ee1e1f4691cbe5c219be49ac9d0ff4ac4812530.zip
msf2: Microsemi Smartfusion2 System Register block
Added Sytem register block of Smartfusion2. This block has PLL registers which are accessed by guest. Signed-off-by: Subbaraya Sundeep <sundeep.lkml@gmail.com> Reviewed-by: Alistair Francis <alistair.francis@xilinx.com> Acked-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20170920201737.25723-3-f4bug@amsat.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/misc/Makefile.objs')
-rw-r--r--hw/misc/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/misc/Makefile.objs b/hw/misc/Makefile.objs
index 29fb922cef..e8f0a02f35 100644
--- a/hw/misc/Makefile.objs
+++ b/hw/misc/Makefile.objs
@@ -59,3 +59,4 @@ obj-$(CONFIG_HYPERV_TESTDEV) += hyperv_testdev.o
obj-$(CONFIG_AUX) += auxbus.o
obj-$(CONFIG_ASPEED_SOC) += aspeed_scu.o aspeed_sdmc.o
obj-y += mmio_interface.o
+obj-$(CONFIG_MSF2) += msf2-sysreg.o