Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
320df85010401c6d3ee189a54c63b937d1dcade9
/
src
/
tcgbios.c
320df85
tpm: Add a menu for TPM configuration
by Stefan Berger
· 8 years ago
4cdbc41
tpm: Check length parameter of the array
by Stefan Berger
· 8 years ago
15f192f
tpm: Remove check for working TPM from TPM interrupt handler
by Stefan Berger
· 8 years ago
948f3c9
tpm: Merge tpm_log_extend_event() and tpm_extend(); extend before logging
by Kevin O'Connor
· 8 years ago
4e7cf9c
tpm: Merge tpm_log_event() and tpm_extend_acpi_log()
by Kevin O'Connor
· 8 years ago
7ba0568
tpm: Don't implement scatter-gather in transmit()
by Kevin O'Connor
· 8 years ago
b82bc51
tpm: Avoid scatter-gather copying in build_and_send_cmd()
by Kevin O'Connor
· 8 years ago
7bf7738
tpm: There is no need to pass event_length to hash/extend functions
by Kevin O'Connor
· 8 years ago
9224440
tpm: Perform hashing separately from logging
by Kevin O'Connor
· 8 years ago
8149f1b
tpm: There is no need to pass pcrindex to hash_log_extend_event()
by Kevin O'Connor
· 8 years ago
5afdced
tpm: Don't pass entry_count around in parameters to/from tpm_extend_acpi_log()
by Kevin O'Connor
· 8 years ago
bad6f96
tpm: pcpes->event is a variable length array
by Kevin O'Connor
· 8 years ago
1257533
tpm: Move tpm_start_option_rom_scan() and tpm_calling_int19h() into callers
by Kevin O'Connor
· 8 years ago
8bd4a08
tpm: Move tpm_add_bootdevice() into callers
by Kevin O'Connor
· 8 years ago
a617542
tpm: Change tpm_add_measurement() to tpm_add_action()
by Kevin O'Connor
· 8 years ago
7ea191b
tpm: Open code tpm_ipl() into callers
by Kevin O'Connor
· 8 years ago
f4820ac
tpm: Move error recovery from tpm_extend_acpi_log() to only caller
by Kevin O'Connor
· 8 years ago
f51c50a
tpm: Move code around in tcgbios.c
by Kevin O'Connor
· 8 years ago
0818b1d
tpm: Add "static" declaration to functions not used outside tcgbios.c
by Kevin O'Connor
· 8 years ago
4506400
tpm: Rename remaining interrupt functions
by Stefan Berger
· 8 years ago
fbc231b
tpm: Refactor pass_through_to_tpm
by Stefan Berger
· 8 years ago
60bb9e9
tpm: Cache all log related pointers in tpm_state
by Stefan Berger
· 8 years ago
ec42c8d
tpm: Set timeouts and durations to microsecond values
by Stefan Berger
· 8 years ago
47b9df5
tpm: Drop code using the TPM for sha1
by Stefan Berger
· 8 years ago
df50aaa
tpm: Move standard definitions from tcgbios.h to new file std/tcg.h
by Kevin O'Connor
· 8 years ago
6c376b4
tpm: Refactor hash_log_extend_event
by Stefan Berger
· 8 years ago
129c04b
tpm: Refactor hash_log_event BIOS interface function
by Stefan Berger
· 8 years ago
e3cc632
tpm: Refactor the parameters being passed to tpm_extend_acpi_log
by Stefan Berger
· 8 years ago
ece2561
tpm: Refactor function building TPM commands
by Stefan Berger
· 8 years ago
7fce1d9
tpm: Temporarily deactivate the TPM in case of failure
by Stefan Berger
· 8 years ago
d6aca44
tcg: Use seabios setup()/prepboot() calling convention for tcg
by Kevin O'Connor
· 8 years ago
fc2e715
tpm: clean up parameters to build_and_send_cmd
by Stefan Berger
· 8 years ago
0d289b5
tpm: Be consistent with array sizes in tcgbios.c
by Stefan Berger
· 8 years ago
d2f01e6
tpm: Introduce a #define for command tag
by Stefan Berger
· 8 years ago
2aff1c1
Add 'measurement' code to the BIOS
by Stefan Berger
· 8 years ago
6764395
make SeaBios compatible with Xen vTPM.
by Quan Xu
· 8 years ago
5aa2a75
Support for BIOS interrupt handler
by Stefan Berger
· 8 years ago
b310dfa
Implementation of the TCG BIOS extensions
by Stefan Berger
· 8 years ago