aboutsummaryrefslogtreecommitdiff
path: root/slof
AgeCommit message (Expand)AuthorFilesLines
2013-08-23Add -fno-strict-aliasing in global CFLAGSqemu-slof-20130823Nikunj A Dadhania1-1/+1
2013-08-21Move hex64-{decode,encode}-unit to node.fsNikunj A Dadhania1-0/+22
2013-08-21js2x: more fixesNikunj A Dadhania2-1/+24
2013-08-06Fix $cat-instance-unitBenjamin Herrenschmidt1-1/+15
2013-08-06Cache phandle of /chosenBenjamin Herrenschmidt1-2/+10
2013-08-06Use root.fs on qemu as wellBenjamin Herrenschmidt1-15/+33
2013-08-06usb-ohci: suspend the controller in exit code pathNikunj A Dadhania1-22/+0
2013-07-25Use a global definition of sync() and mb()Benjamin Herrenschmidt1-0/+1
2013-07-24usb: unmap buffersNikunj A Dadhania2-30/+46
2013-07-24slof: call quiesce on closing of stdinNikunj A Dadhania2-4/+17
2013-07-24usb-kbd: accept "s" to drop to OF promptNikunj A Dadhania1-3/+0
2013-07-24USB storage driverNikunj A Dadhania1-12/+324
2013-07-24USB generic hub device driverNikunj A Dadhania1-0/+32
2013-07-24USB keyboard driverNikunj A Dadhania2-3/+48
2013-07-24usb-core: setup new deviceNikunj A Dadhania4-0/+89
2013-07-24usb-slof: forth support routines for CNikunj A Dadhania2-6/+80
2013-07-24usb-ehci: Add USB EHCI skeletonAvik Sil1-0/+4
2013-07-24usb-core: hcd registration and query routinesNikunj A Dadhania1-1/+1
2013-07-24usb-core: adding generic dev-hci.fsNikunj A Dadhania2-10/+134
2013-07-24usb-core: registration and makefilesNikunj A Dadhania1-1/+4
2013-07-24Add new USB codeNikunj A Dadhania2-7/+46
2013-07-24Remove old usb codeNikunj A Dadhania11-4415/+1
2013-07-24Enumerate disk/cdrom aliases for multiple disks or cdromsAvik Sil1-4/+19
2013-07-24scsi: unify scsi probing codeNikunj A Dadhania1-0/+72
2013-07-24scsi: unify and use make-disk-aliasNikunj A Dadhania1-0/+11
2013-06-27Add hack to client interface finddevice of "/memory"Benjamin Herrenschmidt1-0/+5
2013-06-27scsi: Fix cdrom boot crash when no medium presentNikunj A Dadhania1-1/+1
2013-06-27Fix instance>qname crashing when displaying instance argumentsBenjamin Herrenschmidt1-1/+1
2013-06-27scsi-disk: Bound check read-blocksBenjamin Herrenschmidt1-0/+12
2013-06-27Fix off by one error in scsi-disk get-capacityBenjamin Herrenschmidt1-1/+1
2013-06-27scsi: fix report-luns handlingNikunj A Dadhania1-1/+1
2013-06-05scsi: Move bits of vio-vscsi.fs to a common helpers fileBenjamin Herrenschmidt1-0/+111
2013-06-05scsi: Move scsi-disk.fs to a generic placeBenjamin Herrenschmidt1-0/+308
2013-06-03iso9660: Don't constantly reallocate the read bufferBenjamin Herrenschmidt1-6/+8
2013-06-03vscsi: Sanitize interface between scsi-disk.fs and vio-vscsi.fsBenjamin Herrenschmidt1-0/+6
2013-05-27vio-vscsi: Rework vio-vscsi supportBenjamin Herrenschmidt2-3/+8
2013-05-21disk-label: Allocate 4096 bytes for 4k block devicesDinar Valeev1-3/+3
2013-05-21disk-label: Increase the max size of the PReP boot partitionBenjamin Herrenschmidt1-2/+2
2013-05-13Make load-base a real environment variableBenjamin Herrenschmidt6-17/+52
2013-05-13Fix disk-label package to use proper instance pathBenjamin Herrenschmidt1-2/+2
2013-05-13Increase size of catpadBenjamin Herrenschmidt1-1/+1
2013-05-13Fix instance>path to contain unit address for wildcard nodesBenjamin Herrenschmidt1-3/+25
2013-05-13Fix handling of wildcard nodes in open-devBenjamin Herrenschmidt1-2/+21
2013-01-04Spelling fixes in forth codeStefan Weil1-1/+1
2013-01-04Spelling fixes in comments and debug messagesStefan Weil16-27/+27
2012-10-17SLOF: Support PAPR NVRAM RTAS callsqemu-slof-20121018Nikunj A. Dadhania1-3/+3
2012-07-19vscsi updates to match IBM OFW variantqemu-slof-20120719Benjamin Herrenschmidt1-0/+32
2012-06-29Fixes error preventing from scanning PHBs with devices type1 (bridges):Alexey Kardashevskiy1-1/+3
2012-05-14Fixes to ANSI escape sequence handlingBenjamin Herrenschmidt1-5/+21
2012-05-14Fix inverse displayBenjamin Herrenschmidt1-1/+1