aboutsummaryrefslogtreecommitdiff
path: root/src/include/pc80/mc146818rtc.h
AgeCommit message (Expand)Author
2020-09-14src/include: Drop unneeded empty linesElyes HAOUAS
2020-06-06drivers/pc80/rtc: Drop ARCH_X86 guard in headerKyösti Mälkki
2020-04-20drivers/pc80/rtc: Reorganize prototypesKyösti Mälkki
2020-04-20drivers/pc80/rtc: Move CMOS_POST_BANK_x definitionsKyösti Mälkki
2020-04-20drivers/elog,pc80: Move cmos_post_log()Kyösti Mälkki
2020-01-10drivers/pc80/rtc: Move sanitize_cmos()Kyösti Mälkki
2020-01-09drivers/pc80/rtc: Separate {get|set}_option() prototypesKyösti Mälkki
2020-01-09drivers/pc80/rtc: Remove duplicate cmos_chksum_valid()Kyösti Mälkki
2020-01-07drivers/pc80/rtc: Remove stub for sanitize_cmos()Kyösti Mälkki
2020-01-07drivers/pc80/rtc: Remove stub for cmos_post_init()Kyösti Mälkki
2020-01-07drivers/pc80/rtc: Clean up some headersKyösti Mälkki
2020-01-07drivers/pc80/rtc: Clean up some inlined functionsKyösti Mälkki
2020-01-06drivers/pc80/rtc: Swap cmos_write32() parameter orderKyösti Mälkki
2020-01-02drivers/pc80/mc146818rtc: Remove read_option_lowlevel()Kyösti Mälkki
2019-12-31src: Remove some romcc workaroundsJacob Garber
2019-12-20drivers/pc80: Move normal/fallback mechanism outside __ROMCC__Kyösti Mälkki
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-01-27src: Fix the warning "type 'hex' are always defined"Elyes HAOUAS
2017-07-26Port cmos.default handling to C environment bootblockNico Huber
2017-07-13src/include: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-05-13drivers/pc80/rtc: Rename mc146818rtc_early.c -> _romcc.cNico Huber
2017-03-13src/include: Wrap lines at 80 columnsLee Leahy
2017-03-12src/include: Remove braces for single statementsLee Leahy
2017-03-12src/include: Remove spaces before tabsLee Leahy
2017-03-09src/include: Fix unsigned warningsLee Leahy
2017-01-06arch/x86: fix cmos post logging in non romcc bootblockAaron Durbin
2016-11-17rtc: Check update-in-progress bitMarshall Dawson
2016-09-20src/include: Add space around operatorsElyes HAOUAS
2016-08-18pc80/mc146818rtc.h: Replace leftover macro tokenAntonello Dettori
2016-04-19kbuild: Allow drivers to fit src/drivers/[X]/[Y]/ schemeStefan Reinauer
2015-11-03drivers/pc80: Rework normal / fallback selector codeTimothy Pearson
2015-07-12Verify Kconfigs symbols are not zero for hex and int type symbolsMartin Roth
2015-02-06drivers/pc80/mc146818rtc: Reduce superfluous preprocessor useAlexandru Gagniuc
2014-12-30drivers/pc80/mc146818rtc: Assume we always have ALTCENTURYGabe Black
2014-10-22cmos: Rename the CMOS related functions.Gabe Black
2014-06-29include/pc80/mc146818rtc.h: Inconsequential, comment ifdef mazeEdward O'Callaghan
2014-06-25pc80/mc146818rtc.h: Has X86 specific inlines without guardsEdward O'Callaghan
2014-06-25include/pc80/mc146818rtc.h: Move include to top of fileEdward O'Callaghan
2014-04-20drivers/elog: Fix implicit function declaration issueEdward O'Callaghan
2013-11-26Log device path into CMOS during probe stagesDuncan Laurie
2013-11-26Extend CMOS POST code logging to store extra dataDuncan Laurie
2013-11-25pc80/mc146818rtc: Return an error code rather than an integerAlexandru Gagniuc
2013-07-11include: Fix spellingMartin Roth
2013-05-10Drop prototype guarding for romccStefan Reinauer
2012-11-19mc146818rtc: disable RTC before writing to nvramPatrick Georgi
2012-11-09mc146818rtc: Remove the hyphen to build on NetBSD and DarwinZheng Bao
2012-11-08Log unexpected post code from the previous bootDuncan Laurie
2012-11-08Add support for storing POST codes in CMOSDuncan Laurie
2012-11-07RTC: Write build date in BCD when clearing RTC CMOSDuncan Laurie
2012-08-02RTC: Add a routine to check if the CMOS date is validzbao
2012-07-24RTC: Add defines for standard clock offsetsDuncan Laurie
2012-04-27Move top level pc80 directory to drivers/Stefan Reinauer
2012-03-28Add cmos helper functions for reading/writing a dwordDuncan Laurie
2011-12-13Fix CMOS handling for non-USE_OPTION_TABLE configurationPatrick Georgi
2011-06-15CMOS: add set_option()Sven Schnelle
2011-05-10Change read_option() to a macro that wraps some API uglynessPatrick Georgi
2010-09-25- Fix race condition in option_table.h generation by moving the includeStefan Reinauer
2010-09-02Revert 5762. It silently broke a lot of boards because abuild was broken.Myles Watson
2010-09-01Fix race condition in option_table.h generation by moving the include statementStefan Reinauer
2010-07-06Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant
2010-03-29Don't include option_table.h every time we include mc146818rtc.h, that was aStefan Reinauer
2010-03-29- include option_table.h when it is created, and that's HAVE_OPTION_TABLEStefan Reinauer
2010-03-29This patch drops the coreboot CMOS checksum ranges from Kconfig becauseStefan Reinauer
2009-10-09Add const to get rid of some warnings when passing quoted strings.Myles Watson
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-06-03Revert "CMOS: Add set_option and rework get_option."Luc Verhaegen
2009-06-03CMOS: Add set_option and rework get_option.Luc Verhaegen
2004-03-11- Moved hlt() to it's own header.Eric Biederman
2003-04-22- Initial checkin of the freebios2 treeEric Biederman