summaryrefslogtreecommitdiffstats
path: root/src/drivers/pc80/mc146818rtc.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/pc80: Add optional spinlock for nvram CBFS accessTimothy Pearson2015-12-181-2/+23
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* cbfs: new API and better program loadingAaron Durbin2015-06-021-4/+4
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* drivers/pc80/mc146818rtc: Enable RTC reset on power lossWerner Zeh2015-02-231-1/+1
* nvram: Add option to reset NVRAM to default parameters on every bootTimothy Pearson2015-02-161-0/+3
* drivers/pc80/mc146818rtc: Reduce superfluous preprocessor useAlexandru Gagniuc2015-02-061-46/+53
* drivers/pc80/mc146818rtc: Assume we always have ALTCENTURYGabe Black2014-12-301-17/+13
* rtc: Add an RTC API, and implement it for x86.Marc Jones2014-12-301-20/+67
* Replace includes of build.h with version.hKyösti Mälkki2014-11-201-6/+7
* cmos: Rename the CMOS related functions.Gabe Black2014-10-221-70/+72
* PC80 RTC: Use acpi_is_wakeup_s3()Kyösti Mälkki2014-06-211-6/+1
* add rtc_init() to romstageMartin Roth2014-05-291-1/+3
* lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_contentVladimir Serbinenko2014-01-121-2/+2
* pc80/mc146818rtc: Return an error code rather than an integerAlexandru Gagniuc2013-11-251-23/+25
* RTC: Skip rtc_init() in S3 resume pathStefan Reinauer2013-11-251-10/+11
* drivers: Fix spellingMartin Roth2013-07-101-1/+1
* RTC: Use the correct index when setting the default monthDave Frodin2013-02-191-1/+1
* Extend CBFS to support arbitrary ROM source media.Hung-Te Lin2013-01-301-2/+4
* If cmos is invalid, always set the rtc date and timeStefan Reinauer2012-11-121-2/+2
* Remove duplicate defines from mc146818rtc.cMarc Jones2012-11-121-68/+0
* mc146818rtc: Remove the hyphen to build on NetBSD and DarwinZheng Bao2012-11-091-4/+4
* mc146818rtc: Update the Day of Week in CMOS in the right way.Zheng Bao2012-11-091-1/+1
* RTC: Don't clear pending interrupt in resume pathDuncan Laurie2012-11-081-0/+15
* RTC: Write build date in BCD when clearing RTC CMOSDuncan Laurie2012-11-071-4/+4
* rtc: erase CMOS memory after power failureVincent Palatin2012-11-071-14/+20
* rtc: force mc146818 register D to a correct valueVincent Palatin2012-11-071-0/+2
* RTC: Add a routine to check if the CMOS date is validzbao2012-08-021-8/+35
* Move top level pc80 directory to drivers/Stefan Reinauer2012-04-271-0/+340
OpenPOWER on IntegriCloud