index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
tcgbios.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcgbios: Implement TPM 2.0 menu item to activate and deactivate PCR banks
Stefan Berger
2019-02-04
1
-0
/
+223
*
tcgbios: Use table to convert hash to buffer size
Stefan Berger
2019-02-04
1
-13
/
+28
*
tpm: Check for TPM related ACPI tables before attempting hw probe
Stephen Douthit
2018-11-27
1
-7
/
+7
*
tpm: Add support for TPM2 ACPI table
Stefan Berger
2017-11-15
1
-11
/
+41
*
tcgbios: Fix use of unitialized variable
Kevin O'Connor
2017-09-14
1
-2
/
+1
*
tpm: Log TPM 2 digest structure in little endian format
Stefan Berger
2016-11-27
1
-7
/
+18
*
tpm: Rework tpm_build_and_send_cmd() into tpm_simple_cmd()
Kevin O'Connor
2016-11-27
1
-106
/
+46
*
tpm: Don't call tpm_build_and_send_cmd() from tpm20_stirrandom()
Kevin O'Connor
2016-11-27
1
-4
/
+10
*
acpi: Generalize find_fadt() and find_tcpa_by_rsdp() into find_acpi_table()
Kevin O'Connor
2016-11-27
1
-33
/
+1
*
tpm: Move code around in tcgbios.c to keep like code together
Kevin O'Connor
2016-11-27
1
-207
/
+210
*
tpm: Don't call tpm_set_failure() from tpm12_get_capability()
Kevin O'Connor
2016-11-27
1
-5
/
+1
*
tpm: Append to TPM2 log the hashes used for PCR extension
Kevin O'Connor
2016-08-11
1
-81
/
+91
*
tpm: Extend tpm20_extend to support extending to multiple PCR banks
Stefan Berger
2016-08-10
1
-16
/
+146
*
tpm: Refactor tpml_digest_values_sha1 structure
Stefan Berger
2016-08-10
1
-8
/
+12
*
tpm: Restructure tpm20_extend to use buffer and take hash as parameter
Stefan Berger
2016-08-10
1
-9
/
+12
*
tpm: Retrieve the PCR Bank configuration
Stefan Berger
2016-08-10
1
-0
/
+59
*
tcgbios: Remove unused const variable
Kevin O'Connor
2016-05-16
1
-1
/
+0
*
tpm: Write logs in TPM 2 format
Kevin O'Connor
2016-02-29
1
-13
/
+74
*
tpm: Unify tpm_fill_hash()/tpm_log_extend_event() and use in BIOS interface
Kevin O'Connor
2016-02-19
1
-41
/
+36
*
tpm: Filter TPM commands in passthrough API
Stefan Berger
2016-02-05
1
-1
/
+18
*
tpm: Implement TPM 2's tpm_set_failure part
Stefan Berger
2016-02-05
1
-1
/
+34
*
tpm: Implement tpm20_menu
Stefan Berger
2016-02-05
1
-1
/
+116
*
tpm: Implement tpm20_extend
Stefan Berger
2016-02-05
1
-2
/
+32
*
tpm: Implement tpm20_prepboot
Stefan Berger
2016-02-05
1
-2
/
+109
*
tpm: Implement tpm20_set_timeouts
Stefan Berger
2016-02-05
1
-0
/
+20
*
tpm: Implement tpm20_startup and tpm20_s3_resume
Stefan Berger
2016-02-05
1
-6
/
+85
*
tpm: Prepare code for TPM 2 functions
Stefan Berger
2016-02-05
1
-112
/
+185
*
tpm: Factor out tpm_extend
Stefan Berger
2016-02-05
1
-4
/
+14
*
tpm: Extend TPM TIS with TPM 2 support.
Stefan Berger
2016-02-05
1
-3
/
+9
*
tpm: Do not set TPM in failure mode if menu command fails
Stefan Berger
2016-01-07
1
-34
/
+9
*
tpm: Remove usage of PP_CMD_ENABLE from all but one place
Stefan Berger
2016-01-07
1
-31
/
+10
*
tpm: Rework the assertion of physical presence
Stefan Berger
2016-01-07
1
-17
/
+14
*
tpm: Add support for harware physical presence
Stefan Berger
2016-01-07
1
-51
/
+28
*
tpm: Move assert_physical_presence and dependencies
Stefan Berger
2016-01-07
1
-75
/
+75
*
tpm: Copy digest into HashLogExentEvent response
Stefan Berger
2016-01-07
1
-0
/
+1
*
tpm: Don't use 16bit BIOS return codes in TPM menu functions
Kevin O'Connor
2016-01-05
1
-132
/
+99
*
tpm: Don't use 16bit BIOS return codes in tpmhw_* functions
Kevin O'Connor
2016-01-05
1
-11
/
+13
*
tpm: Don't use 16bit BIOS return codes in tpm_log_event()
Kevin O'Connor
2016-01-05
1
-17
/
+21
*
tpm: Don't use 16bit BIOS return codes in build_and_send_cmd()
Kevin O'Connor
2016-01-05
1
-143
/
+73
*
tpm: Don't call tpm_set_failure() from tpm_log_extend_event()
Kevin O'Connor
2016-01-05
1
-12
/
+9
*
tpm: No need to check the return status of measurements
Kevin O'Connor
2016-01-05
1
-81
/
+40
*
tpm: Don't return a status from external bios measurement functions
Kevin O'Connor
2016-01-05
1
-30
/
+28
*
tpm: Eliminate response buffer parameter from build_and_send_cmd()
Kevin O'Connor
2016-01-05
1
-28
/
+17
*
tpm: Introduce tpm_get_capability() helper function
Kevin O'Connor
2016-01-05
1
-132
/
+52
*
tpm: Simplify tcpa probe
Kevin O'Connor
2016-01-05
1
-96
/
+45
*
tpm: Rework TPM interface shutdown support
Kevin O'Connor
2016-01-05
1
-52
/
+11
*
tpm: Move TPM hardware functions from tcgbios.c to hw/tpm_drivers.c
Kevin O'Connor
2016-01-05
1
-76
/
+5
*
tpm: Add wrapper function tpmhw_set_timeouts()
Kevin O'Connor
2016-01-05
1
-3
/
+8
*
tpm: Simplify hardware probe and detection checks
Kevin O'Connor
2016-01-05
1
-84
/
+36
*
tpm: Avoid macro expansion of tpm request / response structs
Kevin O'Connor
2015-12-29
1
-6
/
+5
[next]