cloud-hypervisor/devices/src
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
..
legacy device: Add AArch64 RTC PL031 implementation 2020-06-09 06:27:46 +01:00
acpi.rs devices: acpi: Update GED to support PCI devices hotplug 2020-03-04 12:06:02 +00:00
bus.rs devices: Add new method to remove all occurrences of a BusDevice 2020-03-10 17:05:06 +00:00
gic.rs devices: Implement InterruptController on AArch64 2020-05-26 11:09:19 +02:00
interrupt_controller.rs devices: Implement InterruptController on AArch64 2020-05-26 11:09:19 +02:00
ioapic.rs devices: Refactor IOAPIC to cover other architectures 2020-05-26 11:09:19 +02:00
lib.rs devices: Implement InterruptController on AArch64 2020-05-26 11:09:19 +02:00