aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tpm: Don't return a status from external bios measurement functionsKevin O'Connor2016-01-052-34/+32
* 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-052-140/+61
* 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-053-98/+102
* 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-292-29/+22
* tpm: Add banner separating the TCG bios interface code from TCG menu codeKevin O'Connor2015-12-291-0/+5
* build: fix typo in buildversion.pyRoger Pau Monne2015-12-281-1/+1
* block: Report drive->sectors using "%u" instead of "%d"Kevin O'Connor2015-12-282-2/+2
* scsi: Do not call printf() from scsi_is_ready()Kevin O'Connor2015-12-281-1/+1
* nmi: Don't try to switch onto extra stack in NMI handlerKevin O'Connor2015-12-281-1/+4
* xhci: Disable slot on failed set_address commandKevin O'Connor2015-12-201-3/+8
* xhci: Improve port status change debuggingKevin O'Connor2015-12-201-3/+9
* xhci: Wait for port enable even for USB3 devicesKevin O'Connor2015-12-201-22/+21
* fw/pci: do not automatically allocate IO region for PCIe bridgesMarcel Apfelbaum2015-12-201-4/+5
* tpm: Add a menu for TPM configurationStefan Berger2015-12-205-1/+698
* 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-233-73/+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-232-14/+12
* 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-222-62/+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-222-56/+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-223-24/+38
* tpm: Drop code using the TPM for sha1Stefan Berger2015-11-224-112/+7
* util.h: Minor - HaveRunPost is in misc.c not resume.cKevin O'Connor2015-11-201-3/+1
* tpm: Move standard definitions from tcgbios.h to new file std/tcg.hKevin O'Connor2015-11-194-358/+357
* tpm: fix compiler warning with older gcc versionsStefan Berger2015-11-191-1/+1
* 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-192-27/+20
* tpm: Temporarily deactivate the TPM in case of failureStefan Berger2015-11-192-6/+45