aboutsummaryrefslogtreecommitdiffstats
path: root/src/tcgbios.c
Commit message (Expand)AuthorAgeFilesLines
...
* tpm: No need to check the return status of measurementsKevin O'Connor2016-01-051-81/+40
* tpm: Don't return a status from external bios measurement functionsKevin O'Connor2016-01-051-30/+28
* tpm: Eliminate response buffer parameter from build_and_send_cmd()Kevin O'Connor2016-01-051-28/+17
* tpm: Introduce tpm_get_capability() helper functionKevin O'Connor2016-01-051-132/+52
* tpm: Simplify tcpa probeKevin O'Connor2016-01-051-96/+45
* tpm: Rework TPM interface shutdown supportKevin O'Connor2016-01-051-52/+11
* tpm: Move TPM hardware functions from tcgbios.c to hw/tpm_drivers.cKevin O'Connor2016-01-051-76/+5
* tpm: Add wrapper function tpmhw_set_timeouts()Kevin O'Connor2016-01-051-3/+8
* tpm: Simplify hardware probe and detection checksKevin O'Connor2016-01-051-84/+36
* tpm: Avoid macro expansion of tpm request / response structsKevin O'Connor2015-12-291-6/+5
* tpm: Add banner separating the TCG bios interface code from TCG menu codeKevin O'Connor2015-12-291-0/+5
* tpm: Add a menu for TPM configurationStefan Berger2015-12-201-0/+646
* tpm: Check length parameter of the arrayStefan Berger2015-12-201-0/+3
* tpm: Remove check for working TPM from TPM interrupt handlerStefan Berger2015-12-201-5/+0
* tpm: Merge tpm_log_extend_event() and tpm_extend(); extend before loggingKevin O'Connor2015-11-231-23/+16
* tpm: Merge tpm_log_event() and tpm_extend_acpi_log()Kevin O'Connor2015-11-231-14/+7
* tpm: Don't implement scatter-gather in transmit()Kevin O'Connor2015-11-231-61/+20
* tpm: Avoid scatter-gather copying in build_and_send_cmd()Kevin O'Connor2015-11-231-20/+17
* tpm: There is no need to pass event_length to hash/extend functionsKevin O'Connor2015-11-231-24/+17
* tpm: Perform hashing separately from loggingKevin O'Connor2015-11-231-33/+19
* tpm: There is no need to pass pcrindex to hash_log_extend_event()Kevin O'Connor2015-11-231-8/+5
* tpm: Don't pass entry_count around in parameters to/from tpm_extend_acpi_log()Kevin O'Connor2015-11-231-23/+11
* tpm: pcpes->event is a variable length arrayKevin O'Connor2015-11-231-13/+11
* tpm: Move tpm_start_option_rom_scan() and tpm_calling_int19h() into callersKevin O'Connor2015-11-221-29/+2
* tpm: Move tpm_add_bootdevice() into callersKevin O'Connor2015-11-221-44/+7
* tpm: Change tpm_add_measurement() to tpm_add_action()Kevin O'Connor2015-11-221-42/+13
* tpm: Open code tpm_ipl() into callersKevin O'Connor2015-11-221-56/+24
* tpm: Move error recovery from tpm_extend_acpi_log() to only callerKevin O'Connor2015-11-221-14/+8
* tpm: Move code around in tcgbios.cKevin O'Connor2015-11-221-653/+638
* tpm: Add "static" declaration to functions not used outside tcgbios.cKevin O'Connor2015-11-221-3/+3
* tpm: Rename remaining interrupt functionsStefan Berger2015-11-221-16/+24
* tpm: Refactor pass_through_to_tpmStefan Berger2015-11-221-45/+37
* tpm: Cache all log related pointers in tpm_stateStefan Berger2015-11-221-62/+48
* tpm: Set timeouts and durations to microsecond valuesStefan Berger2015-11-221-4/+4
* tpm: Drop code using the TPM for sha1Stefan Berger2015-11-221-105/+7
* tpm: Move standard definitions from tcgbios.h to new file std/tcg.hKevin O'Connor2015-11-191-11/+9
* tpm: Refactor hash_log_extend_eventStefan Berger2015-11-191-54/+55
* tpm: Refactor hash_log_event BIOS interface functionStefan Berger2015-11-191-25/+32
* tpm: Refactor the parameters being passed to tpm_extend_acpi_logStefan Berger2015-11-191-9/+19
* tpm: Refactor function building TPM commandsStefan Berger2015-11-191-26/+19
* tpm: Temporarily deactivate the TPM in case of failureStefan Berger2015-11-191-6/+44
* tcg: Use seabios setup()/prepboot() calling convention for tcgKevin O'Connor2015-06-111-20/+14
* tpm: clean up parameters to build_and_send_cmdStefan Berger2015-06-111-14/+10
* tpm: Be consistent with array sizes in tcgbios.cStefan Berger2015-06-111-9/+9
* tpm: Introduce a #define for command tagStefan Berger2015-06-111-1/+1
* Add 'measurement' code to the BIOSStefan Berger2015-06-011-3/+374
* make SeaBios compatible with Xen vTPM.Quan Xu2015-05-211-1/+3
* Support for BIOS interrupt handlerStefan Berger2015-05-211-13/+558
* Implementation of the TCG BIOS extensionsStefan Berger2015-05-211-0/+572