aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-03version: update to 20170303qemu-slof-20170303Alexey Kardashevskiy1-1/+1
2017-03-03qemu-bootlist: Take the "-boot strict=off" setting properly into accountThomas Huth1-4/+14
2017-02-06virtio-scsi: initialize vring avail queue buffersLaurent Vivier2-34/+15
2017-02-03virtio: Remove global variables in block and 9p driverThomas Huth2-12/+6
2016-12-20Remove superfluous checkpoints in tree.fsThomas Huth1-16/+0
2016-11-24Provide "write" function in the disk-label packageThomas Huth1-0/+5
2016-11-24virtio: Implement block write supportThomas Huth5-14/+41
2016-11-24scsi: Add SCSI block write supportThomas Huth2-0/+96
2016-11-24deblocker: Add a 'write' functionThomas Huth1-0/+21
2016-11-24virtio-scsi: Fix descriptor order for SCSI WRITE commandsThomas Huth1-5/+14
2016-11-14board-qemu: Add a possibility to use hvterm input instead of USB keyboardThomas Huth1-3/+10
2016-11-14Do not try to use virtio-gpu in VGA modeThomas Huth1-2/+10
2016-11-10virtio: Fix stack comment of virtio-blk-readThomas Huth1-1/+1
2016-10-27envvar: Do not read default values for /options from the NVRAM anymoreThomas Huth1-1/+1
2016-10-27envvar: Set properties in /options during "(set-defaults)"Thomas Huth1-6/+10
2016-10-19version: update to 20161019qemu-slof-20161019Alexey Kardashevskiy1-1/+1
2016-10-19virtio-serial: Fix compile errorAlexey Kardashevskiy1-1/+2
2016-10-17scsi: Remove debug functions from scsi-loader.fsThomas Huth1-27/+0
2016-10-17scsi: Remove unused read-6 commandThomas Huth1-50/+0
2016-10-17obp-tftp: Remove the ciregs-bufferThomas Huth1-11/+0
2016-10-17libnet: Simplify the net-load arguments passingThomas Huth4-35/+27
2016-10-17libnet: Simplify the Forth-to-C wrapper of ping()Thomas Huth4-26/+16
2016-10-17Do not link libnet to net-snk anymore, and remove net-snk from board-qemuThomas Huth7-8/+5
2016-10-17Add a Forth-to-C wrapper for the ping command, tooThomas Huth4-3/+22
2016-10-17Link libnet code to Paflof and add a wrapper for netboot()Thomas Huth5-8/+30
2016-10-17Remember execution tokens of "write" and "read" for socket operationsThomas Huth1-9/+36
2016-10-13Add virtio-serial device supportNikunj A Dadhania10-7/+424
2016-10-13Generalize output banner write routineNikunj A Dadhania1-6/+12
2016-10-13Improve indentation in OF.fsNikunj A Dadhania1-55/+55
2016-10-13scsi: implement READ (16) commandNikunj A Dadhania2-1/+35
2016-10-12rtas: Improve rtas-do-config-@ and rtas-do-config-! a little bitThomas Huth1-6/+4
2016-10-10libnet: Make netapps.h includable from .code filesThomas Huth3-9/+12
2016-10-10libnet: Remove unused prototypes from netapps.hThomas Huth1-3/+0
2016-10-10libnet: Fix the printout of the ping commandThomas Huth1-3/+1
2016-10-10libnet: Make sure to close sockets when we're doneThomas Huth2-0/+10
2016-10-10scsi: implement read-capacity-16Nikunj A Dadhania1-0/+19
2016-10-10pci: Fix secondary and subordinate PCI bus enumeration with board-qemuThomas Huth3-5/+14
2016-10-10pci-phb: Fix stack underflow in phb-pci-walk-bridgeThomas Huth1-1/+1
2016-09-14paflof: Add a read() function to read keyboard inputThomas Huth1-0/+26
2016-09-14paflof: Add socket(), send() and recv() functions to paflofThomas Huth2-0/+110
2016-09-14paflof: Provide get_timer() and set_timer() helper functionsThomas Huth2-0/+24
2016-09-14paflof: Add a write_mm_log helper functionThomas Huth2-0/+10
2016-09-14paflof: Copy sbrk code from net-snkThomas Huth2-4/+48
2016-09-14paflof: Use CFLAGS from make.rules instead of completely redefining themThomas Huth4-12/+12
2016-09-14Do not include the FCode evaluator by default anymoreThomas Huth7-107/+54
2016-09-14Source code beautification of board-qemu/slof/pci-interrupts.fsThomas Huth1-26/+26
2016-09-14Allow PCI devices in PCI bridge slots greater than 4Thomas Huth1-1/+1
2016-09-14Fix bad interrupt pin numbering in interrupt-map property of PCI bridgesThomas Huth1-1/+1
2016-09-14Improve SLOF_alloc_mem_aligned()Thomas Huth1-3/+8
2016-08-24instance: Fix set-my-args for empty argumentsAlexey Kardashevskiy1-7/+3