Page MenuHomeFreeBSD

Add Goldfish RTC device driver for RISC-V
ClosedPublic

Authored by jrtc27 on Jul 18 2020, 4:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 25 2024, 5:49 AM
Unknown Object (File)
Feb 24 2024, 2:15 PM
Unknown Object (File)
Feb 24 2024, 2:15 PM
Unknown Object (File)
Feb 24 2024, 2:15 PM
Unknown Object (File)
Feb 24 2024, 2:14 PM
Unknown Object (File)
Feb 24 2024, 2:14 PM
Unknown Object (File)
Feb 23 2024, 1:41 PM
Unknown Object (File)
Feb 16 2024, 1:49 PM
Subscribers

Details

Summary

This device was originally used as part of the goldfish virtual hardware
platform used for emulating Android on QEMU, but is now also used as the
RTC for the RISC-V virt machine in QEMU. It provides a simple 64-bit
nanosecond timer exposed via a pair of memory-mapped 32-bit registers,
although only with 1s granularity.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 32406
Build 29885: arc lint + arc unit

Event Timeline

jrtc27 created this revision.

Fixed stray non-breaking space in comment

... back to the right patch

This revision is now accepted and ready to land.Jul 19 2020, 8:37 AM
This revision was automatically updated to reflect the committed changes.