summaryrefslogtreecommitdiffstats
path: root/src/drivers/pc80/tpm
Commit message (Expand)AuthorAgeFilesLines
* driver/pc80/tpm: Runtime generate ACPI table for TPM driverNaresh G Solanki2016-11-242-220/+247
* drivers/pc80/tpm: Select TPM device name based on Kconfig optionSubrata Banik2016-11-141-0/+4
* Kconfig: Update default hex values to start with 0xMartin Roth2016-10-021-1/+1
* kbuild: Allow drivers to fit src/drivers/[X]/[Y]/ schemeStefan Reinauer2016-04-191-0/+4
* tpm/acpi/tpm.asl: Only include tpm.asl if tpm is enabledMartin Roth2016-03-051-1/+5
* tree wide: Convert "if (CONFIG_.*_TPM.*)" to "if (IS_ENABLED(...))"Denis 'GNUtoo' Carikli2016-02-262-3/+3
* acpi/tpm: Gracefully handle missing TPM module.Tobias Diedrich2016-02-181-15/+24
* Remove #ifdef checks on Kconfig symbolsMartin Roth2015-12-061-5/+0
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-314-16/+0
* tpm: acpi: Add support for TPM PIRQDuncan Laurie2015-10-272-8/+30
* x86: add standalone verstage supportAaron Durbin2015-10-141-0/+1
* tpm: acpi: Make _CRS method serializedDuncan Laurie2015-09-281-1/+1
* drivers/pc80/tpm: Set "Found TPM" message to BIOS_INFO levelDuncan Laurie2015-09-081-1/+1
* Fix Kconfig whitespace.Martin Roth2015-06-071-4/+4
* tpm: Add dummy _DSM to make Bitlocker happy.Vladimir Serbinenko2015-06-021-0/+92
* TPM: Add Infineon SLB9670 SPI TPM supportWenkai Du2015-06-021-0/+1
* tpm: Add Infineon TPM 1.2 supportSubrata2015-05-291-0/+1
* tpm: Fix multiple device supportSubrata2015-05-291-0/+1
* Deactivate TPMVladimir Serbinenko2015-05-273-5/+31
* Move TPM code out of chromeosVladimir Serbinenko2015-05-273-1/+260
* Hide TPM_TIS_BASE_ADDRESSVladimir Serbinenko2015-05-231-1/+1
* Remove address from GPLv2 headersPatrick Georgi2015-05-213-3/+3
* Unify byte order macros and clrsetbitsJulius Werner2015-04-211-1/+0
* arm(64): Manually clean up the mess left by write32() transitionJulius Werner2015-04-211-4/+0
* arm(64): Globally replace writel(v, a) with write32(a, v)Julius Werner2015-04-211-11/+11
* tpm: Only expose base address Kconfig option when enabledPatrick Georgi2015-04-131-0/+1
* tpm: Remove error message for unknown resource typeDuncan Laurie2015-04-101-3/+0
* tpm: Add ramstage driver and interrupt configurationDuncan Laurie2015-04-105-0/+257
* tpm: Move the LPC TPM driver to a subdirectoryDuncan Laurie2015-04-103-0/+683