summaryrefslogtreecommitdiffstats
path: root/src/security/tpm/tspi/log.c
Commit message (Expand)AuthorAgeFilesLines
* cbmem.h: Drop cbmem_possible_online in favor of ENV_HAS_CBMEMArthur Heymans2023-10-251-1/+1
* security/tpm: Respect CBMEM TPM log sizeJeremy Soller2023-07-181-0/+5
* security/tpm/tspi: Fix preram TPM log max entriesJeremy Soller2023-03-221-1/+1
* security/tpm: add TPM log format as per 1.2 specSergii Dmytruk2023-03-041-11/+12
* security/tpm/tspi/log.c: fix strncpy() usageSergii Dmytruk2023-01-111-0/+7
* security/tpm: make tspi/crtm.c agnostic to log formatSergii Dmytruk2023-01-111-48/+46
* treewide: stop calling custom TPM log "TCPA"Sergii Dmytruk2023-01-111-51/+53
* CBMEM: Change declarations for initialization hooksKyösti Mälkki2022-05-201-3/+3
* Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTIONKyösti Mälkki2020-05-261-2/+2
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/security: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-13/+2
* security/vboot: Decouple measured boot from verified bootBill XIE2020-03-311-6/+6
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* security/tpm: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-291-1/+0
* src/security: Remove unused #include <fmap.h>Elyes HAOUAS2019-09-151-1/+0
* Split MAYBE_STATIC to _BSS and _NONZERO variantsKyösti Mälkki2019-08-261-2/+2
* tpm/tspi: include vb2_sha for vb2_get_hash_algorithm_nameJoel Kitching2019-08-081-0/+1
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-3/+3
* security/tpm: Fix TCPA log featurePhilipp Deppenwiese2019-03-071-32/+127
* security/tpm: Check for NULL pointerFurquan Shaikh2018-08-071-0/+4
* security/tpm: Improve TCPA log generationPhilipp Deppenwiese2018-08-031-22/+25
* security/tpm/tspi: Set return type of tcpa_log_add_table_entry as voidFurquan Shaikh2018-07-311-7/+5
* security/tpm: Add TCPA logging functionalityPhilipp Deppenwiese2018-07-281-0/+75