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
...
*
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
*
tpm: Add banner separating the TCG bios interface code from TCG menu code
Kevin O'Connor
2015-12-29
1
-0
/
+5
*
tpm: Add a menu for TPM configuration
Stefan Berger
2015-12-20
1
-0
/
+646
*
tpm: Check length parameter of the array
Stefan Berger
2015-12-20
1
-0
/
+3
*
tpm: Remove check for working TPM from TPM interrupt handler
Stefan Berger
2015-12-20
1
-5
/
+0
*
tpm: Merge tpm_log_extend_event() and tpm_extend(); extend before logging
Kevin O'Connor
2015-11-23
1
-23
/
+16
*
tpm: Merge tpm_log_event() and tpm_extend_acpi_log()
Kevin O'Connor
2015-11-23
1
-14
/
+7
*
tpm: Don't implement scatter-gather in transmit()
Kevin O'Connor
2015-11-23
1
-61
/
+20
*
tpm: Avoid scatter-gather copying in build_and_send_cmd()
Kevin O'Connor
2015-11-23
1
-20
/
+17
*
tpm: There is no need to pass event_length to hash/extend functions
Kevin O'Connor
2015-11-23
1
-24
/
+17
*
tpm: Perform hashing separately from logging
Kevin O'Connor
2015-11-23
1
-33
/
+19
*
tpm: There is no need to pass pcrindex to hash_log_extend_event()
Kevin O'Connor
2015-11-23
1
-8
/
+5
*
tpm: Don't pass entry_count around in parameters to/from tpm_extend_acpi_log()
Kevin O'Connor
2015-11-23
1
-23
/
+11
*
tpm: pcpes->event is a variable length array
Kevin O'Connor
2015-11-23
1
-13
/
+11
*
tpm: Move tpm_start_option_rom_scan() and tpm_calling_int19h() into callers
Kevin O'Connor
2015-11-22
1
-29
/
+2
*
tpm: Move tpm_add_bootdevice() into callers
Kevin O'Connor
2015-11-22
1
-44
/
+7
*
tpm: Change tpm_add_measurement() to tpm_add_action()
Kevin O'Connor
2015-11-22
1
-42
/
+13
*
tpm: Open code tpm_ipl() into callers
Kevin O'Connor
2015-11-22
1
-56
/
+24
*
tpm: Move error recovery from tpm_extend_acpi_log() to only caller
Kevin O'Connor
2015-11-22
1
-14
/
+8
*
tpm: Move code around in tcgbios.c
Kevin O'Connor
2015-11-22
1
-653
/
+638
*
tpm: Add "static" declaration to functions not used outside tcgbios.c
Kevin O'Connor
2015-11-22
1
-3
/
+3
*
tpm: Rename remaining interrupt functions
Stefan Berger
2015-11-22
1
-16
/
+24
*
tpm: Refactor pass_through_to_tpm
Stefan Berger
2015-11-22
1
-45
/
+37
*
tpm: Cache all log related pointers in tpm_state
Stefan Berger
2015-11-22
1
-62
/
+48
*
tpm: Set timeouts and durations to microsecond values
Stefan Berger
2015-11-22
1
-4
/
+4
*
tpm: Drop code using the TPM for sha1
Stefan Berger
2015-11-22
1
-105
/
+7
*
tpm: Move standard definitions from tcgbios.h to new file std/tcg.h
Kevin O'Connor
2015-11-19
1
-11
/
+9
*
tpm: Refactor hash_log_extend_event
Stefan Berger
2015-11-19
1
-54
/
+55
*
tpm: Refactor hash_log_event BIOS interface function
Stefan Berger
2015-11-19
1
-25
/
+32
*
tpm: Refactor the parameters being passed to tpm_extend_acpi_log
Stefan Berger
2015-11-19
1
-9
/
+19
*
tpm: Refactor function building TPM commands
Stefan Berger
2015-11-19
1
-26
/
+19
*
tpm: Temporarily deactivate the TPM in case of failure
Stefan Berger
2015-11-19
1
-6
/
+44
*
tcg: Use seabios setup()/prepboot() calling convention for tcg
Kevin O'Connor
2015-06-11
1
-20
/
+14
*
tpm: clean up parameters to build_and_send_cmd
Stefan Berger
2015-06-11
1
-14
/
+10
*
tpm: Be consistent with array sizes in tcgbios.c
Stefan Berger
2015-06-11
1
-9
/
+9
*
tpm: Introduce a #define for command tag
Stefan Berger
2015-06-11
1
-1
/
+1
*
Add 'measurement' code to the BIOS
Stefan Berger
2015-06-01
1
-3
/
+374
*
make SeaBios compatible with Xen vTPM.
Quan Xu
2015-05-21
1
-1
/
+3
*
Support for BIOS interrupt handler
Stefan Berger
2015-05-21
1
-13
/
+558
*
Implementation of the TCG BIOS extensions
Stefan Berger
2015-05-21
1
-0
/
+572
[prev]