aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-27version: update to 20190827qemu-slof-20190827Alexey Kardashevskiy1-1/+1
2019-08-27libnet: Fix the check of the argument lengths of the "ping" commandThomas Huth1-1/+1
2019-08-27fdt: Update phandles after H_CASAlexey Kardashevskiy1-0/+1
2019-08-27rtas: Reserve space for FWNMI logAlexey Kardashevskiy1-0/+9
2019-07-19version: update to 20190719qemu-slof-20190719Alexey Kardashevskiy1-1/+1
2019-07-18rtas: Integrate RTAS blobAlexey Kardashevskiy6-39/+49
2019-07-03version: update to 20190703qemu-slof-20190703Alexey Kardashevskiy1-1/+1
2019-04-10libnet: Correctly re-initialize the "ip_version" variable each timeThomas Huth1-1/+3
2019-01-14version: update to 20190114qemu-slof-20190114Alexey Kardashevskiy1-1/+1
2019-01-10vio-vscsi: Support multiple channels / busesThomas Huth1-5/+11
2018-12-18board-qemu/slof/vio-vscsi: Scan up to 64 SCSI IDsThomas Huth1-2/+2
2018-12-18usb/storage: Implement block write supportLaurent Vivier1-5/+22
2018-12-18usb/storage: Invert the logic of the IF-statementsLaurent Vivier1-20/+19
2018-09-07fdt: Fix phandles for NVLink/NVLink2Alexey Kardashevskiy1-0/+5
2018-09-07fdt: Factor out code to replace a phandle in placeAlexey Kardashevskiy1-8/+17
2018-09-07pci: use appropriate base class idsGreg Kurz1-5/+5
2018-07-24Makefile: Set a proper DRIVER_NAME when building from a git treeThomas Huth1-0/+1
2018-07-24romfs/tools: Silence more compiler warnings with GCC 8.1Thomas Huth1-7/+12
2018-07-20romfs/tools: Silence GCC 8.1 compiler warning with FLASHFS_MAGICThomas Huth1-15/+6
2018-07-20romfs/tools: Remove superfluous union around the rom header structThomas Huth2-17/+13
2018-07-19make.rules: Compile SLOF with -fno-asynchronous-unwind-tablesThomas Huth1-2/+3
2018-07-02version: update to 20180702qemu-slof-20180702Alexey Kardashevskiy1-1/+1
2018-07-02Fix bad assembler statements for compiling with gcc 8.1 / as 2.30Thomas Huth2-2/+2
2018-07-02libelf: Add REL32 to the list of ignored relocationsThomas Huth1-0/+1
2018-06-21version: update to 20180621qemu-slof-20180621Alexey Kardashevskiy1-1/+1
2018-06-07lib/libnet/pxelinux: Fix two off-by-one bugs in the pxelinux.cfg parserThomas Huth1-5/+6
2018-06-07lib/libnet/pxelinux: Make the size handling for pxelinux_load_cfg more logicalThomas Huth1-6/+8
2018-06-07libc: Add a simple implementation of an assert() functionThomas Huth1-0/+36
2018-05-29libnet: Support UUID-based pxelinux.cfg file namesThomas Huth3-5/+31
2018-05-29slof: Add a helper function to get the contents of a property in C codeThomas Huth2-0/+17
2018-05-29libnet: Add support for DHCPv4 options 209 and 210Thomas Huth5-20/+88
2018-05-29libnet: Wire up pxelinux.cfg network bootingThomas Huth3-5/+96
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