aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* pci: add mmconfig supportGerd Hoffmann2020-03-273-12/+54
* pci: factor out ioconfig_cmd()Gerd Hoffmann2020-03-271-6/+11
* std/tcg: Replace zero-length array with flexible-array memberPaul Menzel2020-03-201-1/+1
* ps2port: adjust init routine to fix PS/2 keyboard issuesMatt DeVillier2020-03-171-5/+13
* Skip boot menu and timeout with only one boot deviceMatt DeVillier2020-03-171-0/+6
* sercon: vbe modeset is int 10h function 4f02 not 4f00Gerd Hoffmann2020-03-171-1/+1
* kvm: add support for reading tsc frequency from kvmclockGerd Hoffmann2020-03-162-0/+56
* kvm: add support for reading tsc frequency via cpuid.Gerd Hoffmann2020-03-161-0/+5
* kvm: detect unconditionallyGerd Hoffmann2020-03-161-7/+1
* timer: add tsctimer_setfreq()Gerd Hoffmann2020-03-162-1/+26
* hw/usb-hid: Don't abort if setting key repeat rate failsMatt DeVillier2020-03-061-1/+1
* usb-hid: Improve max packet size checkingKevin O'Connor2020-03-061-22/+33
* nvme: skip initializing non-bootable devicesGerd Hoffmann2020-01-141-0/+7
* virtio-scsi: skip initializing non-bootable devicesGerd Hoffmann2020-01-141-1/+10
* boot: cache HALT priorityGerd Hoffmann2020-01-141-1/+5
* virtio: Do not init non-bootable devicesAlexey Kirillov2020-01-142-2/+20
* boot: Detect strict boot order (HALT record) in functionAlexey Kirillov2020-01-142-0/+6
* geometry: Apply LCHS values for boot devicesSam Eiderman2019-11-1811-1/+39
* geometry: Add boot_lchs_find_*() utility functionsSam Eiderman2019-11-183-0/+82
* boot: Build ata and scsi paths in functionSam Eiderman2019-11-181-8/+28
* geometry: Read LCHS from fw_cfgSam Eiderman2019-11-181-0/+74
* Revert "geometry: Read LCHS from fw_cfg"Gerd Hoffmann2019-11-181-87/+0
* Revert "geometry: Add boot_lchs_find_*() utility functions"Gerd Hoffmann2019-11-182-88/+0
* Revert "config: Add toggle for bootdevice information"Gerd Hoffmann2019-11-182-16/+0
* Revert "geometry: Apply LCHS values for boot devices"Gerd Hoffmann2019-11-1811-42/+1
* tcgbios: Check for enough bytes returned from TPM2_GetCapabilityStefan Berger2019-11-131-2/+11
* tpm: Require a response to have minimum size of a valid response headerStefan Berger2019-11-131-1/+2
* ahci: zero-initialize port structGerd Hoffmann2019-11-131-0/+1
* geometry: Apply LCHS values for boot devicesSam Eiderman2019-11-0611-1/+42
* config: Add toggle for bootdevice informationSam Eiderman2019-11-062-0/+16
* geometry: Add boot_lchs_find_*() utility functionsSam Eiderman2019-11-062-0/+88
* boot: Reorder functions in boot.cSam Eiderman2019-11-061-45/+49
* geometry: Read LCHS from fw_cfgSam Eiderman2019-11-061-0/+87
* cp437: add license to cp437.cGerd Hoffmann2019-10-281-0/+2
* virtio: extend virtio queue size to 256Denis Plotnikov2019-10-181-1/+1
* csm: Fix boot priority translationDavid Woodhouse2019-06-281-3/+20
* csm: Sanitise alignment constraint in Legacy16GetTableAddressDavid Woodhouse2019-06-181-2/+12
* virtio-pci: Use %pP format in dprintf() callsKevin O'Connor2019-05-231-6/+4
* pciinit: Use %pP shorthand for printing device ids in intel_igd_setup()Kevin O'Connor2019-05-231-12/+9
* optionrom: disallow int19 redirect for pnp roms.Gerd Hoffmann2019-05-221-0/+24
* bootmenu: add support for more than 9 entriesGerd Hoffmann2019-05-171-18/+42
* add get_keystroke_full() helperGerd Hoffmann2019-05-172-2/+15
* smbios: Add missing zero byte to Type 0Sam Eiderman2019-05-071-0/+4
* tcgbios: Implement TPM 2.0 menu item to activate and deactivate PCR banksStefan Berger2019-02-042-0/+240
* tcgbios: Use table to convert hash to buffer sizeStefan Berger2019-02-041-13/+28
* usb-ehci: Clear pipe token on pipe reallocateKevin O'Connor2019-02-041-0/+1
* bootsplash: Added support for 16/24/32bpp in one functionJoseph Pacheco-Corwin2019-02-043-14/+13
* output: Avoid thunking to 16bit mode in printf() if no vgabiosKevin O'Connor2018-12-171-0/+3
* qemu: avoid debug prints if debugcon is not enabledStefano Garzarella2018-12-104-2/+21
* pvscsi: ring_desc do not have to be page alignedLiran Alon2018-11-271-1/+1