summaryrefslogtreecommitdiffstats
path: root/src/lib/rtc.c
Commit message (Expand)AuthorAgeFilesLines
* lib/rtc: Add sanity check for time and dateWerner Zeh2021-05-301-0/+16
* lib/rtc: Fix incomplete leap year macroJakub Czapiga2021-04-191-1/+1
* lib/rtc: Remove unnecessary year constraint in rtc_calc_weekdayJakub Czapiga2021-04-151-3/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* lib/rtc.c: Replace GPLv2 long form headers with SPDX headerElyes HAOUAS2020-05-081-11/+2
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-061-2/+1
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* rtc: Fix rtc_calc_weekdayTim Wawrzynczak2019-02-271-38/+22
* src/{ec,include,lib}: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-07-091-1/+1
* lib: Add real-time-clock functionsSimon Glass2016-06-241-0/+154