summaryrefslogtreecommitdiffstats
path: root/src/include/pc80/mc146818rtc.h
Commit message (Expand)AuthorAgeFilesLines
* src/include: Drop unneeded empty linesElyes HAOUAS2020-09-141-1/+0
* drivers/pc80/rtc: Drop ARCH_X86 guard in headerKyösti Mälkki2020-06-061-7/+2
* drivers/pc80/rtc: Reorganize prototypesKyösti Mälkki2020-04-201-1/+0
* drivers/pc80/rtc: Move CMOS_POST_BANK_x definitionsKyösti Mälkki2020-04-201-31/+0
* drivers/elog,pc80: Move cmos_post_log()Kyösti Mälkki2020-04-201-3/+0
* drivers/pc80/rtc: Move sanitize_cmos()Kyösti Mälkki2020-01-101-1/+0
* drivers/pc80/rtc: Separate {get|set}_option() prototypesKyösti Mälkki2020-01-091-3/+0
* drivers/pc80/rtc: Remove duplicate cmos_chksum_valid()Kyösti Mälkki2020-01-091-1/+4
* drivers/pc80/rtc: Remove stub for sanitize_cmos()Kyösti Mälkki2020-01-071-8/+1
* drivers/pc80/rtc: Remove stub for cmos_post_init()Kyösti Mälkki2020-01-071-3/+2
* drivers/pc80/rtc: Clean up some headersKyösti Mälkki2020-01-071-4/+4
* drivers/pc80/rtc: Clean up some inlined functionsKyösti Mälkki2020-01-071-26/+19
* drivers/pc80/rtc: Swap cmos_write32() parameter orderKyösti Mälkki2020-01-061-1/+1
* drivers/pc80/mc146818rtc: Remove read_option_lowlevel()Kyösti Mälkki2020-01-021-5/+0
* src: Remove some romcc workaroundsJacob Garber2019-12-311-26/+1
* drivers/pc80: Move normal/fallback mechanism outside __ROMCC__Kyösti Mälkki2019-12-201-4/+4
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-5/+5
* src: Fix the warning "type 'hex' are always defined"Elyes HAOUAS2019-01-271-1/+1
* Port cmos.default handling to C environment bootblockNico Huber2017-07-261-0/+7
* src/include: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-131-4/+4
* drivers/pc80/rtc: Rename mc146818rtc_early.c -> _romcc.cNico Huber2017-05-131-1/+1
* src/include: Wrap lines at 80 columnsLee Leahy2017-03-131-2/+5
* src/include: Remove braces for single statementsLee Leahy2017-03-121-4/+2
* src/include: Remove spaces before tabsLee Leahy2017-03-121-1/+1
* src/include: Fix unsigned warningsLee Leahy2017-03-091-1/+2
* arch/x86: fix cmos post logging in non romcc bootblockAaron Durbin2017-01-061-0/+29
* rtc: Check update-in-progress bitMarshall Dawson2016-11-171-0/+10
* src/include: Add space around operatorsElyes HAOUAS2016-09-201-1/+1
* pc80/mc146818rtc.h: Replace leftover macro tokenAntonello Dettori2016-08-181-2/+0
* kbuild: Allow drivers to fit src/drivers/[X]/[Y]/ schemeStefan Reinauer2016-04-191-1/+1
* drivers/pc80: Rework normal / fallback selector codeTimothy Pearson2015-11-031-0/+2
* Verify Kconfigs symbols are not zero for hex and int type symbolsMartin Roth2015-07-121-2/+2
* drivers/pc80/mc146818rtc: Reduce superfluous preprocessor useAlexandru Gagniuc2015-02-061-11/+3
* drivers/pc80/mc146818rtc: Assume we always have ALTCENTURYGabe Black2014-12-301-4/+1
* cmos: Rename the CMOS related functions.Gabe Black2014-10-221-2/+2
* include/pc80/mc146818rtc.h: Inconsequential, comment ifdef mazeEdward O'Callaghan2014-06-291-2/+2
* pc80/mc146818rtc.h: Has X86 specific inlines without guardsEdward O'Callaghan2014-06-251-0/+4
* include/pc80/mc146818rtc.h: Move include to top of fileEdward O'Callaghan2014-06-251-1/+1
* drivers/elog: Fix implicit function declaration issueEdward O'Callaghan2014-04-201-0/+2
* Log device path into CMOS during probe stagesDuncan Laurie2013-11-261-0/+2
* Extend CMOS POST code logging to store extra dataDuncan Laurie2013-11-261-0/+9
* pc80/mc146818rtc: Return an error code rather than an integerAlexandru Gagniuc2013-11-251-5/+10
* include: Fix spellingMartin Roth2013-07-111-1/+1
* Drop prototype guarding for romccStefan Reinauer2013-05-101-2/+0
* mc146818rtc: disable RTC before writing to nvramPatrick Georgi2012-11-191-1/+30
* mc146818rtc: Remove the hyphen to build on NetBSD and DarwinZheng Bao2012-11-091-2/+0
* Log unexpected post code from the previous bootDuncan Laurie2012-11-081-0/+4
* Add support for storing POST codes in CMOSDuncan Laurie2012-11-081-0/+19
* RTC: Write build date in BCD when clearing RTC CMOSDuncan Laurie2012-11-071-0/+2
* RTC: Add a routine to check if the CMOS date is validzbao2012-08-021-0/+5