aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-30libnet/tftp: Allow loading to address 0Thomas Huth1-5/+6
2017-06-28libnet: Refactor some code of netload() into a separate functionThomas Huth1-83/+94
2017-06-28libnet: Rework error message printingThomas Huth1-82/+44
2017-06-28libnet: Remove remainders of netsave codeThomas Huth3-13/+0
2017-06-28lib/Makefile: Pass FLAG to make in SUBDIRS targetMurilo Opsfelder Araujo2-2/+2
2017-06-28virtio-net: Fix ugly error messageThomas Huth1-3/+4
2017-06-15pci-phb: Set correct pci-bus-number while walking PCI bridgesThomas Huth1-0/+1
2017-06-15libnet: Cosmetical clean-upThomas Huth3-14/+11
2017-06-15paflof: Print stack warning to stderr, not stdoutThomas Huth1-1/+1
2017-06-15libnet: Allocate ICMPv6 packet space on the heap, not on the stackThomas Huth1-4/+26
2017-06-08A new SLOF boot menuThomas Huth9-67/+303
2017-06-08libc: The arguments of puts() can be marked as "const"Thomas Huth2-2/+2
2017-06-07Increase MAX-ALIAS to 10Thomas Huth2-2/+1
2017-06-06Use TYPE for the standard output instead of io_putchar()Thomas Huth2-7/+25
2017-06-06pci: Remove unused next-pci-[mem|mmio|io] functionsThomas Huth2-8/+1
2017-05-16pci: Reserve free space at the end of bridge windows instead of at the beginningThomas Huth1-6/+9
2017-04-28pci: Generate a 64-bit range property if necessaryThomas Huth1-2/+3
2017-04-28pci: Fix assigned-addresses for 64bit nonprefetchable BARAlexey Kardashevskiy1-2/+4
2017-04-28pci-phb: Set pci-max-mem64 to the correct valueThomas Huth1-3/+3
2017-04-26Rework the printing of the banner during bootThomas Huth3-3/+12
2017-04-26bootmsg: Fix message for detected kernelAlexey Kardashevskiy1-1/+1
2017-04-26logo: Update the logoAlexey Kardashevskiy5-34/+3
2017-04-26pci: Put non-prefetchable 64bit BARs into 32bit MMIO windowAlexey Kardashevskiy1-5/+1
2017-04-06Fix "Unsupported PQ" problems in the scsi-disk open functionThomas Huth1-2/+6
2017-03-09pci: force minimum mem bar alignment of 64K for board-qemuMichael Roth4-8/+40
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