aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-09docs: Note v1.13.0 releaserel-1.13.0Kevin O'Connor1-0/+11
2019-11-18geometry: Apply LCHS values for boot devicesSam Eiderman11-1/+39
2019-11-18geometry: Add boot_lchs_find_*() utility functionsSam Eiderman3-0/+82
2019-11-18boot: Build ata and scsi paths in functionSam Eiderman1-8/+28
2019-11-18geometry: Read LCHS from fw_cfgSam Eiderman1-0/+74
2019-11-18Revert "geometry: Read LCHS from fw_cfg"Gerd Hoffmann1-87/+0
2019-11-18Revert "geometry: Add boot_lchs_find_*() utility functions"Gerd Hoffmann2-88/+0
2019-11-18Revert "config: Add toggle for bootdevice information"Gerd Hoffmann2-16/+0
2019-11-18Revert "geometry: Apply LCHS values for boot devices"Gerd Hoffmann11-42/+1
2019-11-13tcgbios: Check for enough bytes returned from TPM2_GetCapabilityStefan Berger1-2/+11
2019-11-13tpm: Require a response to have minimum size of a valid response headerStefan Berger1-1/+2
2019-11-13ahci: zero-initialize port structGerd Hoffmann1-0/+1
2019-11-06geometry: Apply LCHS values for boot devicesSam Eiderman11-1/+42
2019-11-06config: Add toggle for bootdevice informationSam Eiderman2-0/+16
2019-11-06geometry: Add boot_lchs_find_*() utility functionsSam Eiderman2-0/+88
2019-11-06boot: Reorder functions in boot.cSam Eiderman1-45/+49
2019-11-06geometry: Read LCHS from fw_cfgSam Eiderman1-0/+87
2019-10-28docs: Note release date for v1.12.1Kevin O'Connor1-0/+5
2019-10-28docs: Add developer-certificate-of-originKevin O'Connor2-0/+42
2019-10-28cp437: add license to cp437.cGerd Hoffmann1-0/+2
2019-10-28ramfb: add copyright and license to ramfb.cGerd Hoffmann1-0/+6
2019-10-28bochsdisplay: add copyright and license to bochsdisplay.cGerd Hoffmann1-0/+6
2019-10-28svgamodes: Add copyright notice to vgasrc/svgamodes.cKevin O'Connor1-0/+8
2019-10-21Remove dos line endings introduced in the last two commitsUwe Kleine-König2-17/+17
2019-10-18Add additional resolutions for 16:9 displays: 1600x900 and 2560x1440Uwe Kleine-König1-0/+8
2019-10-18cbvga: reuse svga modes definitions from svgamodes.cUwe Kleine-König1-71/+9
2019-10-18virtio: extend virtio queue size to 256Denis Plotnikov1-1/+1
2019-08-23Makefile: Build with -Wno-address-of-packed-memberKevin O'Connor1-0/+1
2019-06-28csm: Fix boot priority translationDavid Woodhouse1-3/+20
2019-06-24ati-vga: add rage128 edid supportGerd Hoffmann1-0/+25
2019-06-24ati-vga: try vga ddc firstGerd Hoffmann1-0/+9
2019-06-24ati-vga: make i2c register and bits configurableGerd Hoffmann1-7/+27
2019-06-24ati-vga: fix ati_read()Gerd Hoffmann1-1/+1
2019-06-24ati-vga: make less verboseGerd Hoffmann1-1/+1
2019-06-18csm: Sanitise alignment constraint in Legacy16GetTableAddressDavid Woodhouse1-2/+12
2019-05-23virtio-pci: Use %pP format in dprintf() callsKevin O'Connor1-6/+4
2019-05-23pciinit: Use %pP shorthand for printing device ids in intel_igd_setup()Kevin O'Connor1-12/+9
2019-05-22optionrom: disallow int19 redirect for pnp roms.Gerd Hoffmann1-0/+24
2019-05-17bootmenu: add support for more than 9 entriesGerd Hoffmann1-18/+42
2019-05-17add get_keystroke_full() helperGerd Hoffmann2-2/+15
2019-05-15bochsdisplay: parse resolution from edid.Gerd Hoffmann1-8/+16
2019-05-15bochsdisplay: add edid support.Gerd Hoffmann1-1/+7
2019-05-15bochsvga: add edid support.Gerd Hoffmann1-3/+16
2019-05-15ati: add edid support.Gerd Hoffmann1-0/+114
2019-05-15vbe: add edid support.Gerd Hoffmann2-0/+31
2019-05-07smbios: Add missing zero byte to Type 0Sam Eiderman1-0/+4
2019-03-15vga: add ati bios tablesGerd Hoffmann2-0/+46
2019-03-15vga: add atiext driverGerd Hoffmann5-1/+271
2019-03-14vga: make memcpy_high() publicGerd Hoffmann2-2/+2
2019-03-14vga: move modelist from bochsvga.c to new svgamodes.cGerd Hoffmann4-87/+109