[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [RFC PATCH 0/2] enable rtc and correct wall time for arm.
Currently, get wall time in arm will only return boot up time as no rtc avalible. pl031 is chose as the rtc device and its driver implemented here, then correct the wall time by introduceing rtc_gettimeofday. Jianyong Wu (2): enable rtc pl031 for arm correct wall time for arm64 plat/common/arm/generic_timer.c | 3 +- plat/common/arm/rtc.c | 144 ++++++++++++++++++++++++++++++++ plat/common/arm/time.c | 9 ++ plat/common/include/arm/time.h | 1 + plat/common/include/rtc.h | 45 ++++++++++ plat/kvm/Makefile.uk | 1 + plat/kvm/arm/setup.c | 3 + 7 files changed, 205 insertions(+), 1 deletion(-) create mode 100644 plat/common/arm/rtc.c create mode 100644 plat/common/include/rtc.h -- 2.17.1 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |