qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH for-2.12 0/2] Add the TTC to the xlnx-zynqmp board


From: KONRAD Frederic
Subject: [Qemu-devel] [PATCH for-2.12 0/2] Add the TTC to the xlnx-zynqmp board
Date: Wed, 8 Nov 2017 12:32:41 +0100

Hi,

This serie adds the TTC timers to the xlnx-zynqmp board required to boot some
os. It seems that the waveform feature is not implemented but since that's not
directly software visible it is not an issue. An other limitation is that the
frequency is fixed and should be configurable through the zynqmp clock
controllers.

Thanks,
Fred

KONRAD Frederic (2):
  cadence_ttc: extract CadenceTTCState to a new header file
  xlnx-zynqmp: add the timers

 hw/arm/xlnx-zynqmp.c           | 25 +++++++++++++++++
 hw/timer/cadence_ttc.c         | 35 +-----------------------
 include/hw/arm/xlnx-zynqmp.h   |  3 +++
 include/hw/timer/cadence_ttc.h | 61 ++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 90 insertions(+), 34 deletions(-)
 create mode 100644 include/hw/timer/cadence_ttc.h

-- 
1.8.3.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]