summaryrefslogtreecommitdiff
path: root/src/security/tpm/tss
AgeCommit message (Expand)Author
2023-09-25treewide: Adopt TCG standard namingJon Murphy
2023-09-22security/tpm: Remove unnecessary tss_common.hJon Murphy
2023-09-18drivers/tpm: Make temp test value naming consistentJon Murphy
2023-09-14vc/google/chromeos: Move clear_ec_ap_idle() to common codeDerek Huang
2023-08-14commonlib,console,nb,sb,security: Add SPDX licenses to MakefilesMartin Roth
2023-01-10chromeos/cr50_enable_update.c: Clear EC AP_IDLE flagDerek Huang
2022-12-23Revert "security/tpm/: turn tis_{init,open} into tis_probe"Sergii Dmytruk
2022-12-21security/tpm/: turn tis_{init,open} into tis_probeSergii Dmytruk
2022-11-22security: Remove unnecessary space after castsElyes Haouas
2022-11-12security/tpm: improve tlcl_extend() signatureSergii Dmytruk
2022-09-30drivers/crb: Add SMBIOS hook to generate type 43 TPM DeviceMichał Żygowski
2022-09-15src/security: Use "if (!ptr)" in preference to "if (ptr == NULL)"Elyes Haouas
2022-08-29drivers/i2c/tpm: Remove TI50_FIRMWARE_VERSION_NOT_SUPPORTEDReka Norman
2022-08-21tpm: Correct TI50_FIRMWARE_VERSION_NOT_SUPPORTED help textYu-Ping Wu
2022-06-08drivers/tpm/cr50: Add TPM IRQ timeout Kconfig optionYu-Ping Wu
2022-05-16drivers/i2c/tpm: Work around missing firmware_version in Ti50 < 0.0.15Reka Norman
2022-04-21tpm: Refactor TPM Kconfig dimensionsJes B. Klinke
2022-02-07treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner
2021-11-17security/tpm/tcg-2.0: Handle TPM_RC_NV_RANGE return codeKarthikeyan Ramasubramanian
2021-10-05src/mainboard to src/security: Fix spelling errorsMartin Roth
2021-06-15tpm/tss: Remove local variablePatrick Georgi
2021-06-10security/tpm/tss/tcg-2.0: Add `tlcl_set_bits()`Aseda Aboagye
2021-05-27tpm: Remove USER_TPMx options, make TPM1/TPM2 menuconfig visibleJulius Werner
2021-05-13src/security/tpm: Deal with zero length tlcl writesPatrick Georgi
2021-03-05security/tpm/tss/vendor/cr50: Introduce vendor sub-command to reset ECKarthikeyan Ramasubramanian
2021-02-09security/tpm/tss/vendor/cr50/cr50.c: Fix typoElyes HAOUAS
2021-01-19security/tpm/tss/tcg-1.2/tss.c: Use __func__Elyes HAOUAS
2020-09-21src/security: Drop unneeded empty linesElyes HAOUAS
2020-09-21security/tpm/tss/tcg-2.0: add const to marshalling functionsCaveh Jalali
2020-08-20drivers/spi/tpm: Enable long cr50 ready pulses for Tiger Lake systemsJes Klinke
2020-07-09security/tpm/tss/tcg-1.2/tss.c: Drop dead codeAngel Pons
2020-06-02src: Remove redundant includesElyes HAOUAS
2020-05-25security/tpm: Use SPDX identifiersJacob Garber
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-08security: tcg-2.0: Ignore data payload for errors, fix Cr50 boot modeJulius Werner
2020-05-08{security,soc}/*/Kconfig: Replace GPLv2 long form headers with SPDX headerElyes HAOUAS
2020-04-23vboot: Add permission check for kernel spaceDaisuke Nojiri
2020-04-17TPM: Add tlcl_cr50_get_boot_modednojiri
2020-04-04src/security: Use SPDX for GPL-2.0-only filesAngel Pons
2020-03-17src (minus soc and mainboard): Remove copyright noticesPatrick Georgi
2020-02-04security/tpm/tss: Add ClearControl FunctionChristian Walter
2019-12-19src/security: Remove unused <stdlib.h>Elyes HAOUAS
2019-11-29security/tpm: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans
2019-09-11Revert "security/tpm/tss/tcg-2.0: Add multi digits support to tlcl_extend()"Julius Werner
2019-09-07security/tpm: Use correct hash digest lengthsJacob Garber
2019-09-06security/tpm/tss/tcg-2.0: Add support for algorithmsFrans Hendriks
2019-09-05security/tpm/tss/tcg-2.0: Add multi digits support to tlcl_extend()Frans Hendriks
2019-09-03security/tpm/tss/tcg-2.0: Use tlcl_get_hash_size_from_algo() for hash sizeFrans Hendriks
2019-07-19security/tpm/tss/tcg-2.0: Add TPM2 function tlcl_getcapability()Frans Hendriks
2019-07-01security/tpm/tss/tcg-2.0/tss.c: Add debug message to tlcl_lib_init()Frans Hendriks
2019-04-24security/tpm: Change POWER_OFF_ON_CR50_UPDATE so it can be disabledKeith Short
2019-04-08{src,util}: Correct typo in comment and debug stringFrans Hendriks
2019-03-20src: Use 'include <string.h>' when appropriateElyes HAOUAS
2019-02-13coreboot: check Cr50 PM mode on normal bootKeith Short
2019-01-17tss/tcg-2.0: remove unnecessary break from marshaling codeJoel Kitching
2019-01-17src/security/tpm: query recovery mode from Cr50Keith Short
2018-11-28tss: implement tlcl_save_stateJoel Kitching
2018-11-01src: Add missing include <stdint.h>Elyes HAOUAS
2018-10-30src: Add missing include <stdint.h>Elyes HAOUAS
2018-10-24tpm2/tlcl_send_startup: should pass on TPM_E_INVALID_POSTINITJoel Kitching
2018-10-15vc/google/chromeos/ec: remove EC hibernate in cr50 update pathAaron Durbin
2018-10-08Move compiler.h to commonlibNico Huber
2018-10-05tpm2/tlcl_send_startup: correct TPM2_Startup error logicJoel Kitching
2018-08-17cr50: Allow boards to disable powering off EC on cr50 updateDaisuke Nojiri
2018-08-10src: Fix typoElyes HAOUAS
2018-08-08security/tpm: Report tpm_unmarshal_response warningRichard Spiegel
2018-06-04security/tpm: Unify the coreboot TPM software stackPhilipp Deppenwiese
2018-03-16security/tpm: Fix TPM software stack vulnerabilityzaolin
2018-01-18security/tpm: Move TSS stacks into sub-directoryPhilipp Deppenwiese