CVSROOT:        /cvs
Module name:    src
Changes by:     patr...@cvs.openbsd.org 2022/11/08 12:47:05

Added files:
        sys/dev/fdt    : qcrtc.c 

Log message:
Add qcrtc(4), a driver for the RTC found on Qualcomm PMICs.  Unfortunately
on the Lenovo x13s it does not seem to contain the offset from 1970.  Also
we are not allowed to write to the RTC.

I was told that the offset I need to calculate the actual date is sorted in
an UEFI variable, which can be accessed over a secure channel.  So as long
as we don't have that channel, this driver is useless.  Good start though.

ok kettenis@

Reply via email to