aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-131-0/+7
* vbe: Add VBE 2.0+ OemData field to struct vbe_infoDaniel Verkamp2024-03-101-0/+2
* 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
* 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
* reset: force standard PCI configuration accessVolker Rümelin2022-04-043-7/+40
* pci: refactor the pci_config_*() functionsVolker Rümelin2022-04-042-13/+53
* nvme: fix LBA format data structureFlorian Larysch2022-02-031-1/+0
* nvme: avoid use-after-free in nvme_controller_enable()Jan Beulich via SeaBIOS2022-01-271-1/+2
* sercon: Fix missing GET_LOW() to access rx_bytesKevin O'Connor2022-01-271-9/+11
* nvme: Only allocate one dma bounce buffer for all nvme drivesKevin O'Connor2022-01-272-9/+15
* nvme: Build the page list in the existing dma bufferKevin O'Connor2022-01-272-43/+24
* nvme: Pass prp1 and prp2 directly to nvme_io_xfer()Kevin O'Connor2022-01-271-21/+18
* nvme: Convert nvme_build_prpl() to nvme_prpl_xfer()Kevin O'Connor2022-01-272-27/+20
* nvme: Add nvme_bounce_xfer() helper functionKevin O'Connor2022-01-211-14/+21
* nvme: Rework nvme_io_readwrite() to return -1 on errorKevin O'Connor2022-01-211-19/+18
* smm: Suppress gcc array-bounds warningsKevin O'Connor2022-01-211-6/+15
* memmap: Fix gcc out-of-bounds warningKevin O'Connor2021-12-181-1/+1
* virtio-blk: split large IO according to size_maxAndy Pei2021-12-181-1/+34
* virtio-blk: abstract a function named virtio_blk_op_one_segment to handle r/w...Andy Pei2021-12-181-20/+28
* virtio-blk: add feature VIRTIO_BLK_F_SIZE_MAX and VIRTIO_BLK_F_SEG_MAXAndy Pei2021-12-183-8/+48
* pci: let firmware reserve IO for pcie-pci-bridgeIgor Mammedov2021-12-181-5/+14
* pci: reserve resources for pcie-pci-bridge to fix regressed hotplug on q35Igor Mammedov2021-12-181-0/+5