aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-02-04block: Move drive setup to new function block_setup()Kevin O'Connor3-21/+19
2016-02-03scsi: Always use MAXDESCSIZE when building drive descriptionKevin O'Connor4-4/+5
2016-02-03pci: Split low-level pci code from higher-level 'struct pci_device' codeKevin O'Connor31-313/+341
2016-02-03pci: Move code in pci.c that is specific to pciinit.c to pciinit.cKevin O'Connor5-42/+39
2016-02-03pci: Implement '%pP' printf handler for 'struct pci_device' pointersKevin O'Connor16-113/+74
2016-02-02pci: Consistently set pci->have_drivers for devices with internal driversKevin O'Connor2-1/+3
2016-02-02virtio: Convert to new PCI BAR helper functionsKevin O'Connor2-30/+38
2016-02-02xhci: Convert to new PCI BAR helper functionsKevin O'Connor1-13/+14
2016-02-02uhci: Convert to new PCI BAR helper functionsKevin O'Connor1-7/+9
2016-02-02ohci: Convert to new PCI BAR helper functionsKevin O'Connor1-9/+8
2016-02-02ehci: Convert to new PCI BAR helper functionsKevin O'Connor1-6/+6
2016-02-02sdcard: Convert to new PCI BAR helper functionsKevin O'Connor1-8/+6
2016-02-02pvscsi: Convert to new PCI BAR helper functionsKevin O'Connor1-9/+8
2016-02-02megasas: Convert to new PCI BAR helper functionsKevin O'Connor1-10/+8
2016-02-02lsi-scsi: Convert to new PCI BAR helper functionsKevin O'Connor1-7/+6
2016-02-02esp-scsi: Convert to new PCI BAR helper functionsKevin O'Connor1-7/+6
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