index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
security
/
tpm
/
tspi
Commit message (
Expand
)
Author
Age
Files
Lines
*
cbmem.h: Drop cbmem_possible_online in favor of ENV_HAS_CBMEM
Arthur Heymans
2023-10-25
4
-5
/
+4
*
treewide: convert to tpm_result_t
Jon Murphy
2023-09-28
3
-51
/
+55
*
treewide: Adopt TCG standard naming
Jon Murphy
2023-09-25
1
-9
/
+9
*
drivers/tpm: Make temp test value naming consistent
Jon Murphy
2023-09-18
2
-61
/
+61
*
security/tpm: Respect CBMEM TPM log size
Jeremy Soller
2023-07-18
3
-0
/
+15
*
commonlib/console/post_code.h: Change post code prefix to POSTCODE
lilacious
2023-06-23
1
-1
/
+1
*
security/tpm: make usage of PCRs configurable via Kconfig
Sergii Dmytruk
2023-04-10
2
-15
/
+7
*
security/tpm/tspi: Fix preram TPM log max entries
Jeremy Soller
2023-03-22
1
-1
/
+1
*
security/tpm: add TPM log format as per 2.0 spec
Sergii Dmytruk
2023-03-04
3
-0
/
+258
*
security/tpm: add TPM log format as per 1.2 spec
Sergii Dmytruk
2023-03-04
5
-11
/
+233
*
security/tpm/tspi/log.c: fix strncpy() usage
Sergii Dmytruk
2023-01-11
1
-0
/
+7
*
security/tpm: make tspi/crtm.c agnostic to log format
Sergii Dmytruk
2023-01-11
2
-66
/
+106
*
treewide: stop calling custom TPM log "TCPA"
Sergii Dmytruk
2023-01-11
4
-70
/
+71
*
security/tpm: make log format configurable via Kconfig
Sergii Dmytruk
2022-11-19
1
-1
/
+13
*
security/tpm: improve tlcl_extend() signature
Sergii Dmytruk
2022-11-12
2
-2
/
+2
*
cbfs/vboot: Adapt to new vb2_digest API
Julius Werner
2022-09-02
1
-1
/
+2
*
cbfs: Rename TYPE_FIT to TYPE_FIT_PAYLOAD
Julius Werner
2022-06-01
1
-1
/
+1
*
security/tpm/crtm: Add a function to measure the bootblock on SoC level
Werner Zeh
2022-05-24
2
-1
/
+16
*
security/tpm/crtm: Use bootblock from FMAP on non x86 platforms
Werner Zeh
2022-05-24
1
-6
/
+8
*
security/tpm/crtm.c: Fix !CONFIG_BOOTBLOCK_IN_CBFS measuring
Arthur Heymans
2022-05-24
1
-2
/
+2
*
CBMEM: Change declarations for initialization hooks
Kyösti Mälkki
2022-05-20
1
-3
/
+3
*
security/tpm/crtm.c: Remove set but unused variable
Arthur Heymans
2022-05-11
1
-6
/
+0
*
src: Remove unused <console/cbmem_console.h>
Elyes HAOUAS
2022-04-24
1
-1
/
+0
*
src: Remove redundant <rules.h> and <commonlib/bsd/compiler.h>
Elyes HAOUAS
2022-01-12
1
-1
/
+0
*
cbfs: Remove deprecated APIs
Julius Werner
2021-12-06
1
-1
/
+0
*
cbfs | tspi: Join hash calculation for verification and measurement
Julius Werner
2021-12-03
3
-77
/
+30
*
security/tpm/tspi/crtm.c: Fix early init
Arthur Heymans
2021-06-21
1
-0
/
+4
*
security/tpm/tspi: Reduce scope of tspi_init_crtm
Arthur Heymans
2021-06-16
2
-19
/
+17
*
security/tpm/tspi: Always measure the cache to pcr
Arthur Heymans
2021-05-21
1
-1
/
+1
*
security/tpm/tspi/crtm: Fix FMAP TPM PCR
Arthur Heymans
2021-05-21
2
-1
/
+2
*
security/tpm: Add option to init TPM in bootblock
Arthur Heymans
2021-05-06
1
-1
/
+5
*
security/tpm/crtm: Measure FMAP into TPM
Arthur Heymans
2021-05-05
1
-0
/
+11
*
cbfs: Move more stuff into cbfs_boot_lookup()
Julius Werner
2020-12-02
2
-12
/
+8
*
security/tpm/tspi/crtm: Add line break to debug messages
Frans Hendriks
2020-10-26
1
-2
/
+2
*
src/security: Drop unneeded empty lines
Elyes HAOUAS
2020-09-21
1
-1
/
+0
*
security/tpm: Change wording of variable names
Duncan Laurie
2020-06-17
1
-7
/
+7
*
Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTION
Kyösti Mälkki
2020-05-26
1
-2
/
+2
*
security/tpm/tspi: Fix handling of white space delimited list
harshit
2020-05-19
1
-4
/
+5
*
src: Remove unused 'include <string.h>'
Elyes HAOUAS
2020-05-18
1
-1
/
+0
*
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-11
4
-4
/
+0
*
src/security: Use SPDX for GPL-2.0-only files
Angel Pons
2020-04-04
4
-52
/
+8
*
security/tpm: Fix compile-time elimination for SEPARATE_VERSTAGE
Julius Werner
2020-04-01
1
-2
/
+12
*
security/tpm: Include mrc.bin in CRTM if present
Bill XIE
2020-03-31
2
-2
/
+6
*
security/vboot: Decouple measured boot from verified boot
Bill XIE
2020-03-31
4
-21
/
+305
*
src (minus soc and mainboard): Remove copyright notices
Patrick Georgi
2020-03-17
2
-4
/
+0
*
src/security: Remove unused <stdlib.h>
Elyes HAOUAS
2019-12-19
1
-1
/
+0
*
security/tpm: Drop CAR_GLOBAL_MIGRATION support
Arthur Heymans
2019-11-29
1
-1
/
+0
*
security/tpm: Add a Kconfig to disregard INVALID_POSTINIT on startup
Arthur Heymans
2019-10-17
1
-0
/
+5
*
src/security: Remove unused #include <fmap.h>
Elyes HAOUAS
2019-09-15
1
-1
/
+0
*
Revert "security/tpm/tss/tcg-2.0: Add multi digits support to tlcl_extend()"
Julius Werner
2019-09-11
1
-23
/
+0
[next]