aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/pc80/mc146818rtc.c
AgeCommit message (Expand)Author
2015-02-23drivers/pc80/mc146818rtc: Enable RTC reset on power lossWerner Zeh
2015-02-16nvram: Add option to reset NVRAM to default parameters on every bootTimothy Pearson
2015-02-06drivers/pc80/mc146818rtc: Reduce superfluous preprocessor useAlexandru Gagniuc
2014-12-30drivers/pc80/mc146818rtc: Assume we always have ALTCENTURYGabe Black
2014-12-30rtc: Add an RTC API, and implement it for x86.Marc Jones
2014-11-20Replace includes of build.h with version.hKyösti Mälkki
2014-10-22cmos: Rename the CMOS related functions.Gabe Black
2014-06-21PC80 RTC: Use acpi_is_wakeup_s3()Kyösti Mälkki
2014-05-29add rtc_init() to romstageMartin Roth
2014-01-12lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_contentVladimir Serbinenko
2013-11-25pc80/mc146818rtc: Return an error code rather than an integerAlexandru Gagniuc
2013-11-25RTC: Skip rtc_init() in S3 resume pathStefan Reinauer
2013-07-10drivers: Fix spellingMartin Roth
2013-02-19RTC: Use the correct index when setting the default monthDave Frodin
2013-01-30Extend CBFS to support arbitrary ROM source media.Hung-Te Lin
2012-11-12If cmos is invalid, always set the rtc date and timeStefan Reinauer
2012-11-12Remove duplicate defines from mc146818rtc.cMarc Jones
2012-11-09mc146818rtc: Remove the hyphen to build on NetBSD and DarwinZheng Bao
2012-11-09mc146818rtc: Update the Day of Week in CMOS in the right way.Zheng Bao
2012-11-08RTC: Don't clear pending interrupt in resume pathDuncan Laurie
2012-11-07RTC: Write build date in BCD when clearing RTC CMOSDuncan Laurie
2012-11-07rtc: erase CMOS memory after power failureVincent Palatin
2012-11-07rtc: force mc146818 register D to a correct valueVincent Palatin
2012-08-02RTC: Add a routine to check if the CMOS date is validzbao
2012-04-27Move top level pc80 directory to drivers/Stefan Reinauer