hw/arm/xilinx_zynq: Add various missing unimplemented devices
authorChao Liu <chao.liu@yeah.net>
Mon, 14 Oct 2024 16:05:57 +0000 (17:05 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 15 Oct 2024 14:16:17 +0000 (15:16 +0100)
commitf160a4f8d0ef322377db3519c0aa088ccd99edf1
tree50ac9ef1c3057706a712915095d9e80a72369449
parent8bd6072de367efaa95bfaedd0d2ef53fc88a69d5
hw/arm/xilinx_zynq: Add various missing unimplemented devices

Add unimplemented-device blocks to the xilinx_zynq board
corresponding to various devices documented in the TRM
and in the device tree.

See: ug585-Zynq-7000-TRM manual B.3 (Module Summary)

Signed-off-by: Chao Liu <chao.liu@yeah.net>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
[PMM: tweaked commit message. Removed the clearing of
 the ignore_memory_transaction_failures flag]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/xilinx_zynq.c