aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-14version: update to 20171214qemu-slof-20171412qemu-slof-20171214Alexey Kardashevskiy1-1/+1
2017-12-13boot: use a temporary bootdev-bufNikunj A Dadhania1-3/+38
2017-12-13boot: do not concatenate bootdevNikunj A Dadhania1-2/+10
2017-12-11libvirtio: Mark struct virtio_scsi_req_cmd as packedThomas Huth1-1/+1
2017-11-06fdt: Implement "fdt-fetch" method for client interfaceAlexey Kardashevskiy1-0/+16
2017-11-06rtas: Store RTAS address and entry in the device treeAlexey Kardashevskiy1-0/+7
2017-11-06board-qemu: Fix slof-build-id lengthAlexey Kardashevskiy3-8/+7
2017-11-06fdt: Pass the resulting device tree to QEMUAlexey Kardashevskiy6-1/+282
2017-11-06fdt: Fix version and add a word for FDT header sizeAlexey Kardashevskiy1-2/+2
2017-11-03tree: Rework set-chosen-cpu and store /chosen ihandle and phandleAlexey Kardashevskiy2-6/+11
2017-10-24node: Add some documentationAlexey Kardashevskiy2-1/+17
2017-10-24Revert various SLOF-to-QEMU private hypercallsAlexey Kardashevskiy5-37/+4
2017-10-04Use input-device and output-deviceLaurent Vivier1-0/+14
2017-09-26netboot: Create bootp-response when bootp is usedNikunj A Dadhania6-29/+74
2017-09-26libnet/ipv6: assign times_asked value directlyNikunj A Dadhania1-1/+1
2017-09-12usb-xhci: Reset ERSTSZ together with ERSTBAAlexey Kardashevskiy1-0/+2
2017-08-07virtio-net: rework the driver to support multiple openNikunj A Dadhania6-94/+130
2017-07-25board-qemu: add private hcall to inform host on "phandle" updateGreg Kurz4-2/+21
2017-07-24version: update to 20170724qemu-slof-20170724Alexey Kardashevskiy1-1/+1
2017-07-24pci-scan: Fix pci-bridge-set-mem-base and pci-bridge-set-mem-limitThomas Huth1-37/+46
2017-07-21pci: Avoid 32-bit prefetchable memory area if possibleThomas Huth2-6/+17
2017-07-21Remove unused functions ishexdigit and $cat-commaThomas Huth1-10/+2
2017-07-20pci: Translate PCI addresses to host addresses at the end of map-inThomas Huth1-1/+1
2017-07-20Define 'open' and 'close' words of the /aliases nodes right from the startThomas Huth3-10/+2
2017-07-19virtio-scsi: Allow LUNs bigger than 255Thomas Huth1-0/+1
2017-07-19paflof: Silence gcc's -Warray-bounds warning for stack pointersAlexey Kardashevskiy1-2/+2
2017-07-17board_qemu: move code out of fdt-fix-node-phandleGreg Kurz1-14/+22
2017-07-17board_qemu: drop unused values early in fdt-fix-node-phandleGreg Kurz1-4/+3
2017-07-17pci: Improve the pci-var-out debug functionThomas Huth2-11/+9
2017-07-11libhvcall: drop unused KVMPPC_H_REPORT_MC_ERR and KVMPPC_H_NMI_MCE definesGreg Kurz1-2/+0
2017-07-10libnet: Move parse_tftp_args to tftp.cThomas Huth2-106/+104
2017-07-07libnet: Make the code compilable with -Wformat-securityThomas Huth2-2/+2
2017-07-07libnet: Move the external declaration of send_ip to ethernet.hThomas Huth3-4/+3
2017-07-07libc: Declare size_t as unsigned longThomas Huth1-2/+1
2017-06-30libnet/netload: Three more minor clean-upsThomas Huth1-12/+13
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