On Mon, 7 Nov 2022 at 16:42, ~axelheider wrote:
>
> From: Axel Heider
>
> - inline software reset
> - make hardware reset invoke software reset
> - simplify code flow
I think this patch is fixing a bug, right? We weren't
previously clearing CR for the hardware reset. If so,
that's worth noting i
From: Axel Heider
- inline software reset
- make hardware reset invoke software reset
- simplify code flow
Signed-off-by: Axel Heider
---
hw/timer/imx_epit.c | 66 -
1 file changed, 23 insertions(+), 43 deletions(-)
diff --git a/hw/timer/imx_epit.c