Re: [PATCH 1/1] rtc: provide an emulated RTC

2020-10-23 Thread Simon Glass
Hi Heinrich, On Thu, 22 Oct 2020 at 18:35, Heinrich Schuchardt wrote: > > For testing purposes like running the UEFI SCT an RTC may be required. > Provide an emulated RTC if we do not have a hardware one. > > Signed-off-by: Heinrich Schuchardt > --- > MAINTAINERS| 1 + > drivers/rt

[PATCH 1/1] rtc: provide an emulated RTC

2020-10-22 Thread Heinrich Schuchardt
For testing purposes like running the UEFI SCT an RTC may be required. Provide an emulated RTC if we do not have a hardware one. Signed-off-by: Heinrich Schuchardt --- MAINTAINERS| 1 + drivers/rtc/Kconfig| 6 drivers/rtc/Makefile | 1 + drivers/rtc/emul_rtc.c | 79