aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-29libnet: Add functions for downloading and parsing pxelinux.cfg filesThomas Huth3-1/+246
2018-05-29libnet: Put code for determing TFTP error strings into a separate functionThomas Huth3-73/+109
2018-05-29libc: Add the snprintf() functionThomas Huth3-1/+30
2018-05-29libnet: Pass ip_version via struct filename_ipThomas Huth3-12/+13
2018-05-29resolve ihandle and xt handle in the input command (like for the output)Laurent Vivier1-16/+24
2018-05-29Fix output wordLaurent Vivier1-5/+31
2018-05-25obp-tftp: Make sure to not overwrite paflof in memoryThomas Huth1-1/+7
2018-05-25libnet: Get rid of unused huge_load and block_size parametersThomas Huth6-26/+10
2018-05-24libc: Check for NULL pointers in free()Thomas Huth1-1/+3
2018-05-24libc: Implement strrchr()Thomas Huth2-1/+29
2018-05-14libnet: Get rid of unnecessary (char *) castsThomas Huth6-33/+35
2018-04-04broken_sc1: check for H_PRIVILEGENikunj A Dadhania2-5/+6
2018-03-05OF: Use new property "stdout-path" for boot consoleNikunj A Dadhania1-1/+11
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