aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-02ata: Convert to new PCI BAR helper functionsKevin O'Connor1-13/+12
2016-02-02ahci: Convert to new PCI BAR helper functionsKevin O'Connor2-21/+17
2016-02-02pci: Add helper functions for internal driver BAR handlingKevin O'Connor2-0/+61
2016-02-02usb: Eliminate USB controller setup threadKevin O'Connor5-15/+5
2016-02-02ehci: Only delay UHCI/OHCI port scan until after EHCI setup completesKevin O'Connor4-3/+15
2016-02-01Fix comment typoCao jin2-3/+3
2016-01-15biostables: Support SMBIOS 2.6+ UUID formatCole Robinson1-11/+36
2016-01-14kbd: Refactor capslock and numlock handlingKevin O'Connor1-101/+96
2016-01-14kbd: Don't treat scancode and asciicode as separate valuesKevin O'Connor1-38/+26
2016-01-12post: Always set HaveRunPost prior to setting any other global variableKevin O'Connor5-4/+21
2016-01-12resume: Make KVM soft reboot loop detection more flexibleKevin O'Connor2-11/+13
2016-01-12coreboot: Check for unaligned cbfs headerKevin O'Connor1-0/+4
2016-01-07tpm: Do not set TPM in failure mode if menu command failsStefan Berger1-34/+9
2016-01-07tpm: Remove usage of PP_CMD_ENABLE from all but one placeStefan Berger1-31/+10
2016-01-07tpm: Rework the assertion of physical presenceStefan Berger3-20/+17
2016-01-07tpm: Add support for harware physical presenceStefan Berger2-51/+29
2016-01-07tpm: Move assert_physical_presence and dependenciesStefan Berger1-75/+75
2016-01-07tpm: Copy digest into HashLogExentEvent responseStefan Berger1-0/+1
2016-01-07usb: Remove usbdev->slotid fieldKevin O'Connor2-3/+4
2016-01-05tpm: Don't use 16bit BIOS return codes in TPM menu functionsKevin O'Connor1-132/+99
2016-01-05tpm: Don't use 16bit BIOS return codes in tpmhw_* functionsKevin O'Connor3-22/+24
2016-01-05tpm: Don't use 16bit BIOS return codes in tpm_log_event()Kevin O'Connor1-17/+21
2016-01-05tpm: Don't use 16bit BIOS return codes in build_and_send_cmd()Kevin O'Connor1-143/+73
2016-01-05tpm: Don't call tpm_set_failure() from tpm_log_extend_event()Kevin O'Connor1-12/+9
2016-01-05tpm: No need to check the return status of measurementsKevin O'Connor1-81/+40
2016-01-05tpm: Don't return a status from external bios measurement functionsKevin O'Connor2-34/+32
2016-01-05tpm: Eliminate response buffer parameter from build_and_send_cmd()Kevin O'Connor1-28/+17
2016-01-05tpm: Introduce tpm_get_capability() helper functionKevin O'Connor2-140/+61
2016-01-05tpm: Simplify tcpa probeKevin O'Connor1-96/+45
2016-01-05tpm: Rework TPM interface shutdown supportKevin O'Connor1-52/+11
2016-01-05tpm: Move TPM hardware functions from tcgbios.c to hw/tpm_drivers.cKevin O'Connor3-98/+102
2016-01-05tpm: Add wrapper function tpmhw_set_timeouts()Kevin O'Connor1-3/+8
2016-01-05tpm: Simplify hardware probe and detection checksKevin O'Connor1-84/+36
2015-12-29tpm: Avoid macro expansion of tpm request / response structsKevin O'Connor2-29/+22
2015-12-29tpm: Add banner separating the TCG bios interface code from TCG menu codeKevin O'Connor1-0/+5
2015-12-28build: fix typo in buildversion.pyRoger Pau Monne1-1/+1
2015-12-28block: Report drive->sectors using "%u" instead of "%d"Kevin O'Connor2-2/+2
2015-12-28scsi: Do not call printf() from scsi_is_ready()Kevin O'Connor1-1/+1
2015-12-28nmi: Don't try to switch onto extra stack in NMI handlerKevin O'Connor1-1/+4
2015-12-20xhci: Disable slot on failed set_address commandKevin O'Connor1-3/+8
2015-12-20xhci: Improve port status change debuggingKevin O'Connor1-3/+9
2015-12-20xhci: Wait for port enable even for USB3 devicesKevin O'Connor1-22/+21
2015-12-20fw/pci: do not automatically allocate IO region for PCIe bridgesMarcel Apfelbaum1-4/+5
2015-12-20tpm: Add a menu for TPM configurationStefan Berger5-1/+698
2015-12-20tpm: Check length parameter of the arrayStefan Berger1-0/+3
2015-12-20tpm: Remove check for working TPM from TPM interrupt handlerStefan Berger1-5/+0
2015-11-23tpm: Merge tpm_log_extend_event() and tpm_extend(); extend before loggingKevin O'Connor1-23/+16
2015-11-23tpm: Merge tpm_log_event() and tpm_extend_acpi_log()Kevin O'Connor1-14/+7
2015-11-23tpm: Don't implement scatter-gather in transmit()Kevin O'Connor3-73/+20
2015-11-23tpm: Avoid scatter-gather copying in build_and_send_cmd()Kevin O'Connor1-20/+17