Age | Commit message (Expand) | Author |
2016-04-19 | kbuild: Allow drivers to fit src/drivers/[X]/[Y]/ scheme | Stefan Reinauer |
2016-02-01 | drivers/pc80: Add PS/2 mouse presence detect | Timothy Pearson |
2015-11-03 | drivers/pc80: Rework normal / fallback selector code | Timothy Pearson |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-07-12 | Verify Kconfigs symbols are not zero for hex and int type symbols | Martin Roth |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-02-06 | drivers/pc80/mc146818rtc: Reduce superfluous preprocessor use | Alexandru Gagniuc |
2014-12-30 | drivers/pc80/mc146818rtc: Assume we always have ALTCENTURY | Gabe Black |
2014-10-22 | cmos: Rename the CMOS related functions. | Gabe Black |
2014-09-10 | tpm: Clean up I2C TPM driver | Stefan Reinauer |
2014-06-29 | include/pc80/mc146818rtc.h: Inconsequential, comment ifdef maze | Edward O'Callaghan |
2014-06-25 | pc80/mc146818rtc.h: Has X86 specific inlines without guards | Edward O'Callaghan |
2014-06-25 | include/pc80/mc146818rtc.h: Move include to top of file | Edward O'Callaghan |
2014-06-11 | PIC i8259: Move #defines and functions to i8259.h | Mike Loptien |
2014-05-13 | src/*: Remove the last remnants of struct keyboard | Edward O'Callaghan |
2014-05-13 | src/drivers/pc80: Remove empty struct keyboard | Edward O'Callaghan |
2014-04-20 | drivers/elog: Fix implicit function declaration issue | Edward O'Callaghan |
2013-11-26 | Log device path into CMOS during probe stages | Duncan Laurie |
2013-11-26 | Extend CMOS POST code logging to store extra data | Duncan Laurie |
2013-11-25 | pc80/mc146818rtc: Return an error code rather than an integer | Alexandru Gagniuc |
2013-07-11 | include: Fix spelling | Martin Roth |
2013-05-10 | Drop prototype guarding for romcc | Stefan Reinauer |
2013-03-01 | GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« | Paul Menzel |
2012-11-19 | mc146818rtc: disable RTC before writing to nvram | Patrick Georgi |
2012-11-09 | mc146818rtc: Remove the hyphen to build on NetBSD and Darwin | Zheng Bao |
2012-11-08 | Log unexpected post code from the previous boot | Duncan Laurie |
2012-11-08 | Add support for storing POST codes in CMOS | Duncan Laurie |
2012-11-07 | RTC: Write build date in BCD when clearing RTC CMOS | Duncan Laurie |
2012-08-02 | RTC: Add a routine to check if the CMOS date is valid | zbao |
2012-07-24 | RTC: Add defines for standard clock offsets | Duncan Laurie |
2012-04-27 | Move top level pc80 directory to drivers/ | Stefan Reinauer |
2012-03-30 | Add TPM support to coreboot | Stefan Reinauer |
2012-03-28 | Add cmos helper functions for reading/writing a dword | Duncan Laurie |
2011-12-13 | Fix CMOS handling for non-USE_OPTION_TABLE configuration | Patrick Georgi |
2011-10-13 | Enable/fix compilation of i8254 code in ram stage. | Stefan Reinauer |
2011-09-12 | Miscellaneous AMD F14 warning fixes | efdesign98 |
2011-06-15 | CMOS: add set_option() | Sven Schnelle |
2011-05-10 | Change read_option() to a macro that wraps some API uglyness | Patrick Georgi |
2010-09-25 | - Fix race condition in option_table.h generation by moving the include | Stefan Reinauer |
2010-09-02 | Revert 5762. It silently broke a lot of boards because abuild was broken. | Myles Watson |
2010-09-01 | Fix race condition in option_table.h generation by moving the include statement | Stefan Reinauer |
2010-07-06 | Re-integrate "USE_OPTION_TABLE" code. | Edwin Beasant |
2010-03-29 | Don't include option_table.h every time we include mc146818rtc.h, that was a | Stefan Reinauer |
2010-03-29 | - include option_table.h when it is created, and that's HAVE_OPTION_TABLE | Stefan Reinauer |
2010-03-29 | This patch drops the coreboot CMOS checksum ranges from Kconfig because | Stefan Reinauer |
2010-02-23 | Remove nonsensical wrapper for function in | Stefan Reinauer |
2010-02-15 | Various license header consistency fixes (trivial). | Uwe Hermann |
2009-11-05 | http://www.coreboot.org/pipermail/coreboot/2007-October/025740.html | Stefan Reinauer |
2009-10-23 | drop a lot of dead code, including an old winbond southbridge from our removed | Stefan Reinauer |
2009-10-20 | Fix #if CONFIG_VGA==1 -> #if CONFIG_VGA. | Myles Watson |