Age | Commit message (Expand) | Author |
2019-10-23 | drivers/pc80/rtc: Avoid searching for cmos_layout.bin on each get/set_option | Arthur Heymans |
2019-10-22 | AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS file | Martin Roth |
2019-09-13 | drivers/pc80: Remove some __PRE_RAM__ and __SMM__ | Kyösti Mälkki |
2019-07-08 | drivers/pc80: Move UDELAY_IO and UDELAY_TIMER2 | Kyösti Mälkki |
2019-07-02 | drivers/pc80/rtc/mc146818rtc_boot: Use size_t for length | Elyes HAOUAS |
2019-06-27 | drivers/pc80/tpm: add support for TPM emulator SwTPM 2.0 module | Tsung Ho Wu |
2019-05-29 | src/{device,drivers}: Add missing 'include <types.h>' | Elyes HAOUAS |
2019-05-06 | Fix code that would trip -Wtype-limits | Julius Werner |
2019-04-05 | drivers/pc80/rtc/mc146818rtc.c: Reset RTC time on RTC power failure | Frans Hendriks |
2019-03-25 | Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX) | Julius Werner |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-04 | device/mmio.h: Add include file for MMIO ops | Kyösti Mälkki |
2019-02-08 | drivers/keyboard: Fix spelling of *interface* | Paul Menzel |
2019-01-23 | src/drivers: Remove needless '&' on function pointers | Elyes HAOUAS |
2018-11-09 | drivers/*/tpm: Add postcar target | Philipp Deppenwiese |
2018-10-29 | src/drivers/pc80/tpm/tis.c: Dont use port value when invalid. | Frans Hendriks |
2018-10-23 | src: Remove unneeded whitespace | Elyes HAOUAS |
2018-08-28 | src/drivers/pc80/pc: Remove unneeded include | Elyes HAOUAS |
2018-08-20 | drivers/pc80/rtc: do not warn if CMOS options are unavailable | Stefan Tauner |
2018-08-11 | drivers/pc80/tpm: add support for SLB9665 TPM2.0 module | Kamil Wcislo |
2018-08-10 | src/drivers: Fix typo | Elyes HAOUAS |
2018-07-09 | src/{device,drivers}: Use "foo *bar" instead of "foo* bar" | Elyes HAOUAS |
2018-07-03 | drivers/pc80/vga: Fix coding style | Elyes HAOUAS |
2018-06-28 | vboot: Fix linking error with USE_OPTION_TABLE enabled | Patrick Rudolph |
2018-06-04 | security/tpm: Unify the coreboot TPM software stack | Philipp Deppenwiese |
2018-05-13 | drivers/pc80/tpm: get ioport from pnp records | Kevin Cody-Little |
2018-04-16 | drivers/pc80/tpm: Add some optional delay to tis_readresponse() | Bill XIE |
2018-01-18 | security/tpm: Change TPM naming for different layers. | Philipp Deppenwiese |
2018-01-18 | security/tpm: Move tpm TSS and TSPI layer to security section | Philipp Deppenwiese |
2017-12-14 | drivers/pc80/tpm: Remove unused ACPI opregion | Duncan Laurie |
2017-10-22 | security/vboot: Move vboot2 to security kconfig section | Philipp Deppenwiese |
2017-09-20 | vboot: remove init_vbnv_cmos() | Aaron Durbin |
2017-09-14 | device: acpi_name() should take a const struct device | Aaron Durbin |
2017-07-28 | src/drivers: Fix checkpatch warning: no spaces at the start of a line | Martin Roth |
2017-07-26 | Port cmos.default handling to C environment bootblock | Nico Huber |
2017-07-26 | drivers/pc80/rtc: Build for bootblock and postcar stages too | Nico Huber |
2017-07-13 | src/drivers: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-05-22 | Kconfig: Move and clean up CONFIG_VGA | Nico Huber |
2017-05-13 | drivers/pc80/rtc: Rename mc146818rtc_early.c -> _romcc.c | Nico Huber |
2017-05-05 | drivers/pc80/tpm: Fix missing tis_close() function | Philipp Deppenwiese |
2017-04-24 | *.asl: Remove obsolete reference to TPM ASL file | Patrick Rudolph |
2017-02-22 | acpi: Add ACPI_ prefix to IRQ enum and struct names | Furquan Shaikh |
2017-02-20 | src/drivers/pc80: Update vga_font_8x16.c to be non-binary | Martin Roth |
2017-02-14 | drivers/pc80/tpm: Update default acpi path | Tobias Diedrich |
2017-01-26 | drivers/pc80/rtc: Check cmos checksum BEFORE reading cmos value | Martin Roth |
2016-12-16 | drivers/pc80/tpm: Set default TPM acpi path if unset | Philipp Deppenwiese |
2016-12-13 | pc80: Move set_boot_successful() | Kyösti Mälkki |
2016-11-28 | Build system: Update HAVE_CMOS_DEFAULT | Martin Roth |
2016-11-24 | driver/pc80/tpm: Runtime generate ACPI table for TPM driver | Naresh G Solanki |
2016-11-17 | rtc: Force negative edge on SET after battery replacement | Marshall Dawson |
2016-11-17 | rtc: Check update-in-progress bit | Marshall Dawson |
2016-11-14 | drivers/pc80/tpm: Select TPM device name based on Kconfig option | Subrata Banik |
2016-10-02 | Kconfig: Update default hex values to start with 0x | Martin Roth |
2016-09-21 | Makefiles: update cbfs types from bare numbers to values | Martin Roth |
2016-07-31 | src/drivers: Capitalize CPU, RAM and ACPI | Elyes HAOUAS |
2016-05-06 | rtc: Do checksum check for all bytes | Stefan Reinauer |
2016-04-19 | kbuild: Allow drivers to fit src/drivers/[X]/[Y]/ scheme | Stefan Reinauer |
2016-03-10 | northbridge/intel/i440bx: Unify UDELAY selection | Stefan Reinauer |
2016-03-05 | tpm/acpi/tpm.asl: Only include tpm.asl if tpm is enabled | Martin Roth |
2016-02-26 | tree wide: Convert "if (CONFIG_.*_TPM.*)" to "if (IS_ENABLED(...))" | Denis 'GNUtoo' Carikli |
2016-02-18 | acpi/tpm: Gracefully handle missing TPM module. | Tobias Diedrich |
2016-02-01 | drivers/pc80: Add PS/2 mouse presence detect | Timothy Pearson |
2015-12-18 | drivers/pc80: Add optional spinlock for nvram CBFS access | Timothy Pearson |
2015-12-06 | Remove #ifdef checks on Kconfig symbols | Martin Roth |
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-10-27 | tpm: acpi: Add support for TPM PIRQ | Duncan Laurie |
2015-10-14 | x86: add standalone verstage support | Aaron Durbin |
2015-09-28 | tpm: acpi: Make _CRS method serialized | Duncan Laurie |
2015-09-09 | drivers/pc80: Do not initialize PS2 keyboard by default | Alexandru Gagniuc |
2015-09-08 | drivers/pc80/tpm: Set "Found TPM" message to BIOS_INFO level | Duncan Laurie |
2015-08-09 | drivers/pc80/i8254.c: Indent with GNU indent 2.2.11 | Paul Menzel |
2015-06-07 | Fix Kconfig whitespace. | Martin Roth |
2015-06-02 | tpm: Add dummy _DSM to make Bitlocker happy. | Vladimir Serbinenko |
2015-06-02 | cbfs: new API and better program loading | Aaron Durbin |
2015-06-02 | TPM: Add Infineon SLB9670 SPI TPM support | Wenkai Du |
2015-05-29 | tpm: Add Infineon TPM 1.2 support | Subrata |
2015-05-29 | tpm: Fix multiple device support | Subrata |
2015-05-27 | Deactivate TPM | Vladimir Serbinenko |
2015-05-27 | Move TPM code out of chromeos | Vladimir Serbinenko |
2015-05-23 | Hide TPM_TIS_BASE_ADDRESS | Vladimir Serbinenko |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-05-07 | kbuild: Use wildcard for driver subdirectories | Stefan Reinauer |
2015-04-22 | rtc: add config flag to denote rtc API availability | Patrick Georgi |
2015-04-21 | Unify byte order macros and clrsetbits | Julius Werner |
2015-04-21 | arm(64): Manually clean up the mess left by write32() transition | Julius Werner |
2015-04-21 | arm(64): Globally replace writel(v, a) with write32(a, v) | Julius Werner |
2015-04-13 | tpm: Only expose base address Kconfig option when enabled | Patrick Georgi |
2015-04-10 | tpm: Remove error message for unknown resource type | Duncan Laurie |
2015-04-10 | tpm: Add ramstage driver and interrupt configuration | Duncan Laurie |
2015-04-10 | tpm: Move the LPC TPM driver to a subdirectory | Duncan Laurie |
2015-04-07 | kconfig: drop intermittend forwarder files | Stefan Reinauer |
2015-03-29 | drivers/pc80/mc146818rtc_early: Honor Kconfig reboot count clear setting | Timothy Pearson |
2015-02-23 | drivers/pc80/mc146818rtc: Enable RTC reset on power loss | Werner Zeh |
2015-02-16 | nvram: Add option to reset NVRAM to default parameters on every boot | Timothy Pearson |
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-12-30 | rtc: Add an RTC API, and implement it for x86. | Marc Jones |
2014-11-20 | Replace includes of build.h with version.h | Kyösti Mälkki |
2014-10-22 | cmos: Rename the CMOS related functions. | Gabe Black |