aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add fwcfg override for pci_pad_mem64pci64-cfgGerd Hoffmann2024-11-213-1/+15
* update pci_pad_mem64 handlingGerd Hoffmann2024-11-211-3/+8
* vgabios: Fix generating modes list for static_functionalityHEADmasterSteven Price2024-10-251-2/+2
* esp-scsi: indicate acceptance of MESSAGE IN phase dataMark Cave-Ayland2024-09-041-1/+3
* limit address space used for pci devices, part twoGerd Hoffmann2024-06-241-5/+10
* pciinit: don't misalign large BARsDaniil Tatianin2024-04-151-2/+4
* stdvgaio: Only read/write one color palette entry at a timeKevin O'Connor2024-04-138-82/+108
* stdvga: Add stdvga_set_vertical_size() helper functionKevin O'Connor2024-04-053-7/+13
* stdvga: Rename stdvga_get_vde() to stdvga_get_vertical_size()Kevin O'Connor2024-04-053-7/+7
* stdvga: Rename stdvga_set_scan_lines() to stdvga_set_character_height()Kevin O'Connor2024-04-053-8/+8
* stdvga: Rename stdvga_set_text_block_specifier() to stdvga_set_font_location()Kevin O'Connor2024-04-053-9/+9
* stdvga: Rework stdvga palette index paging interface functionsKevin O'Connor2024-04-053-17/+26
* stdvga: Rename stdvga_toggle_intensity() to stdvga_set_palette_blinking()Kevin O'Connor2024-04-053-4/+4
* stdvga: Add comments to interface functions in stdvga.cKevin O'Connor2024-04-051-1/+22
* stdvga: Rename CGA palette functionsKevin O'Connor2024-04-053-13/+18
* stdvgamodes: Improve naming of dac palette tablesKevin O'Connor2024-03-311-42/+50
* stdvgamodes: No need to store pelmask in vga_modes[]Kevin O'Connor2024-03-311-19/+18
* vgasrc: Rename vgahw_get_linesize() to vgahw_minimum_linelength()Kevin O'Connor2024-03-156-21/+27
* vgasrc: Use curmode_g instead of vmode_g when mode is the current video modeKevin O'Connor2024-03-1514-207/+206
* vbe: implement function 09h (get/set palette data)Daniel Verkamp2024-03-151-0/+58
* vgasrc: round up save/restore sizeDaniel Verkamp2024-03-122-2/+2
* vbe: Add VBE 2.0+ OemData field to struct vbe_infoDaniel Verkamp2024-03-102-1/+5
* fix smbios blob length overflowIgor Mammedov2024-03-031-1/+1
* Add LBA 64bit support for reads beyond 2TB.Max Tottenham2024-01-262-14/+71
* Add AHCI Power ON + ICC_ACTIVE into port setup codeAndrej Kruták2024-01-251-1/+2
* esp-scsi: terminate DMA transfer when ESP data transfer completesMark Cave-Ayland2024-01-251-0/+2
* limit address space used for pci devices.Gerd Hoffmann2023-11-131-12/+26
* check for e820 conflictGerd Hoffmann2023-08-243-0/+18
* qemu: log reservations in fw_cfg e820 tableGerd Hoffmann2023-08-241-1/+1
* be less conservative with the 64bit pci io windowGerd Hoffmann2023-08-241-4/+12
* move 64bit pci window to end of address spaceGerd Hoffmann2023-08-241-0/+8
* detect physical address space sizeGerd Hoffmann2023-08-242-0/+59
* better kvm detectionGerd Hoffmann2023-08-241-9/+21
* esp-scsi: handle non-DMA SCSI commands with no data phaseMark Cave-Ayland2023-08-241-1/+10
* esp-scsi: check for INTR_BS/INTR_FC instead of STAT_TC for command completionMark Cave-Ayland2023-08-241-14/+22
* esp-scsi: flush FIFO before sending SCSI commandMark Cave-Ayland2023-08-241-0/+4
* Increase BUILD_MAX_E820 to 128Tony Titus via SeaBIOS2023-08-241-1/+1
* ahci: handle TFES irq correctlyNiklas Cassel via SeaBIOS2023-06-211-0/+6
* virtio-blk: Fix integer overflow for large max IO sizesLukas Stockner via SeaBIOS2023-06-131-1/+1
* Fix high memory zone initialization in CSM modeJosé Martínez2023-06-132-5/+5
* disable array bounds warningGerd Hoffmann2023-05-051-0/+1
* xen: require Xen info structure at 0x1000 to detect XenDavid Woodhouse2023-02-011-13/+32
* usb: fix wrong init of keyboard/mouse's if first interface is not boot protocolQi Zhou2022-11-232-10/+15
* virtio: finalize features before using devicerel-1.16.1Xuan Zhuo2022-11-232-9/+26
* virtio-mmio: read/write the hi 32 features for mmioXuan Zhuo2022-11-231-2/+5
* acpi: parse Alias objectIgor Mammedov2022-11-231-0/+4
* virtio-blk: Fix incorrect type conversion in virtio_blk_op()Xiaofei Lee2022-11-221-1/+1
* virtio-blk: use larger default request sizeGerd Hoffmann2022-07-071-1/+1
* malloc: use large ZoneHigh when there is enough memoryGerd Hoffmann2022-04-272-6/+11
* malloc: use variable for ZoneHigh sizeGerd Hoffmann2022-04-271-7/+8