aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-11ata.c: Add missing endianess conversion functionshppa-targetHelge Deller1-10/+10
2021-02-11block.c: Allow PA-RISC to boot from ATA drivesHelge Deller1-1/+7
2021-02-11boot.c: Add boot disc chooser for PA-RISCHelge Deller1-0/+48
2021-02-11string.c: reimplement mem*_far() functions for PA-RISCHelge Deller1-1/+26
2021-02-11parisc: Add PA-RISC related codeHelge Deller16-1/+5762
2021-02-11x86.h: Provide replacement functions for PA-RISCHelge Deller1-0/+6
2021-02-11version.c: Mark version strings constHelge Deller1-2/+2
2021-02-11stacks.h: Provide replacement for thread functions when !CONFIG_THREADSHelge Deller1-2/+15
2021-02-11sercon.c: Use SEROFF_IIR constantHelge Deller1-1/+1
2021-02-11romfile.c: return values are returned as little-endianHelge Deller1-1/+3
2021-02-11output.c: Make printf() capable to print 64bit int valuesHelge Deller1-21/+23
2021-02-11output.c: Add PA-RISC specific output behaviourHelge Deller1-2/+10
2021-02-11malloc.c: Implement a PA-RISC specific malloc()Helge Deller2-4/+8
2021-02-11serialio.h: Add serial port adresses for PA-RISCHelge Deller1-0/+8
2021-02-11rtc.h: Add CMOS/RTC addresses for PA-RISCHelge Deller1-0/+7
2021-02-11pci.c: Add PCI ports for PA-RISC and access PCI bus in little-endianHelge Deller1-4/+9
2021-02-11lsi-scsi.c: Convert SCSI script to little endianHelge Deller1-0/+4
2021-02-11scsi: Add fields for specifying target and lun of SCSI devicesHelge Deller11-10/+14
2021-02-11blockcmd.c: Prevent unaligned access crash on PA-RISCHelge Deller1-5/+8
2021-02-11ata.h: Add ATA IDE port addresses for PA-RISCHelge Deller1-0/+8
2021-02-11ata.c: Allow to boot on PA-RISCHelge Deller1-1/+1
2021-02-11Add portaddr_t typedef to specify I/O port addressesHelge Deller6-31/+39
2021-02-11shadow.c: Compile int3 inline assembly on x86 onlyHelge Deller1-0/+2
2021-02-11pciinit.c: Initialize PA-RISC Dino PCI chipHelge Deller1-6/+47
2021-02-11paravirt.h: Add PORT_QEMU_CFG_CTL for pariscHelge Deller1-0/+7
2021-02-11font.c: Disable built-in x86 font on pariscHelge Deller1-0/+2
2021-02-11farptr.h: Add FLATPTR* accessor functions for pariscHelge Deller1-1/+13
2021-02-11byteorder.h: Add endianess conversion functionsHelge Deller1-0/+74
2021-02-11Drivers: Use get_bda_ptr() BDA accessorHelge Deller3-3/+3
2021-02-11biosvar.h: Add accessors for various BIOS data areasHelge Deller1-0/+31
2021-02-11Add config option for PA-RISC archHelge Deller1-16/+38
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-15usb boot: add xhci mmio exampleGerd Hoffmann1-1/+3
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 Hoffmann2-1/+10
2020-10-13dsdt: add support for pnp ids as stringsGerd Hoffmann1-8/+13
2020-10-13output: add support for uppercase hex numbersGerd Hoffmann1-22/+27
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-09-08smbios: avoid integer overflow when adding SMBIOS type 0 tableDaniel P. Berrangé1-4/+10
2020-08-10docs: Note v1.14.0 releaseKevin O'Connor1-0/+13
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-07-24ldnoexec: Add script to remove ET_EXEC flag from intermediate build objectsKevin O'Connor2-4/+37