Re: [PATCH v3] fsl-imx: add simple RTC emulation for i.MX6 and i.MX7 boards

2023-12-14 Thread Nikita Ostrenkov
Sorry again. Honestly, I was in a hurry. Unfortunately, I'm currently using a different PC, and git publish doesn't work on it (some issues with SSL certificates). I sent the first and second versions of the patch from my main home PC through this way, but, regrettably, I had to manually send the

Re: [PATCH v3] fsl-imx: add simple RTC emulation for i.MX6 and i.MX7 boards

2023-12-14 Thread Peter Maydell
On Thu, 14 Dec 2023 at 11:49, Nikita Ostrenkov wrote: > > Signed-off-by: Nikita Ostrenkov > --- > hw/misc/imx7_snvs.c | 91 ++--- > hw/misc/trace-events| 4 +- > include/hw/misc/imx7_snvs.h | 7 ++- > 3 files changed, 92 insertions(+), 10 deletio

[PATCH v3] fsl-imx: add simple RTC emulation for i.MX6 and i.MX7 boards

2023-12-14 Thread Nikita Ostrenkov
Signed-off-by: Nikita Ostrenkov --- hw/misc/imx7_snvs.c | 91 ++--- hw/misc/trace-events| 4 +- include/hw/misc/imx7_snvs.h | 7 ++- 3 files changed, 92 insertions(+), 10 deletions(-) diff --git a/hw/misc/imx7_snvs.c b/hw/misc/imx7_snvs.c index a