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