Re: [PATCH v2 13/18] hw/arm/fsl-imx8mp: Implement gneral purpose timers

2025-02-07 Thread Bernhard Beschow
Am 6. Februar 2025 17:29:16 UTC schrieb Peter Maydell : >On Tue, 4 Feb 2025 at 09:21, Bernhard Beschow wrote: >> >> Signed-off-by: Bernhard Beschow >> --- >> docs/system/arm/imx8mp-evk.rst | 1 + >> include/hw/arm/fsl-imx8mp.h| 11 +++ >> include/hw/timer/imx_gpt.h | 1 + >> hw

Re: [PATCH v2 13/18] hw/arm/fsl-imx8mp: Implement gneral purpose timers

2025-02-06 Thread Peter Maydell
On Tue, 4 Feb 2025 at 09:21, Bernhard Beschow wrote: > > Signed-off-by: Bernhard Beschow > --- > docs/system/arm/imx8mp-evk.rst | 1 + > include/hw/arm/fsl-imx8mp.h| 11 +++ > include/hw/timer/imx_gpt.h | 1 + > hw/arm/fsl-imx8mp.c| 53 ++