m5a99x-evo: increase ROM size
[coreboot.git] / src / pc80 / mc146818rtc.c
2011-10-28 Stefan ReinauerFix checksum calculation both in romstage and ramstage.
2011-10-17 Stefan ReinauerFix our CMOS checksum algorithm so it matches what...
2011-10-17 Stefan Reinauerrework RTC driver output to make it more consistent.
2011-06-15 Sven SchnelleCMOS: add set_option()
2011-01-21 Patrick GeorgiTypo. s,CMOS_COMPONENT,CBFS_COMPONENT,.
2011-01-18 Patrick GeorgiReport if cmos_layout.bin can't be found when it should.
2011-01-18 Patrick GeorgiMove option table (cmos.layout's binary representation)
2010-09-25 Stefan Reinauer- Fix race condition in option_table.h generation by...
2010-09-02 Myles WatsonRevert 5762. It silently broke a lot of boards because...
2010-09-01 Stefan ReinauerFix race condition in option_table.h generation by...
2010-07-06 Edwin BeasantRe-integrate "USE_OPTION_TABLE" code.
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-03-29 Stefan ReinauerDon't include option_table.h every time we include...
2010-03-29 Stefan ReinauerThis patch drops the coreboot CMOS checksum ranges...
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2010-03-17 Stefan Reinauerfix minor warnings in RTC code when HAVE_OPTION_TABLE...
2010-01-16 Stefan ReinauerRTC: Don't drop the alpha specific code but get it...
2009-10-27 Maciej PijankaAdd few missing prototypes, and remove few unused ...
2009-10-24 Stefan ReinauerA (hypothetical southbridge) component might provide...
2009-10-09 Myles WatsonAdd const to get rid of some warnings when passing...
2009-06-30 Stefan ReinauerThis patch unifies the use of config options in v2...
2009-06-03 Luc VerhaegenRevert "CMOS: Add set_option and rework get_option."
2009-06-03 Luc VerhaegenCMOS: Add set_option and rework get_option.
2009-04-22 Stefan Reinauer* Allow coreboot to use the full 256 bytes of CMOS...
2008-01-18 Stefan Reinauerrename linuxbios_* files, too.
2005-09-12 Steven J. MagnaniDon't write to CMOS when HAVE_OPTION_TABLE = 0.
2005-01-07 Li-Ta Lofixed indentation
2004-03-26 Greg Watsoncleanup code to remove warnings
2003-04-22 Eric Biederman- Initial checkin of the freebios2 tree