summaryrefslogtreecommitdiffstats
path: root/src/pc80/mc146818rtc.c
Commit message (Expand)AuthorAgeFilesLines
* Move top level pc80 directory to drivers/Stefan Reinauer2012-04-271-340/+0
* Fix checksum calculation both in romstage and ramstage.Stefan Reinauer2011-10-281-3/+3
* Fix our CMOS checksum algorithm so it matches what /dev/nvram expectsStefan Reinauer2011-10-171-1/+0
* rework RTC driver output to make it more consistent.Stefan Reinauer2011-10-171-5/+8
* CMOS: add set_option()Sven Schnelle2011-06-151-0/+83
* Typo. s,CMOS_COMPONENT,CBFS_COMPONENT,.Patrick Georgi2011-01-211-1/+1
* Report if cmos_layout.bin can't be found when it should.Patrick Georgi2011-01-181-0/+4
* Move option table (cmos.layout's binary representation)Patrick Georgi2011-01-181-2/+2
* - 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-3/+0
* Fix race condition in option_table.h generation by moving the include statementStefan Reinauer2010-09-011-0/+3
* Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant2010-07-061-31/+5
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-5/+5
* Don't include option_table.h every time we include mc146818rtc.h, that was aStefan Reinauer2010-03-291-1/+4
* This patch drops the coreboot CMOS checksum ranges from Kconfig becauseStefan Reinauer2010-03-291-4/+4
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-4/+4
* fix minor warnings in RTC code when HAVE_OPTION_TABLE is disabled.Stefan Reinauer2010-03-171-0/+2
* RTC: Don't drop the alpha specific code but get it in shape for our Kconfig s...Stefan Reinauer2010-01-161-4/+4
* Add few missing prototypes, and remove few unused (thus lonelly) variables.Maciej Pijanka2009-10-271-0/+2
* A (hypothetical southbridge) component might provide functionality that is notStefan Reinauer2009-10-241-1/+1
* Add const to get rid of some warnings when passing quoted strings.Myles Watson2009-10-091-1/+1
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-301-8/+8
* Revert "CMOS: Add set_option and rework get_option."Luc Verhaegen2009-06-031-124/+36
* CMOS: Add set_option and rework get_option.Luc Verhaegen2009-06-031-36/+124
* * Allow coreboot to use the full 256 bytes of CMOS memoryStefan Reinauer2009-04-221-32/+42
* rename linuxbios_* files, too.Stefan Reinauer2008-01-181-1/+1
* Don't write to CMOS when HAVE_OPTION_TABLE = 0.Steven J. Magnani2005-09-121-4/+12
* fixed indentationLi-Ta Lo2005-01-071-1/+2
* cleanup code to remove warningsGreg Watson2004-03-261-1/+0
* - Initial checkin of the freebios2 treeEric Biederman2003-04-221-0/+249
OpenPOWER on IntegriCloud