aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-14usb-ehci: Clear pipe token on pipe reallocaterel-1.12.11.12-stableKevin O'Connor1-0/+1
2019-02-05tpm: Check for TPM related ACPI tables before attempting hw probeStephen Douthit1-7/+7
2018-11-17docs: Note v1.12.0 releaserel-1.12.0Kevin O'Connor1-0/+21
2018-11-10shadow: Rework bios copy code to prevent gcc array-bounds warningKevin O'Connor1-5/+6
2018-11-10pvscsi: Scan all 64 possible targetsShmuel Eiderman1-1/+1
2018-10-05pretty boot menu entry for cdrom drivesGerd Hoffmann3-0/+57
2018-09-18SeaVGABios/cbvga: Fix bpp for coreboot framebufferMatt DeVillier1-2/+8
2018-09-05pci: recognize RH PCI legacy bridge resource reservation capabilityJing Liu2-21/+30
2018-09-05pci: clean up the debug message for pci capability foundJing Liu1-1/+3
2018-09-05pci: fix the return value for truncated capabilityJing Liu1-0/+1
2018-09-03sdcard: Increase SDHCI_POWER_ON_TIME to 5msKevin O'Connor1-1/+1
2018-08-23nvme: fix I/O queue length calculation overflowMatt DeVillier1-2/+2
2018-08-09docs: Update download file linkKevin O'Connor1-1/+1
2018-07-15ssdt: Fix building of legacy acpi tables on current iasl compilerKevin O'Connor2-2/+2
2018-06-26cbvga_set_mode: refine clear display logicGerd Hoffmann1-8/+10
2018-06-22qemu: add qemu ramfb supportGerd Hoffmann5-14/+189
2018-06-22vgasrc: add allocate_pmm()Gerd Hoffmann2-16/+33
2018-06-22pmm: use tmp zone on oomGerd Hoffmann1-0/+13
2018-06-22bochs_display_setup: return error on failureGerd Hoffmann1-1/+1
2018-06-22cbvga_set_mode: disable clearmem in windows x86 emulator.Gerd Hoffmann1-1/+9
2018-06-22cbvga_list_modes: don't list current mode twiceGerd Hoffmann1-1/+5
2018-06-22cbvga_setup_modes: use real mode number instead of 0x140Gerd Hoffmann1-0/+5
2018-06-22qemu: add bochs-display supportGerd Hoffmann5-14/+95
2018-06-22cbvga: factor out cbvga_setup_modes()Gerd Hoffmann2-25/+33
2018-06-22optionrom: enable non-vga display devicesGerd Hoffmann1-1/+28
2018-06-11docs: Update Download.md to use git clone via httpsKevin O'Connor1-1/+1
2018-04-12tpm: Request access to locality 0Stefan Berger1-0/+2
2018-03-21tpm: when CRB is active, select, lock it, and check addressesStefan Berger1-3/+1
2018-03-21tpm: revert return values for successful/failed CRB probingStefan Berger1-3/+3
2018-03-21tpm: Wait for tpmRegValidSts flag on CRB interface before probingStefan Berger1-0/+10
2018-03-02tpm: Handle unimplemented TIS_REG_IFACE_ID in tis_get_tpm_version()Stephen Douthit1-5/+15
2018-03-02tpm: Wait for interface startup when probingStephen Douthit1-1/+12
2018-03-02tpm: Refactor duplicated wait code in tis_wait_sts() & crb_wait_reg()Stephen Douthit1-47/+33
2018-02-27tpm: add TPM CRB device supportMarc-André Lureau2-1/+221
2018-02-27tpm: use get_tpm_version() callbackMarc-André Lureau1-1/+2
2018-02-27tpm: generalize init_timeout()Marc-André Lureau1-10/+15
2018-02-27x86: add readq()Marc-André Lureau1-0/+5
2018-02-27build: Use git describe --alwaysKevin O'Connor1-1/+1
2018-02-22shadow: Don't invoke a shutdown on reboot unless in a reboot loopKevin O'Connor1-11/+16
2018-02-15floppy: Send 4 sense interrupt commands during controller initializationNikolay Nikolov1-1/+14
2018-02-15floppy: Wait for the floppy motor to reach a stable speed, after startingNikolay Nikolov1-2/+11
2018-02-15floppy: Support up to 4 floppy drives when turning on the floppy motorNikolay Nikolov1-1/+1
2018-02-15floppy: Execute a SPECIFY command after sensing the media typeNikolay Nikolov1-2/+20
2018-02-15floppy: hold the DOR reset bit low for 4 microseconds, when resettingNikolay Nikolov1-0/+2
2018-02-07floppy: Use timer_check() in floppy_wait_irq()Nikolay Nikolov1-4/+5
2018-02-07floppy: Reset the floppy motor count in floppy_drive_pio()Nikolay Nikolov1-0/+1
2018-02-07floppy: Preserve motor and drive sel bits when resetting the floppy controllerNikolay Nikolov1-3/+6
2018-02-07floppy: Introduce FLOPPY_DOR_XXX constantsNikolay Nikolov1-4/+13
2018-02-07floppy: Introduce floppy_dor_mask()Nikolay Nikolov1-1/+7
2018-02-07floppy: Introduce the floppy_dor_read() functionNikolay Nikolov1-2/+8