diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2018-03-02 10:45:40 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2018-03-02 11:03:45 +0000 |
commit | 9e5e54d1af26c4b0a4a32259a465b77db21900a0 (patch) | |
tree | f6ee427697e6f13f32cdccec493be9d2fdb6e239 /hw/arm/Makefile.objs | |
parent | b1ce38e12baf64c9cbe6e71c5b165a87248451b2 (diff) | |
download | qemu-9e5e54d1af26c4b0a4a32259a465b77db21900a0.zip qemu-9e5e54d1af26c4b0a4a32259a465b77db21900a0.tar.gz qemu-9e5e54d1af26c4b0a4a32259a465b77db21900a0.tar.bz2 |
hw/arm/iotkit: Model Arm IOT Kit
Model the Arm IoT Kit documented in
http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ecm0601256/index.html
The Arm IoT Kit is a subsystem which includes a CPU and some devices,
and is intended be extended by adding extra devices to form a
complete system. It is used in the MPS2 board's AN505 image for the
Cortex-M33.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20180220180325.29818-19-peter.maydell@linaro.org
Diffstat (limited to 'hw/arm/Makefile.objs')
-rw-r--r-- | hw/arm/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/arm/Makefile.objs b/hw/arm/Makefile.objs index 1c896ba..79cd30b 100644 --- a/hw/arm/Makefile.objs +++ b/hw/arm/Makefile.objs @@ -20,3 +20,4 @@ obj-$(CONFIG_FSL_IMX6) += fsl-imx6.o sabrelite.o obj-$(CONFIG_ASPEED_SOC) += aspeed_soc.o aspeed.o obj-$(CONFIG_MPS2) += mps2.o obj-$(CONFIG_MSF2) += msf2-soc.o msf2-som.o +obj-$(CONFIG_IOTKIT) += iotkit.o |