aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-19docs: Note release date of 1.9.1Kevin O'Connor1-0/+5
2016-02-19tpm: Unify tpm_fill_hash()/tpm_log_extend_event() and use in BIOS interfaceKevin O'Connor1-41/+36
2016-02-05tpm: Filter TPM commands in passthrough APIStefan Berger2-1/+20
2016-02-05tpm: Implement TPM 2's tpm_set_failure partStefan Berger2-1/+46
2016-02-05tpm: Implement tpm20_menuStefan Berger2-1/+133
2016-02-05tpm: Implement tpm20_extendStefan Berger2-2/+49
2016-02-05tpm: Implement tpm20_prepbootStefan Berger2-2/+153
2016-02-05tpm: Implement tpm20_set_timeoutsStefan Berger2-0/+37
2016-02-05tpm: Implement tpm20_startup and tpm20_s3_resumeStefan Berger2-6/+105
2016-02-05tpm: Prepare code for TPM 2 functionsStefan Berger1-112/+185
2016-02-05tpm: Factor out tpm_extendStefan Berger1-4/+14
2016-02-05tpm: Extend TPM TIS with TPM 2 support.Stefan Berger3-8/+51
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'Connor32-314/+342
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