index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
security
/
tpm
/
tspi
Age
Commit message (
Expand
)
Author
2024-05-29
tree: Use <stdio.h> for snprintf
Elyes Haouas
2024-04-21
security/tpm/tspi/crtm.c: Fix space required before open brace error
Naveen R. Iyer
2024-03-28
security/tpm: replace CONFIG(TPMx) checks with runtime check
Sergii Dmytruk
2024-03-28
security/tpm: resolve conflicts in TSS implementations
Sergii Dmytruk
2023-10-25
cbmem.h: Drop cbmem_possible_online in favor of ENV_HAS_CBMEM
Arthur Heymans
2023-09-28
treewide: convert to tpm_result_t
Jon Murphy
2023-09-25
treewide: Adopt TCG standard naming
Jon Murphy
2023-09-18
drivers/tpm: Make temp test value naming consistent
Jon Murphy
2023-07-18
security/tpm: Respect CBMEM TPM log size
Jeremy Soller
2023-06-23
commonlib/console/post_code.h: Change post code prefix to POSTCODE
lilacious
2023-04-10
security/tpm: make usage of PCRs configurable via Kconfig
Sergii Dmytruk
2023-03-22
security/tpm/tspi: Fix preram TPM log max entries
Jeremy Soller
2023-03-04
security/tpm: add TPM log format as per 2.0 spec
Sergii Dmytruk
2023-03-04
security/tpm: add TPM log format as per 1.2 spec
Sergii Dmytruk
2023-01-11
security/tpm/tspi/log.c: fix strncpy() usage
Sergii Dmytruk
2023-01-11
security/tpm: make tspi/crtm.c agnostic to log format
Sergii Dmytruk
2023-01-11
treewide: stop calling custom TPM log "TCPA"
Sergii Dmytruk
2022-11-19
security/tpm: make log format configurable via Kconfig
Sergii Dmytruk
2022-11-12
security/tpm: improve tlcl_extend() signature
Sergii Dmytruk
2022-09-02
cbfs/vboot: Adapt to new vb2_digest API
Julius Werner
2022-06-01
cbfs: Rename TYPE_FIT to TYPE_FIT_PAYLOAD
Julius Werner
2022-05-24
security/tpm/crtm: Add a function to measure the bootblock on SoC level
Werner Zeh
2022-05-24
security/tpm/crtm: Use bootblock from FMAP on non x86 platforms
Werner Zeh
2022-05-24
security/tpm/crtm.c: Fix !CONFIG_BOOTBLOCK_IN_CBFS measuring
Arthur Heymans
2022-05-20
CBMEM: Change declarations for initialization hooks
Kyösti Mälkki
2022-05-11
security/tpm/crtm.c: Remove set but unused variable
Arthur Heymans
2022-04-24
src: Remove unused <console/cbmem_console.h>
Elyes HAOUAS
2022-01-12
src: Remove redundant <rules.h> and <commonlib/bsd/compiler.h>
Elyes HAOUAS
2021-12-06
cbfs: Remove deprecated APIs
Julius Werner
2021-12-03
cbfs | tspi: Join hash calculation for verification and measurement
Julius Werner
2021-06-21
security/tpm/tspi/crtm.c: Fix early init
Arthur Heymans
2021-06-16
security/tpm/tspi: Reduce scope of tspi_init_crtm
Arthur Heymans
2021-05-21
security/tpm/tspi: Always measure the cache to pcr
Arthur Heymans
2021-05-21
security/tpm/tspi/crtm: Fix FMAP TPM PCR
Arthur Heymans
2021-05-06
security/tpm: Add option to init TPM in bootblock
Arthur Heymans
2021-05-05
security/tpm/crtm: Measure FMAP into TPM
Arthur Heymans
2020-12-02
cbfs: Move more stuff into cbfs_boot_lookup()
Julius Werner
2020-10-26
security/tpm/tspi/crtm: Add line break to debug messages
Frans Hendriks
2020-09-21
src/security: Drop unneeded empty lines
Elyes HAOUAS
2020-06-17
security/tpm: Change wording of variable names
Duncan Laurie
2020-05-26
Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTION
Kyösti Mälkki
2020-05-19
security/tpm/tspi: Fix handling of white space delimited list
harshit
2020-05-18
src: Remove unused 'include <string.h>'
Elyes HAOUAS
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-04-04
src/security: Use SPDX for GPL-2.0-only files
Angel Pons
2020-04-01
security/tpm: Fix compile-time elimination for SEPARATE_VERSTAGE
Julius Werner
2020-03-31
security/tpm: Include mrc.bin in CRTM if present
Bill XIE
2020-03-31
security/vboot: Decouple measured boot from verified boot
Bill XIE
2020-03-17
src (minus soc and mainboard): Remove copyright notices
Patrick Georgi
2019-12-19
src/security: Remove unused <stdlib.h>
Elyes HAOUAS
2019-11-29
security/tpm: Drop CAR_GLOBAL_MIGRATION support
Arthur Heymans
2019-10-17
security/tpm: Add a Kconfig to disregard INVALID_POSTINIT on startup
Arthur Heymans
2019-09-15
src/security: Remove unused #include <fmap.h>
Elyes HAOUAS
2019-09-11
Revert "security/tpm/tss/tcg-2.0: Add multi digits support to tlcl_extend()"
Julius Werner
2019-09-07
security/tpm: Use correct hash digest lengths
Jacob Garber
2019-09-05
security/tpm/tss/tcg-2.0: Add multi digits support to tlcl_extend()
Frans Hendriks
2019-08-26
Split MAYBE_STATIC to _BSS and _NONZERO variants
Kyösti Mälkki
2019-08-08
tpm/tspi: include vb2_sha for vb2_get_hash_algorithm_name
Joel Kitching
2019-05-09
vboot: include vb2_sha.h when required
Joel Kitching
2019-03-29
src: Use include <reset.h> when appropriate
Elyes HAOUAS
2019-03-20
src: Use 'include <string.h>' when appropriate
Elyes HAOUAS
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-07
security/tpm: Fix TCPA log feature
Philipp Deppenwiese
2019-02-25
security/vboot: Add measured boot mode
Philipp Deppenwiese
2018-10-31
security/tpm: Add function to measure a region device
Werner Zeh
2018-10-30
security/tpm: Fix references to tpm_setup function
Jonathan Neuschäfer
2018-10-18
tpm/tspi: clean up tpm_setup function flow
Joel Kitching
2018-10-17
tpm/tpm_setup: fail on invalid result from tlcl_resume
Joel Kitching
2018-08-21
security/tpm: Fix TPM 1.2 state machine issues
Philipp Deppenwiese
2018-08-07
security/tpm: Check for NULL pointer
Furquan Shaikh
2018-08-03
security/tpm: Improve TCPA log generation
Philipp Deppenwiese
2018-07-31
security/tpm/tspi: Set return type of tcpa_log_add_table_entry as void
Furquan Shaikh
2018-07-30
security/vboot: Enable TCPA log extension
Philipp Deppenwiese
2018-07-28
security/tpm: Add TCPA logging functionality
Philipp Deppenwiese
2018-06-04
security/tpm: Unify the coreboot TPM software stack
Philipp Deppenwiese