aboutsummaryrefslogtreecommitdiff
path: root/slof
AgeCommit message (Expand)AuthorFilesLines
2015-07-16cas: Increase FDT buffer size to accomodate larger ibm,cas node propertiesBharata B Rao1-3/+3
2015-07-16boot: remove trailing ":" in the bootpathNikunj A Dadhania1-5/+0
2015-07-16ci: implement boot client interfaceNikunj A Dadhania1-0/+12
2015-07-16boot: bootpath should be complete device pathNikunj A Dadhania1-1/+1
2015-07-16disk-label: add support for booting from GPT FAT partitionNikunj A Dadhania1-24/+84
2015-07-16disk-label: introduce helper to check fat filesystemNikunj A Dadhania1-8/+9
2015-07-16introduce 8-byte LE helpersNikunj A Dadhania2-2/+8
2015-07-16disk-label: simplify gpt-prep-partition? routineNikunj A Dadhania1-26/+15
2015-06-01fbuffer: introduce the invert-region-x helperAlexey Kardashevskiy1-3/+1
2015-06-01fbuffer: introduce the invert-region helperGreg Kurz1-1/+1
2015-06-01fbuffer: simplify address computations in fb8-toggle-cursorGreg Kurz1-2/+2
2015-04-29pci: Use QEMU created PCI device nodesNikunj A Dadhania1-1/+5
2015-04-29usb: support 64-bit pci barsNikunj A Dadhania1-2/+8
2015-04-29pci: Support 64-bit address translationNikunj A Dadhania1-4/+2
2015-04-29pci: program correct bridge limit registers during probeNikunj A Dadhania1-3/+3
2015-04-29scsi: handle report-luns failureNikunj A Dadhania1-1/+1
2015-04-29Remove bulk.fs packageThomas Huth2-98/+1
2015-03-17helpers: Fix SLOF_alloc_mem_aligned to meet callers expectationAlexey Kardashevskiy1-1/+1
2015-03-17Set default palette according to "16-color Text Extension" documentThomas Huth1-0/+25
2015-03-17Fix rectangle drawing functions to work also with higher bit depthsThomas Huth1-0/+62
2015-03-17Improve /openprom nodeThomas Huth1-1/+1
2015-03-17pci-properties: Remove redundant call to device-typeAlexey Kardashevskiy2-2/+1
2014-12-02pci: 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 Dadhania3-16/+50
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-17Work around missing sc 1 traps on pHypAlexander Graf1-0/+10
2013-12-16Output banner and initial display output in VNC windowNikunj A Dadhania1-2/+2
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