summaryrefslogtreecommitdiffstats
path: root/src/pc80/mc146818rtc_early.c
Commit message (Expand)AuthorAgeFilesLines
* Move top level pc80 directory to drivers/Stefan Reinauer2012-04-271-104/+0
* Fix checksum calculation both in romstage and ramstage.Stefan Reinauer2011-10-281-3/+3
* Change read_option() to a macro that wraps some API uglynessPatrick Georgi2011-05-101-1/+1
* Move cmos.default handling to bootblockPatrick Georgi2011-03-081-28/+0
* Build failure because of src/pc80/mc146818rtc_early.c unused variableStefan Reinauer2011-01-311-1/+1
* Move option table (cmos.layout's binary representation)Patrick Georgi2011-01-181-1/+1
* Disable CMOS recovery code for ROMCC boards as the CBFS code used forPatrick Georgi2011-01-141-4/+6
* Allow coreboot to initialize CMOS if checksum is invalid.Patrick Georgi2011-01-141-0/+26
* - Fix race condition in option_table.h generation by moving the includeStefan Reinauer2010-09-251-0/+3
* Revert 5762. It silently broke a lot of boards because abuild was broken.Myles Watson2010-09-021-4/+0
* Fix race condition in option_table.h generation by moving the include statementStefan Reinauer2010-09-011-0/+4
* Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant2010-07-061-28/+3
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-1/+1
* Don't include option_table.h every time we include mc146818rtc.h, that was aStefan Reinauer2010-03-291-0/+7
* This patch drops the coreboot CMOS checksum ranges from Kconfig becauseStefan Reinauer2010-03-291-3/+3
* drop some unused files and fix warnings on i945 based systems.Stefan Reinauer2010-03-221-3/+3
* This is a general cleanup patchStefan Reinauer2010-02-221-1/+1
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-301-11/+11
* fix warnings, shadowed declarations and style guide violations (all trivial)Stefan Reinauer2009-04-221-2/+1
* * Allow coreboot to use the full 256 bytes of CMOS memoryStefan Reinauer2009-04-221-4/+14
* - Moved hlt() to it's own header.Eric Biederman2004-03-111-0/+11
* - First pass at s2880 support.Eric Biederman2003-07-211-7/+8
* - Major cleanup of the bootpathEric Biederman2003-07-191-1/+8
* - Minor mod to reset16.inc to work with newer binutils hopefully this works w...Eric Biederman2003-06-171-0/+7
* - Factoring of auto.cEric Biederman2003-06-111-0/+84