aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-17version: update to 20191217qemu-slof-20191217Alexey Kardashevskiy1-1/+1
2019-12-06version: update to 20191206qemu-slof-20191206Alexey Kardashevskiy1-1/+1
2019-12-05fdt: Fix updating the tree at H_CASAlexey Kardashevskiy2-7/+117
2019-12-05ibm,client-architecture-support: Fix stack handlingAlexey Kardashevskiy2-4/+12
2019-12-05virtio: Enable IOMMUAlexey Kardashevskiy7-6/+116
2019-12-05dma: Define default dma methods for using by client/package instancesMichael Roth3-0/+32
2019-12-05virtio-net: Init queues after features negotiationAlexey Kardashevskiy1-13/+14
2019-12-05virtio: Store queue descriptors in virtio_deviceAlexey Kardashevskiy9-251/+174
2019-12-05pci-phb: Reimplement dma-map-in/outAlexey Kardashevskiy1-56/+39
2019-11-11sloffs: Fix -Wunused-result gcc warnings in read/writeAlexey Kardashevskiy1-5/+31
2019-11-11client: Load initramdisk locationAlexey Kardashevskiy1-0/+8
2019-11-11virtio: Make virtio_set_qaddr staticAlexey Kardashevskiy4-11/+1
2019-11-11allocator: Fix format strings for DEBUGAlexey Kardashevskiy1-6/+6
2019-10-22version: update to 20191022qemu-slof-20191022Alexey Kardashevskiy1-1/+1
2019-10-22ipv6: Fix gcc9 warningsThomas Huth5-57/+49
2019-10-22libusb: Fix compiler warnings with gcc9Alexey Kardashevskiy4-11/+11
2019-10-22pci: Align PCI node names with QEMUAlexey Kardashevskiy1-41/+12
2019-09-11version: update to 20190911qemu-slof-20190911Alexey Kardashevskiy1-1/+1
2019-09-11usb-host: Do not override USB node nameAlexey Kardashevskiy1-1/+1
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