aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* pci: Implement '%pP' printf handler for 'struct pci_device' pointersKevin O'Connor2016-02-0316-113/+74
* pci: Consistently set pci->have_drivers for devices with internal driversKevin O'Connor2016-02-022-1/+3
* virtio: Convert to new PCI BAR helper functionsKevin O'Connor2016-02-022-30/+38
* xhci: Convert to new PCI BAR helper functionsKevin O'Connor2016-02-021-13/+14
* uhci: Convert to new PCI BAR helper functionsKevin O'Connor2016-02-021-7/+9
* ohci: Convert to new PCI BAR helper functionsKevin O'Connor2016-02-021-9/+8
* ehci: Convert to new PCI BAR helper functionsKevin O'Connor2016-02-021-6/+6
* sdcard: Convert to new PCI BAR helper functionsKevin O'Connor2016-02-021-8/+6
* pvscsi: Convert to new PCI BAR helper functionsKevin O'Connor2016-02-021-9/+8
* megasas: Convert to new PCI BAR helper functionsKevin O'Connor2016-02-021-10/+8
* lsi-scsi: Convert to new PCI BAR helper functionsKevin O'Connor2016-02-021-7/+6
* esp-scsi: Convert to new PCI BAR helper functionsKevin O'Connor2016-02-021-7/+6
* ata: Convert to new PCI BAR helper functionsKevin O'Connor2016-02-021-13/+12
* ahci: Convert to new PCI BAR helper functionsKevin O'Connor2016-02-022-21/+17
* pci: Add helper functions for internal driver BAR handlingKevin O'Connor2016-02-022-0/+61
* usb: Eliminate USB controller setup threadKevin O'Connor2016-02-025-15/+5
* ehci: Only delay UHCI/OHCI port scan until after EHCI setup completesKevin O'Connor2016-02-024-3/+15
* Fix comment typoCao jin2016-02-012-3/+3
* biostables: Support SMBIOS 2.6+ UUID formatCole Robinson2016-01-151-11/+36
* kbd: Refactor capslock and numlock handlingKevin O'Connor2016-01-141-101/+96
* kbd: Don't treat scancode and asciicode as separate valuesKevin O'Connor2016-01-141-38/+26
* post: Always set HaveRunPost prior to setting any other global variableKevin O'Connor2016-01-125-4/+21
* resume: Make KVM soft reboot loop detection more flexibleKevin O'Connor2016-01-122-11/+13
* coreboot: Check for unaligned cbfs headerKevin O'Connor2016-01-121-0/+4
* tpm: Do not set TPM in failure mode if menu command failsStefan Berger2016-01-071-34/+9
* tpm: Remove usage of PP_CMD_ENABLE from all but one placeStefan Berger2016-01-071-31/+10
* tpm: Rework the assertion of physical presenceStefan Berger2016-01-073-20/+17
* tpm: Add support for harware physical presenceStefan Berger2016-01-072-51/+29
* tpm: Move assert_physical_presence and dependenciesStefan Berger2016-01-071-75/+75
* tpm: Copy digest into HashLogExentEvent responseStefan Berger2016-01-071-0/+1
* usb: Remove usbdev->slotid fieldKevin O'Connor2016-01-072-3/+4
* tpm: Don't use 16bit BIOS return codes in TPM menu functionsKevin O'Connor2016-01-051-132/+99
* tpm: Don't use 16bit BIOS return codes in tpmhw_* functionsKevin O'Connor2016-01-053-22/+24
* tpm: Don't use 16bit BIOS return codes in tpm_log_event()Kevin O'Connor2016-01-051-17/+21
* tpm: Don't use 16bit BIOS return codes in build_and_send_cmd()Kevin O'Connor2016-01-051-143/+73
* tpm: Don't call tpm_set_failure() from tpm_log_extend_event()Kevin O'Connor2016-01-051-12/+9
* 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-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
* 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