|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH v1 3/6] hw/misc: Add a model of the Xilinx ZynqMP CRF |
Date: | Mon, 31 Jan 2022 00:32:54 +0100 |
User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 |
On 31/1/22 00:12, Edgar E. Iglesias wrote:
From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com> Add a model of the Xilinx ZynqMP CRF. At the moment this is mostly a stub model. Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> --- include/hw/misc/xlnx-zynqmp-crf.h | 209 +++++++++++++++++++++++ hw/misc/xlnx-zynqmp-crf.c | 270 ++++++++++++++++++++++++++++++ hw/misc/meson.build | 1 + 3 files changed, 480 insertions(+) create mode 100644 include/hw/misc/xlnx-zynqmp-crf.h create mode 100644 hw/misc/xlnx-zynqmp-crf.c
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
[Prev in Thread] | Current Thread | [Next in Thread] |