summaryrefslogtreecommitdiffstats
path: root/src/drivers/pc80/tpm/tis.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/pc80/tpm: probe for TPM family of a deviceSergii Dmytruk2024-02-071-25/+79
* include/device/device.h: Remove CHIP_NAME() macroNicholas Sudsgaard2024-01-311-1/+1
* security/tpm/: turn tis_{init,open} into tis_probeSergii Dmytruk2023-11-131-6/+23
* treewide: convert to tpm_result_tJon Murphy2023-09-281-88/+85
* treewide: convert to %#x hex printsJon Murphy2023-09-281-4/+4
* drivers/pc80/tpm: Rename tis_probe to tis_initJon Murphy2023-09-181-14/+3
* drivers/pc80/tpm: Silence warnings when CONFIG_TPM is unsetArthur Heymans2023-09-151-0/+7
* drivers/pc80/tpm: Add Infineon SLB9672 IDTim Crawford2023-07-171-0/+1
* pc80/tpm: Use newer function for resource declarationsArthur Heymans2023-07-121-1/+1
* Revert "security/tpm/: turn tis_{init,open} into tis_probe"Sergii Dmytruk2022-12-231-21/+21
* Revert "drivers/pc80/tpm: probe for TPM family of a device"Sergii Dmytruk2022-12-231-78/+24
* drivers/pc80/tpm: probe for TPM family of a deviceSergii Dmytruk2022-12-211-24/+78
* security/tpm/: turn tis_{init,open} into tis_probeSergii Dmytruk2022-12-211-21/+21
* security/tpm: remove tis_close()Sergii Dmytruk2022-12-051-52/+14
* device/resource: Add _kb postfix for resource allocatorsKyösti Mälkki2022-06-221-1/+1
* drivers/pc80/tpm/tis.c: Use fixed TPM ACPI pathMichał Kopeć2022-03-231-6/+2
* drivers/pc80/tpm: Use '%u' as printf formatter for unsigned variablesWerner Zeh2021-10-251-5/+5
* drivers/pc80/tpm: Use stopwatch for timeout-loopsWerner Zeh2021-10-251-17/+19
* drivers/pc80/tpm: Fix wrong debug messageWerner Zeh2021-10-131-1/+1
* Add Kconfig TPMKyösti Mälkki2021-05-261-1/+1
* drivers/tpm: Move PPI stubPatrick Rudolph2020-11-221-122/+6
* drivers/pc80/tpm: Remove support code if TPM is disabledKyösti Mälkki2020-07-051-2/+3
* drivers/pc80/tpm/tis: Add x86_64 supportPatrick Rudolph2020-07-051-1/+1
* src: Substitute `__FUNCTION__` with `__func__`Angel Pons2020-06-211-1/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-021-3/+3
* device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh2020-04-281-1/+1
* drivers/pc80/tpm/tis.c: change the _HID and _CID for TPM2 deviceMichał Żygowski2020-04-071-5/+10
* src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-061-12/+2
* Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber2020-04-021-2/+2
* acpi: Be more ACPI compliant when generating _UIDPatrick Rudolph2020-01-091-1/+1
* {drivers,southbridge}: Replace min() with MIN()Elyes HAOUAS2019-12-201-2/+2
* security/tpm: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-291-4/+3
* drivers/pc80/tpm: Replace __RAMSTAGE_ guardsKyösti Mälkki2019-11-211-5/+5
* src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth2019-10-271-1/+1
* AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS fileMartin Roth2019-10-221-3/+0
* drivers/pc80/tpm: add support for TPM emulator SwTPM 2.0 moduleTsung Ho Wu2019-06-271-0/+8
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-7/+7
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* src/drivers: Remove needless '&' on function pointersElyes HAOUAS2019-01-231-4/+4
* src/drivers/pc80/tpm/tis.c: Dont use port value when invalid.Frans Hendriks2018-10-291-1/+3
* src: Remove unneeded whitespaceElyes HAOUAS2018-10-231-1/+1
* drivers/pc80/tpm: add support for SLB9665 TPM2.0 moduleKamil Wcislo2018-08-111-1/+2
* src/drivers: Fix typoElyes HAOUAS2018-08-101-1/+1
* src/{device,drivers}: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-07-091-4/+4
* drivers/pc80/tpm: get ioport from pnp recordsKevin Cody-Little2018-05-131-1/+3
* drivers/pc80/tpm: Add some optional delay to tis_readresponse()Bill XIE2018-04-161-0/+8
* security/tpm: Change TPM naming for different layers.Philipp Deppenwiese2018-01-181-0/+992