aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Makefile: Build with -Wno-address-of-packed-memberKevin O'Connor2019-08-231-0/+1
* csm: Fix boot priority translationDavid Woodhouse2019-06-281-3/+20
* ati-vga: add rage128 edid supportGerd Hoffmann2019-06-241-0/+25
* ati-vga: try vga ddc firstGerd Hoffmann2019-06-241-0/+9
* ati-vga: make i2c register and bits configurableGerd Hoffmann2019-06-241-7/+27
* ati-vga: fix ati_read()Gerd Hoffmann2019-06-241-1/+1
* ati-vga: make less verboseGerd Hoffmann2019-06-241-1/+1
* 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
* bochsdisplay: parse resolution from edid.Gerd Hoffmann2019-05-151-8/+16
* bochsdisplay: add edid support.Gerd Hoffmann2019-05-151-1/+7
* bochsvga: add edid support.Gerd Hoffmann2019-05-151-3/+16
* ati: add edid support.Gerd Hoffmann2019-05-151-0/+114
* vbe: add edid support.Gerd Hoffmann2019-05-152-0/+31
* smbios: Add missing zero byte to Type 0Sam Eiderman2019-05-071-0/+4
* vga: add ati bios tablesGerd Hoffmann2019-03-152-0/+46
* vga: add atiext driverGerd Hoffmann2019-03-155-1/+271
* vga: make memcpy_high() publicGerd Hoffmann2019-03-142-2/+2
* vga: move modelist from bochsvga.c to new svgamodes.cGerd Hoffmann2019-03-144-87/+109
* 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
* docs: Fix cut-and-paste error in Mailinglist.md archive linkKevin O'Connor2019-01-211-1/+1
* docs: Update mailing list archive linksKevin O'Connor2019-01-201-6/+12
* 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
* docs: Note v1.12.0 releaseKevin 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