summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* tpm: Check for TPM related ACPI tables before attempting hw probeStephen Douthit2018-11-271-7/+7
* 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
* 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
* ssdt: Fix building of legacy acpi tables on current iasl compilerKevin O'Connor2018-07-152-2/+2
* pmm: use tmp zone on oomGerd Hoffmann2018-06-221-0/+13
* optionrom: enable non-vga display devicesGerd Hoffmann2018-06-221-1/+28
* 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