cloud-hypervisor/devices/src/legacy
Henry Wang 5f9e079a03 device: Add AArch64 RTC PL031 implementation
This commit adds the implementation for the AArch64 PL031
Real Time Clock (RTC) that provides a long time base counter. This
is achieved by generating an interrupt signal after counting a
programmed number of cycles of a real-time clock input. The AArch64
guest VM of the cloud-hypervisor will use this RTC to sync the time
in itself.

Signed-off-by: Henry Wang <Henry.Wang@arm.com>
2020-06-09 06:27:46 +01:00
..
cmos.rs
fwdebug.rs
i8042.rs
mod.rs device: Add AArch64 RTC PL031 implementation 2020-06-09 06:27:46 +01:00
rtc_pl031.rs device: Add AArch64 RTC PL031 implementation 2020-06-09 06:27:46 +01:00
serial.rs