aboutsummaryrefslogtreecommitdiff
path: root/slof/fs
AgeCommit message (Expand)AuthorFilesLines
2015-05-29fbuffer: introduce the invert-region-x helperAlexey Kardashevskiy1-3/+1
2015-05-29fbuffer: introduce the invert-region helperGreg Kurz1-1/+1
2015-05-29fbuffer: simplify address computations in fb8-toggle-cursorGreg Kurz1-2/+2
2015-05-07pci: Use QEMU created PCI device nodesNikunj A Dadhania1-1/+5
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-23Remove bulk.fs packageThomas Huth2-98/+1
2015-03-12Set default palette according to "16-color Text Extension" documentThomas Huth1-0/+25
2015-03-12Fix rectangle drawing functions to work also with higher bit depthsThomas Huth1-0/+62
2015-03-12Improve /openprom nodeThomas Huth1-1/+1
2015-03-12pci-properties: Remove redundant call to device-typeAlexey Kardashevskiy2-2/+1
2014-12-03pci: use 64bit bar rangesNikunj A Dadhania2-3/+12
2014-10-29pci: scan only type 0 and type 1Nikunj A Dadhania1-5/+6
2014-10-29Fix term-io-key to also work when stdin has not been set yetThomas Huth1-0/+2
2014-06-26Quieten the grub warningNikunj A Dadhania1-1/+1
2014-06-13Add boot menu supportAvik Sil1-7/+86
2014-06-13boot from disk having chrp-boot fileNikunj A Dadhania1-16/+24
2014-06-13fat16: fix read and remove debug messagesNikunj A Dadhania1-4/+5
2014-05-14pci-scan: reserve memory for pci-bridge without devicesNikunj A Dadhania1-3/+3
2014-05-14pci-bridge: Fix ranges when no device beyond the bridgeNikunj A Dadhania1-0/+1
2014-04-25usb: use common pci dma alloc/mapping routinesNikunj A Dadhania1-4/+2
2014-04-25Remove unused SLOF codeThomas Huth2-15/+7
2014-04-25pci-bridge: generic bridge needs to support pci dma functionsNikunj A Dadhania1-0/+1
2014-04-25pci: extract dma functions as separate fileNikunj A Dadhania2-26/+37
2014-03-27cas: increase hcall buffer size to accomodate 256 cpusNikunj A Dadhania1-1/+3
2014-03-26usb: change device tree namingNikunj A Dadhania3-44/+25
2014-03-18ELF: Enter LE binary in LE modeNikunj A Dadhania2-16/+27
2014-02-04Add support for 64bit LE ABI v1 and v2 supportNikunj A Dadhania2-12/+56
2014-02-04Change representation of string environment variableNikunj A Dadhania1-3/+3
2014-02-04cas: return error when unknown node foundNikunj A Dadhania1-1/+3
2013-12-09cas: remove warningAlexey Kardashevskiy1-1/+1
2013-12-06Find next available alias nameAvik Sil2-14/+25
2013-12-06SLOF does not exit if given 1KB diskNikunj A Dadhania1-2/+11
2013-11-22pci-properties: add properties to enable hotplug for spaprqemu-slof-20131122Michael Roth2-0/+16
2013-11-18Increase quiesce tokens array sizeNikunj A Dadhania1-1/+1
2013-11-15scsi: make-media-alias fixNikunj A Dadhania1-5/+9
2013-11-15usb-xhci: add xhci host controller supportNikunj A Dadhania1-0/+1
2013-11-15usb-xhci: add xhci supportNikunj A Dadhania3-5/+20
2013-10-15usb-core: disable xhciNikunj A Dadhania1-4/+4
2013-10-15client-architecture-support: fix wrong version readqemu-slof-20131015Alexey Kardashevskiy1-1/+1
2013-10-15client-architecture-support: fix redundant stack dropAlexey Kardashevskiy1-1/+1
2013-10-09Update device tree returned by CAS hypercallqemu-slof-20131009listNikunj A Dadhania1-9/+23
2013-10-09Add ibm,client-architecture-support methodNikunj A Dadhania2-0/+21
2013-10-04Kernel parameter passed from qemu commandline ignoredNikunj A Dadhania1-4/+4
2013-10-04ci: add missing close in else conditionNikunj A Dadhania1-0/+2
2013-10-04Add GPT supportAvik Sil1-10/+106
2013-10-04usb-msc: handle stall and other fixesNikunj A Dadhania1-2/+13
2013-10-04scsi: make probe more error resilientNikunj A Dadhania3-13/+36