aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-03version: update to 20151103qemu-slof-20151103Alexey Kardashevskiy1-1/+1
2015-11-03documentation: Add a clause about signing offAlexey Kardashevskiy1-0/+6
2015-11-03qemu/js2x/client: Support binutils >= 2.25.1Alexey Kardashevskiy11-15/+14
2015-10-22Fix special keys on USBDinar Valeev1-9/+7
2015-10-22Fix function keys on USBDinar Valeev1-16/+12
2015-10-10pci-scan: program 64-bit mem bar range in pci-bridge barNikunj A Dadhania1-6/+13
2015-10-10Allow to build SLOF on Little Endian hostDinar Valeev1-4/+8
2015-10-06usb-xhci: add keyboard supportNikunj A Dadhania2-1/+120
2015-10-06usb-xhci: ready the link trb earlyNikunj A Dadhania1-7/+6
2015-10-06usb-xhci: scan usb high speed portsNikunj A Dadhania1-9/+30
2015-10-06usb-xhci: bulk improve event handling loopNikunj A Dadhania1-9/+32
2015-10-06usb-xhci: return on allocation failureNikunj A Dadhania1-1/+2
2015-10-06usb-xhci: add delay in shutdown pathNikunj A Dadhania1-0/+12
2015-10-06usb-xhci: event trbs does not need link trbNikunj A Dadhania1-4/+6
2015-10-06usb-hid: refactor usb key readingNikunj A Dadhania1-7/+4
2015-09-30takeover: Fix header includesThomas Huth1-1/+1
2015-09-30board-js2x: Add missing file dma-function.fsThomas Huth1-0/+1
2015-09-30vga: Add support for virtio-vgaBenjamin Herrenschmidt4-187/+216
2015-09-18qemu-vga: Use MMIO BAR instead of legacy IO portsBenjamin Herrenschmidt1-44/+11
2015-09-17slof: Change call_c() function to a proper assembler functionThomas Huth2-18/+10
2015-08-13version: update to 20150813qemu-slof-20150813Alexey Kardashevskiy1-1/+1
2015-08-05Add missing half word access case to _FASTRMOVE and _FASTMOVEThomas Huth2-8/+8
2015-08-05Remove unused RMOVE64 stubThomas Huth1-1/+0
2015-08-05fbuffer: Implement RFILL as an accelerated primitiveThomas Huth6-39/+44
2015-08-05fbuffer: Implement MRMOVE as an accelerated primitiveThomas Huth5-16/+27
2015-08-05fbuffer: Precalculate line length in bytesThomas Huth1-11/+14
2015-08-05terminal: Disable the terminal-write trace by defaultThomas Huth1-1/+2
2015-08-05boot: remove trailing ":" in the bootpathNikunj A Dadhania1-5/+0
2015-08-05ci: implement boot client interfaceNikunj A Dadhania1-0/+12
2015-08-05boot: bootpath should be complete device pathNikunj A Dadhania1-1/+1
2015-08-03fbuffer: Use a smaller cursorThomas Huth1-1/+2
2015-08-03fbuffer: Improve invert-region helperThomas Huth3-10/+19
2015-07-20usb-hid: Caps is not always shiftDinar Valeev1-3/+27
2015-07-13cas: Increase FDT buffer size to accomodate larger ibm, cas node propertiesBharata B Rao1-3/+3
2015-07-06README: Update with patch submittion noteAlexey Kardashevskiy1-0/+8
2015-07-04disk-label: add support for booting from GPT FAT partitionNikunj A Dadhania1-24/+84
2015-07-04disk-label: introduce helper to check fat filesystemNikunj A Dadhania1-8/+9
2015-07-04introduce 8-byte LE helpersNikunj A Dadhania2-2/+8
2015-07-04disk-label: simplify gpt-prep-partition? routineNikunj A Dadhania1-26/+15
2015-05-29fbuffer: introduce the invert-region-x helperAlexey Kardashevskiy4-12/+10
2015-05-29fbuffer: introduce the invert-region helperGreg Kurz3-1/+8
2015-05-29fbuffer: simplify address computations in fb8-toggle-cursorGreg Kurz1-2/+2
2015-05-07version: update to 20150429qemu-slof-20150429Nikunj A Dadhania1-1/+1
2015-05-07pci: Use QEMU created PCI device nodesNikunj A Dadhania2-2/+48
2015-05-07usb: support 64-bit pci barsNikunj A Dadhania1-2/+8
2015-05-07pci: Support 64-bit address translationNikunj A Dadhania1-4/+2
2015-05-07pci: program correct bridge limit registers during probeNikunj A Dadhania1-3/+3
2015-04-07scsi: handle report-luns failureNikunj A Dadhania1-1/+1
2015-03-23Fix "key?" Forth word when using USB keyboardsThomas Huth1-9/+21
2015-03-23Remove bulk.fs packageThomas Huth2-98/+1