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