aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-16stacks: Don't update the A20 settings if they haven't changedKevin O'Connor3-6/+11
2017-05-16stacks: Make sure to initialize Call16DataKevin O'Connor1-0/+1
2017-05-16smm: Backup and restore A20 on an SMI based mode switchKevin O'Connor1-1/+8
2017-05-10NVMe: Allow NVMe to be enabled on real hardwareKevin O'Connor2-2/+2
2017-05-02src: Minor - remove tab characters that slipped into SeaBIOS C codeKevin O'Connor2-5/+5
2017-05-02lsi-scsi: try to enumerate luns with REPORT LUNSRoman Kagan1-11/+26
2017-05-02lsi-scsi: reset in case of a serious problemRoman Kagan1-0/+2
2017-05-02mpt-scsi: try to enumerate luns with REPORT LUNSRoman Kagan1-14/+26
2017-05-02pvscsi: fix the comment about lun enumerationRoman Kagan1-1/+1
2017-05-02usb-uas: enumerate luns with REPORT LUNSRoman Kagan1-16/+29
2017-05-02esp-scsi: enumerate luns with REPORT LUNSRoman Kagan1-10/+25
2017-05-02virtio-scsi: enumerate luns with REPORT LUNSRoman Kagan1-12/+26
2017-05-02blockcmd: generic SCSI luns enumerationRoman Kagan2-0/+98
2017-05-02blockcmd: accept only disks and CD-ROMsRoman Kagan1-0/+3
2017-04-25boot: Increase description size in boot menuKevin O'Connor1-1/+1
2017-04-25coreboot: Adapt to upstream CBMEM console changesJulius Werner1-6/+15
2017-03-29config: Add function to check if fw_cfg existsPetr Berky2-1/+12
2017-03-13resume: Don't attempt to use generic reboot mechanisms on QEMUKevin O'Connor5-5/+18
2017-03-02nvme: fix copy-paste mistake in commentDaniel Verkamp1-1/+1
2017-03-02nvme: fix extraction of status code bitsDaniel Verkamp1-1/+1
2017-03-02nvme: fix reversed loop condition in cmd_readwriteDaniel Verkamp1-1/+1
2017-03-02nvme: extend command timeout to 5 secondsDaniel Verkamp1-1/+1
2017-03-02nvme: support NVMe 1.0 controllersDaniel Verkamp1-33/+6
2017-03-02docs: Note release dates for 1.10.1 and 1.10.2Kevin O'Connor1-0/+11
2017-02-21QEMU fw_cfg: Write fw_cfg back on S3 resumeBen Warren3-0/+43
2017-02-21QEMU fw_cfg: Add functions for accessing files by keyBen Warren2-11/+32
2017-02-21QEMU fw_cfg: Add command to write back address of fileBen Warren2-3/+65
2017-02-21romfile-loader: Switch to using named structsBen Warren2-37/+37
2017-02-21QEMU DMA: Add DMA write capabilityBen Warren2-0/+52
2017-02-20block: add NVMe boot supportJulian Stecklina8-1/+884
2017-02-11ps2port: Disable keyboard/mouse prior to resetting ps2 controllerKevin O'Connor1-1/+12
2017-01-29vgasrc: Increase debug levelPaul Menzel1-1/+1
2017-01-17ahci: Set upper 32-bit registers to zeroLadi Prosek1-0/+5
2016-12-30serialio: Support for mmap serial portsRicardo Ribalda Delgado2-10/+47
2016-11-27tpm: Log TPM 2 digest structure in little endian formatStefan Berger1-7/+18
2016-11-27tpm: Rework tpm_build_and_send_cmd() into tpm_simple_cmd()Kevin O'Connor2-109/+53
2016-11-27tpm: Don't call tpm_build_and_send_cmd() from tpm20_stirrandom()Kevin O'Connor2-5/+12
2016-11-27acpi: Generalize find_fadt() and find_tcpa_by_rsdp() into find_acpi_table()Kevin O'Connor4-49/+11
2016-11-27tpm: Move code around in tcgbios.c to keep like code togetherKevin O'Connor1-207/+210
2016-11-27tpm: Don't call tpm_set_failure() from tpm12_get_capability()Kevin O'Connor1-5/+1
2016-11-27tpm: Add comment banners to tcg.c separating major parts of specKevin O'Connor1-101/+91
2016-11-21drop "etc/boot-cpus" fw_cfg file and reuse legacy QEMU_CFG_NB_CPUSIgor Mammedov3-33/+7
2016-10-26usb: Make usb_time_sigatt variable staticKevin O'Connor1-1/+1
2016-10-26docs: Note v1.10.0 releaserel-1.10.0Kevin O'Connor1-0/+11
2016-10-26build: Add -fno-pie to the gcc flags when availableKevin O'Connor1-0/+1
2016-10-25support booting with more than 255 CPUsIgor Mammedov2-4/+21
2016-10-25add helpers to read etc/boot-cpus at resume timeIgor Mammedov3-5/+47
2016-10-25smp: consolidate CPU APIC ID detection and accountingKevin O'Connor1-10/+15
2016-10-25paravirt: disable legacy bios tables in case of more than 255 CPUsIgor Mammedov1-2/+4
2016-10-21build: Be sure to also include out/*.d in MakefileKevin O'Connor1-1/+1