mirror of
https://github.com/qemu/qemu.git
synced 2025-10-30 10:30:10 +00:00
Allwinner System-on-Chips usually contain a Real Time Clock (RTC) for non-volatile system date and time keeping. This commit adds a generic Allwinner RTC device that supports the RTC devices found in Allwinner SoC family sun4i (A10), sun7i (A20) and sun6i and newer (A31, H2+, H3, etc). The following RTC functionality and features are implemented: * Year-Month-Day read/write * Hour-Minute-Second read/write * General Purpose storage The following boards are extended with the RTC device: * Cubieboard (hw/arm/cubieboard.c) * Orange Pi PC (hw/arm/orangepi.c) Signed-off-by: Niek Linnenbank <nieklinnenbank@gmail.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-id: 20200311221854.30370-13-nieklinnenbank@gmail.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
||
|---|---|---|
| .. | ||
| allwinner-rtc.h | ||
| aspeed_rtc.h | ||
| goldfish_rtc.h | ||
| m48t59.h | ||
| mc146818rtc_regs.h | ||
| mc146818rtc.h | ||
| pl031.h | ||
| sun4v-rtc.h | ||
| xlnx-zynqmp-rtc.h | ||