mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 18:44:58 -06:00
hw/rtc: Add Ricoh RS5C372 RTC emulation
The implementation just allows Linux to determine date and time. Signed-off-by: Bernhard Beschow <shentey@gmail.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Acked-by: Fabiano Rosas <farosas@suse.de> Message-ID: <20250223114708.1780-19-shentey@gmail.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
parent
d060b2789f
commit
822405b1fe
7 changed files with 292 additions and 0 deletions
|
@ -13,3 +13,4 @@ system_ss.add(when: 'CONFIG_GOLDFISH_RTC', if_true: files('goldfish_rtc.c'))
|
|||
system_ss.add(when: 'CONFIG_LS7A_RTC', if_true: files('ls7a_rtc.c'))
|
||||
system_ss.add(when: 'CONFIG_ALLWINNER_H3', if_true: files('allwinner-rtc.c'))
|
||||
system_ss.add(when: 'CONFIG_MC146818RTC', if_true: files('mc146818rtc.c'))
|
||||
system_ss.add(when: 'CONFIG_RS5C372_RTC', if_true: files('rs5c372.c'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue