Age | Commit message (Expand) | Author |
2015-02-16 | nvram: Add option to reset NVRAM to default parameters on every boot | Timothy Pearson |
2015-02-15 | x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer | Kevin Paul Herbert |
2015-02-14 | drivers/xpowers/axp209: Print a message when probing fails | Alexandru Gagniuc |
2015-02-13 | Fix source code permissions | Stefan Reinauer |
2015-02-12 | drivers/xgi: Fix user-visible typo in printk | Timothy Pearson |
2015-02-09 | fsp_baytrail: Get FSP reserved memory from the FSP HOB list | Martin Roth |
2015-02-06 | drivers/pc80/mc146818rtc: Reduce superfluous preprocessor use | Alexandru Gagniuc |
2015-02-06 | drivers/xgi: Fix legacy VGA text mode initialization | Timothy Pearson |
2015-02-05 | drivers/xgi/z9s: Port Linux framebuffer initialization to coreboot | Timothy Pearson |
2015-01-31 | FSP platforms: Clear area in CAR for cbmem | Martin Roth |
2015-01-29 | drivers/intel/fsp: Add find_saved_temp_mem() | Martin Roth |
2015-01-27 | drivers/intel/fsp: Add HOB tools to work with GUIDs | Martin Roth |
2015-01-16 | coreboot tpm: Fix printk format specifiers | Furquan Shaikh |
2015-01-15 | drivers/i2c/w83795: Fix tautology from wrong return type | Edward O'Callaghan |
2015-01-09 | elog: Add ELOG_TYPE_BOOT event using fake boot count if necessary | David Hendricks |
2015-01-09 | spi: Add Spansion flash S25FL128P | Vadim Bendebury |
2015-01-06 | Revert "Re-factor 'to_flash_offset()' into 'spi_flash.h'" | Kyösti Mälkki |
2015-01-06 | doxygen fixes: change @var to @param var | Martin Roth |
2015-01-06 | drivers/intel/fsp: split the UEFI HOB functions into hob.c | Martin Roth |
2015-01-06 | Re-factor 'to_flash_offset()' into 'spi_flash.h' | Edward O'Callaghan |
2014-12-30 | elog: Use the RTC driver interface instead of reading CMOS directly. | Gabe Black |
2014-12-30 | rtc: Add an RTC driver for the AS3722 PMIC. | Gabe Black |
2014-12-30 | drivers/pc80/mc146818rtc: Assume we always have ALTCENTURY | Gabe Black |
2014-12-30 | SPI: Add Eon EN25S64 support. | Marc Jones |
2014-12-30 | SPI: Fix Eon support | Marc Jones |
2014-12-30 | drivers/spi: Prepare Spansion driver for use in CBFS wrapper | Vadim Bendebury |
2014-12-30 | Provide a common CBFS wrapper for SPI storage | Vadim Bendebury |
2014-12-30 | drivers/spi: add support for another Spansion chip | Vadim Bendebury |
2014-12-30 | rtc: Add an RTC API, and implement it for x86. | Marc Jones |
2014-12-23 | TPM: Fix i2c driver dependency | Kyösti Mälkki |
2014-12-17 | elog: Fix chromium merge issue | Marc Jones |
2014-12-17 | Revert "elog: Use the RTC driver interface instead of reading CMOS directly." | Marc Jones |
2014-12-17 | spi_flash: Move (de-)assertion of /CS to single location | David Hendricks |
2014-12-17 | spi_flash: Differentiate between atomic/manual sequencing | David Hendricks |
2014-12-17 | elog: Use the RTC driver interface instead of reading CMOS directly. | Gabe Black |
2014-12-17 | elog: Isolate some x86-isms | David Hendricks |
2014-12-17 | elog: Do not attempt to init SPI | David Hendricks |
2014-12-16 | spi: Add support for Winbond W25Q32DW | David Hendricks |
2014-12-16 | spi: Make idcode debug print more useful | David Hendricks |
2014-12-16 | i2c: Replace the i2c API. | Gabe Black |
2014-12-15 | elog: Probe for SPI flash on bus indicated by Kconfig variable | David Hendricks |
2014-12-15 | uart8250mem: Add wrapper for MMIO register access | Kyösti Mälkki |
2014-12-09 | vboot: allow for non-memory-mapped VBOOT regions | Aaron Durbin |
2014-12-09 | spi/macronix: Add support for MX25L3239E | Dave Frodin |
2014-12-08 | drivers/intel/fsp/fsp_util.c: Remove attribute,optimize("O0") | Edward O'Callaghan |
2014-12-05 | FSP platform microcode: Update to remove Kconfig variable | Martin Roth |
2014-12-05 | drivers/intel/fsp: add upd macros and #defines | Martin Roth |
2014-12-03 | SPI: Add vendor Atmel | Kyösti Mälkki |
2014-12-03 | SPI: Add Macronix part MX25U12835F | Kyösti Mälkki |
2014-11-28 | drivers/i2c/at24rf08c/lenovo_serials.c: Use NULL over '0' | Edward O'Callaghan |
2014-11-28 | drivers/i2c/at24rf08c/lenovo_serials.c: Upper-case'ify | Edward O'Callaghan |
2014-11-23 | usbdebug: Some fix for dongle compatibility | Kyösti Mälkki |
2014-11-23 | usbdebug: Reduce bus reset delays | Kyösti Mälkki |
2014-11-23 | usbdebug: Refactor descriptor probing of dongle | Kyösti Mälkki |
2014-11-23 | usbdebug: Move initialisation of the optional hub | Kyösti Mälkki |
2014-11-23 | usbdebug: Refactor on EHCI memory space | Kyösti Mälkki |
2014-11-23 | usbdebug: Fix migration to ramstage | Kyösti Mälkki |
2014-11-22 | drivers/net/ne2k.c: Fix regression | Edward O'Callaghan |
2014-11-20 | Replace includes of build.h with version.h | Kyösti Mälkki |
2014-11-19 | acpigen: Use implicit length patching in acpigen_write_resourcetemplate_footer | Vladimir Serbinenko |
2014-11-19 | acpigen: Add and use acpigen_write_device. | Vladimir Serbinenko |
2014-11-19 | acpigen: Add and use acpigen_write_method. | Vladimir Serbinenko |
2014-11-11 | drivers/intel/gma/intel_dp.c: Fix printf type-specifier | Edward O'Callaghan |
2014-11-09 | lenovo/wacom: Move to implicit length patching | Vladimir Serbinenko |
2014-11-07 | drivers/ioapic: DEVICE_NOOP some stub function callbacks | Edward O'Callaghan |
2014-11-07 | drivers/net/ne2k.c: Collect headers and defines to top of file | Edward O'Callaghan |
2014-11-02 | intel_wifi: Export the SMBIOS structure required by intel driver. | Vladimir Serbinenko |
2014-11-01 | drivers: Use DEVICE_NOOP macro over dummy symbol | Edward O'Callaghan |
2014-10-27 | {arch,cpu,drivers,ec}: Don't hide pointers behind typedefs | Edward O'Callaghan |
2014-10-27 | drivers/spi: add Macronix MX25U6435F and MX25L6495F support | Idwer Vollering |
2014-10-27 | lenovo/x2[23]0: Handle Ricoh SD cardreader | Vladimir Serbinenko |
2014-10-22 | cmos: Rename the CMOS related functions. | Gabe Black |
2014-10-22 | tpm: i2c: When probing the TPM, write a 0 into the TPM access register. | Gabe Black |
2014-10-19 | x86 romstage: Move stack just below RAMTOP | Kyösti Mälkki |
2014-10-17 | drivers/spi: Add support for Micron N25Q128 | Scott Radcliffe |
2014-10-16 | uarts: 32/64 cleanup | Ronald G. Minnich |
2014-09-29 | intel/fsp_baytrail: Add S3 suspend/resume Support | Mohan D'Costa |
2014-09-29 | spi: Add support for Winbond W25Q128FW | Mohan D'Costa |
2014-09-17 | spi: add Kconfig variable for dual-output read enable | David Hendricks |
2014-09-13 | intel/gma: consolidate vbt code | Vladimir Serbinenko |
2014-09-11 | Move nehalem/sandy/ivy to per-device acpi | Vladimir Serbinenko |
2014-09-10 | tpm: Clean up I2C TPM driver | Stefan Reinauer |
2014-09-08 | Haswell/falco/peppy/slippy: continue to clean up FUI. | Ronald G. Minnich |
2014-09-08 | ARM: Generalize armv7 as arm. | Gabe Black |
2014-09-05 | Consolidate intel vga int15 hooks | Vladimir Serbinenko |
2014-09-04 | drivers/gma: remove unused code | Ronald G. Minnich |
2014-08-30 | lenovo: Read mainboard version from AT24RF08C. | Vladimir Serbinenko |
2014-08-28 | qemu: fix cirrus build | Gerd Hoffmann |
2014-08-28 | qemu: fix bochs build | Gerd Hoffmann |
2014-08-28 | Peppy/Haswell: move more support functions from mainboard to the intel i915 d... | Ronald G. Minnich |
2014-08-25 | intel/gma: Clarify code and use dedicated init for Google Peppy | Ronald G. Minnich |
2014-08-25 | UART 8250: Unconditionally provide register constants and use UART8250 prefix. | Gabe Black |
2014-08-13 | Falco/Slippy: Patch to refactor haswell/gma.c and mainboard/google/slippy/i91... | Furquan Shaikh |
2014-08-10 | drivers: Add I2C TPM driver to coreboot | Stefan Reinauer |
2014-07-29 | x230: Deploy VBT | Vladimir Serbinenko |
2014-07-21 | src/drivers: Remove a trailing whitespace | Elyes HAOUAS |
2014-07-19 | lenovo/x60: Support digitizer on X60t and X201t. | Vladimir Serbinenko |
2014-07-17 | drivers/spi: Sanitize headers from preprocessor abuse | Edward O'Callaghan |
2014-07-17 | drivers,Makefile.inc: Trivial - drop trailing blank lines at EOF | Edward O'Callaghan |
2014-07-15 | drivers/intel/fsp/fsp_util: 'long unsigned int' is 'unsigned long' | Edward O'Callaghan |