summaryrefslogtreecommitdiff
path: root/src/pc80/mc146818rtc.c
AgeCommit message (Expand)Author
2011-01-21Typo. s,CMOS_COMPONENT,CBFS_COMPONENT,.Patrick Georgi
2011-01-18Report if cmos_layout.bin can't be found when it should.Patrick Georgi
2011-01-18Move option table (cmos.layout's binary representation)Patrick 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-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-03-29Don't include option_table.h every time we include mc146818rtc.h, that was aStefan Reinauer
2010-03-29This patch drops the coreboot CMOS checksum ranges from Kconfig becauseStefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-03-17fix minor warnings in RTC code when HAVE_OPTION_TABLE is disabled.Stefan Reinauer
2010-01-16RTC: Don't drop the alpha specific code but get it in shape for our Kconfig s...Stefan Reinauer
2009-10-27Add few missing prototypes, and remove few unused (thus lonelly) variables.Maciej Pijanka
2009-10-24A (hypothetical southbridge) component might provide functionality that is notStefan 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
2009-04-22* Allow coreboot to use the full 256 bytes of CMOS memoryStefan Reinauer
2008-01-18rename linuxbios_* files, too.Stefan Reinauer
2005-09-12Don't write to CMOS when HAVE_OPTION_TABLE = 0.Steven J. Magnani
2005-01-07fixed indentationLi-Ta Lo
2004-03-26cleanup code to remove warningsGreg Watson
2003-04-22- Initial checkin of the freebios2 treeEric Biederman