aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-01fw/pci: Add support for mapping Intel IGD via QEMUAlex Williamson1-0/+48
2016-05-16tcgbios: Remove unused const variableKevin O'Connor1-1/+0
2016-05-16usb-xhci: Remove unused const variablesKevin O'Connor1-14/+0
2016-04-22docs: Note release date of 1.9.2Kevin O'Connor1-0/+5
2016-04-06scsi: Launch a thread when scanning for drives in the scsi driversKevin O'Connor5-29/+25
2016-04-06virtio: Use threads when scanning for virtio devicesKevin O'Connor2-4/+8
2016-04-06shadow: Batch PCI config writesKevin O'Connor1-17/+38
2016-04-06optionroms: Drop support for CONFIG_OPTIONROMS_DEPLOYEDKevin O'Connor4-63/+23
2016-03-31disk: Avoid stack_hop() path if already on the extra stackKevin O'Connor2-11/+11
2016-03-31block: Move send_disk_op() from block.c to disk.cKevin O'Connor3-34/+33
2016-03-30mpt-scsi: Declare 'int i' outside of for loop for older compilersKevin O'Connor1-1/+2
2016-03-29Support for booting from LSI Logic LSI53C1030, SAS1068, SAS1068eDon Slutz6-1/+329
2016-03-21sdcard: skip detection of PCI sdhci controllers if etc/sdcard usedMatt DeVillier2-1/+6
2016-03-07fw/pci: add Q35 S3 supportMarcel Apfelbaum1-17/+56
2016-02-29ahci: set transfer mode according to the capabilities of connected driveGerd Hoffmann2-0/+62
2016-02-29tpm: Write logs in TPM 2 formatKevin O'Connor2-13/+109
2016-02-19build: fix .text section address alignmentKevin O'Connor1-4/+10
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