Re: [Qemu-devel] [PATCH for-2.12 2/2] xlnx-zynqmp: add the timers

2017-11-24 Thread KONRAD Frederic
On 11/23/2017 01:29 AM, Alistair Francis wrote: On Wed, Nov 8, 2017 at 3:32 AM, KONRAD Frederic wrote: This adds the TTC to the xlnx-zynqmp board according to the ultrascale TRM. Signed-off-by: KONRAD Frederic --- hw/arm/xlnx-zynqmp.c | 25 + include/hw/ar

[Qemu-devel] [PATCH for-2.12 2/2] xlnx-zynqmp: add the timers

2017-11-08 Thread KONRAD Frederic
This adds the TTC to the xlnx-zynqmp board according to the ultrascale TRM. Signed-off-by: KONRAD Frederic --- hw/arm/xlnx-zynqmp.c | 25 + include/hw/arm/xlnx-zynqmp.h | 3 +++ 2 files changed, 28 insertions(+) diff --git a/hw/arm/xlnx-zynqmp.c b/hw/arm/xlnx-zy