summaryrefslogtreecommitdiff
path: root/src/drivers/pc80/tpm
AgeCommit message (Expand)Author
2020-07-05drivers/pc80/tpm: Remove support code if TPM is disabledKyösti Mälkki
2020-07-05drivers/pc80/tpm/tis: Add x86_64 supportPatrick Rudolph
2020-07-04drivers/pc80/tpm: Remove LPC_TPMKyösti Mälkki
2020-06-21src: Substitute `__FUNCTION__` with `__func__`Angel Pons
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-02acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh
2020-04-28device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh
2020-04-07drivers/pc80/tpm/tis.c: change the _HID and _CID for TPM2 deviceMichał Żygowski
2020-04-06src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons
2020-04-02Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber
2020-01-09acpi: Be more ACPI compliant when generating _UIDPatrick Rudolph
2019-12-20{drivers,southbridge}: Replace min() with MIN()Elyes HAOUAS
2019-11-29security/tpm: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans
2019-11-21drivers/pc80/tpm: Replace __RAMSTAGE_ guardsKyösti Mälkki
2019-10-27src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth
2019-10-22AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS fileMartin Roth
2019-06-27drivers/pc80/tpm: add support for TPM emulator SwTPM 2.0 moduleTsung Ho Wu
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-04device/mmio.h: Add include file for MMIO opsKyösti Mälkki
2019-01-23src/drivers: Remove needless '&' on function pointersElyes HAOUAS
2018-11-09drivers/*/tpm: Add postcar targetPhilipp Deppenwiese
2018-10-29src/drivers/pc80/tpm/tis.c: Dont use port value when invalid.Frans Hendriks
2018-10-23src: Remove unneeded whitespaceElyes HAOUAS
2018-08-11drivers/pc80/tpm: add support for SLB9665 TPM2.0 moduleKamil Wcislo
2018-08-10src/drivers: Fix typoElyes HAOUAS
2018-07-09src/{device,drivers}: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS
2018-06-04security/tpm: Unify the coreboot TPM software stackPhilipp Deppenwiese
2018-05-13drivers/pc80/tpm: get ioport from pnp recordsKevin Cody-Little
2018-04-16drivers/pc80/tpm: Add some optional delay to tis_readresponse()Bill XIE
2018-01-18security/tpm: Change TPM naming for different layers.Philipp Deppenwiese
2018-01-18security/tpm: Move tpm TSS and TSPI layer to security sectionPhilipp Deppenwiese
2017-12-14drivers/pc80/tpm: Remove unused ACPI opregionDuncan Laurie
2017-09-14device: acpi_name() should take a const struct deviceAaron Durbin
2017-07-28src/drivers: Fix checkpatch warning: no spaces at the start of a lineMartin Roth
2017-05-05drivers/pc80/tpm: Fix missing tis_close() functionPhilipp Deppenwiese
2017-04-24*.asl: Remove obsolete reference to TPM ASL filePatrick Rudolph
2017-02-22acpi: Add ACPI_ prefix to IRQ enum and struct namesFurquan Shaikh
2017-02-14drivers/pc80/tpm: Update default acpi pathTobias Diedrich
2016-12-16drivers/pc80/tpm: Set default TPM acpi path if unsetPhilipp Deppenwiese
2016-11-24driver/pc80/tpm: Runtime generate ACPI table for TPM driverNaresh G Solanki
2016-11-14drivers/pc80/tpm: Select TPM device name based on Kconfig optionSubrata Banik
2016-10-02Kconfig: Update default hex values to start with 0xMartin Roth
2016-04-19kbuild: Allow drivers to fit src/drivers/[X]/[Y]/ schemeStefan Reinauer
2016-03-05tpm/acpi/tpm.asl: Only include tpm.asl if tpm is enabledMartin Roth
2016-02-26tree wide: Convert "if (CONFIG_.*_TPM.*)" to "if (IS_ENABLED(...))"Denis 'GNUtoo' Carikli
2016-02-18acpi/tpm: Gracefully handle missing TPM module.Tobias Diedrich
2015-12-06Remove #ifdef checks on Kconfig symbolsMartin Roth
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-27tpm: acpi: Add support for TPM PIRQDuncan Laurie
2015-10-14x86: add standalone verstage supportAaron Durbin