mbox series

[v1,0/2] hw/arm: zynqmp: Add the 4 TTC timers

Message ID 20220331222017.2914409-1-edgar.iglesias@gmail.com
Headers show
Series hw/arm: zynqmp: Add the 4 TTC timers | expand

Message

Edgar E. Iglesias March 31, 2022, 10:20 p.m. UTC
From: "Edgar E. Iglesias" <edgar.iglesias@amd.com>

This adds the 4 TTC timers in the Xilinx ZynqMP.
This is for after the 7.0.0 release.

Cheers,
Edgar

Edgar E. Iglesias (2):
  timer: cadence_ttc: Break out header file to allow embedding
  hw/arm/xlnx-zynqmp: Connect 4 TTC timers

 include/hw/arm/xlnx-zynqmp.h   |  4 +++
 include/hw/timer/cadence_ttc.h | 54 ++++++++++++++++++++++++++++++++++
 hw/arm/xlnx-zynqmp.c           | 22 ++++++++++++++
 hw/timer/cadence_ttc.c         | 32 ++------------------
 4 files changed, 82 insertions(+), 30 deletions(-)
 create mode 100644 include/hw/timer/cadence_ttc.h

Comments

Peter Maydell April 11, 2022, 10:45 a.m. UTC | #1
On Thu, 31 Mar 2022 at 23:20, Edgar E. Iglesias
<edgar.iglesias@gmail.com> wrote:
>
> From: "Edgar E. Iglesias" <edgar.iglesias@amd.com>
>
> This adds the 4 TTC timers in the Xilinx ZynqMP.
> This is for after the 7.0.0 release.
>
> Cheers,
> Edgar
>
> Edgar E. Iglesias (2):
>   timer: cadence_ttc: Break out header file to allow embedding
>   hw/arm/xlnx-zynqmp: Connect 4 TTC timers



Applied to target-arm.next for 7.1, thanks.

-- PMM