aboutsummaryrefslogtreecommitdiff
path: root/src/hw
AgeCommit message (Expand)AuthorFilesLines
2024-01-04ehci: Fix build on 64-bitHelge Deller1-1/+1
2024-01-04block/ata: Fixes to allow building 64-bit firmwareHelge Deller1-3/+3
2024-01-04esp-scsi: terminate DMA transfer when ESP data transfer completesMark Cave-Ayland1-0/+2
2024-01-04parisc/scsi: Add maximum transfer size per SCSI controllerHelge Deller2-0/+2
2024-01-04parisc: Fix detection of mptsas and esp scsi driversHelge Deller1-12/+12
2023-10-31parisc: Add timer2() wait function to cope with 32-bit timer limitHelge Deller1-6/+19
2023-10-31parisc: USB OHCI endianess fixesHelge Deller3-18/+19
2023-10-14parisc/c3700: Add support for C3700 workstation with Astro/ElroyHelge Deller3-2/+71
2023-10-14parisc/blockcmd: Drop debug outputHelge Deller1-1/+1
2023-10-14parisc/usb: Fix usb host for big-endian machines (like parisc)Helge Deller2-51/+54
2023-10-14parisc/serialio: Use portaddr_t type for DebugOutputPortHelge Deller1-1/+2
2023-10-14parisc/rtc: Drop parisc specific RTC portsHelge Deller1-7/+0
2023-10-14parisc/ata: Drop parisc specific ISA ATA portsHelge Deller1-8/+0
2023-09-16esp-scsi: handle non-DMA SCSI commands with no data phaseMark Cave-Ayland1-1/+10
2023-09-16esp-scsi: check for INTR_BS/INTR_FC instead of STAT_TC for command completionMark Cave-Ayland1-14/+22
2023-09-16esp-scsi: flush FIFO before sending SCSI commandMark Cave-Ayland1-0/+4
2021-09-24ata.c: Add missing endianess conversion functionsHelge Deller1-10/+10
2021-09-24serialio.h: Add serial port adresses for PA-RISCHelge Deller1-0/+8
2021-09-24rtc.h: Add CMOS/RTC addresses for PA-RISCHelge Deller1-0/+7
2021-09-24pci.c: Add PCI ports for PA-RISC and access PCI bus in little-endianHelge Deller1-4/+9
2021-09-24lsi-scsi.c: Convert SCSI script to little endianHelge Deller1-0/+4
2021-09-24scsi: Add fields for specifying target and lun of SCSI devicesHelge Deller10-10/+12
2021-09-24blockcmd.c: Prevent unaligned access crash on PA-RISCHelge Deller1-5/+8
2021-09-24ata.h: Add ATA IDE port addresses for PA-RISCHelge Deller1-0/+8
2021-09-24ata.c: Allow to boot on PA-RISCHelge Deller1-1/+1
2021-09-24Add portaddr_t typedef to specify I/O port addressesHelge Deller4-29/+29
2021-06-30nvme: fix missing newline on sq full printAlex Martens via SeaBIOS1-1/+1
2021-05-31nvme: drive desc should not include the newlineGerd Hoffmann1-2/+2
2021-05-31nvme: improve namespace allocationGerd Hoffmann2-25/+16
2021-03-10usb-hid: Increase MAX_KBD_EVENTStefan Ott via SeaBIOS1-1/+1
2020-12-21Support booting USB drives with a write protect switch enabledMike Banon1-3/+7
2020-11-16nvme: Clean up nvme_cmd_readwrite()David Woodhouse1-44/+33
2020-10-28nvme: Split requests by maximum allowed sizeAlexander Graf1-0/+16
2020-10-28nvme: Pass large I/O requests as PRP listsAlexander Graf2-10/+82
2020-10-28nvme: Allow to set PRP2Alexander Graf1-5/+6
2020-10-28nvme: Record maximum allowed request sizeAlexander Graf2-3/+18
2020-10-13usb/xhci: add support for mmio host adapters (via acpi).Gerd Hoffmann1-0/+31
2020-10-13usb/xhci: split xhci setup into generic and pci partsGerd Hoffmann1-13/+27
2020-10-13usb: add boot prio support for mmio host adaptersGerd Hoffmann1-0/+1
2020-09-30USB:Fix xHCI initail fail by using longer reset and CNR clear timeout valueweitaowang-oc@zhaoxin.com1-2/+2
2020-09-25usb.c: Fix devices using non-primary interface descriptorMatt DeVillier1-8/+19
2020-07-28nvme: Increase `nvme_cmd_readwrite()` message log level from 3 to 5Paul Menzel1-1/+1
2020-07-28virtio-scsi: fix boot prio detection by using correct lunStefan Reiter1-3/+3
2020-06-26timer: Handle decrements of PIT counterRoman Bolshakov1-1/+1
2020-06-24serialio: Preserve Xen DebugOutputPortJason Andryuk1-0/+4
2020-05-25pci: fix mmconfig supportGerd Hoffmann1-6/+6
2020-05-21Revert "ps2port: adjust init routine to fix PS/2 keyboard issues"Kevin O'Connor1-13/+5
2020-05-15acpi: find and register virtio-mmio devicesGerd Hoffmann2-0/+21
2020-05-15acpi: skip kbd init if not presentGerd Hoffmann1-0/+4
2020-05-15virtio-mmio: print device typeGerd Hoffmann1-2/+19