summaryrefslogtreecommitdiffstats
path: root/src/include/pc80/mc146818rtc.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* RTC: Add defines for standard clock offsetsDuncan Laurie2012-07-241-0/+12
* Move top level pc80 directory to drivers/Stefan Reinauer2012-04-271-1/+1
* Add cmos helper functions for reading/writing a dwordDuncan Laurie2012-03-281-0/+16
* Fix CMOS handling for non-USE_OPTION_TABLE configurationPatrick Georgi2011-12-131-2/+1
* CMOS: add set_option()Sven Schnelle2011-06-151-0/+2
* Change read_option() to a macro that wraps some API uglynessPatrick Georgi2011-05-101-2/+3
* - Fix race condition in option_table.h generation by moving the includeStefan Reinauer2010-09-251-8/+0
* Revert 5762. It silently broke a lot of boards because abuild was broken.Myles Watson2010-09-021-0/+8
* Fix race condition in option_table.h generation by moving the include statementStefan Reinauer2010-09-011-8/+0
* Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant2010-07-061-2/+35
* Don't include option_table.h every time we include mc146818rtc.h, that was aStefan Reinauer2010-03-291-4/+4
* - include option_table.h when it is created, and that's HAVE_OPTION_TABLEStefan Reinauer2010-03-291-2/+2
* This patch drops the coreboot CMOS checksum ranges from Kconfig becauseStefan Reinauer2010-03-291-10/+5
* Add const to get rid of some warnings when passing quoted strings.Myles Watson2009-10-091-2/+2
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-301-7/+7
* Revert "CMOS: Add set_option and rework get_option."Luc Verhaegen2009-06-031-3/+5
* CMOS: Add set_option and rework get_option.Luc Verhaegen2009-06-031-5/+3
* - Moved hlt() to it's own header.Eric Biederman2004-03-111-14/+8
* - Initial checkin of the freebios2 treeEric Biederman2003-04-221-0/+110