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 devices, vmm: Add legacy CMOS device 2019-10-03 14:57:49 +01:00
fwdebug.rs vmm, devices: Add firmware debug port device 2020-04-17 12:54:00 +02:00
i8042.rs vmm: Support both reset and shutdown 2019-09-03 19:18:49 +02:00
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 devices: serial: Expect an identifier upon device creation 2020-04-29 19:34:31 +01:00