aboutsummaryrefslogtreecommitdiff
path: root/board-qemu
AgeCommit message (Expand)AuthorFilesLines
2017-11-06rtas: Store RTAS address and entry in the device treeAlexey Kardashevskiy1-0/+7
2017-11-06board-qemu: Fix slof-build-id lengthAlexey Kardashevskiy1-7/+1
2017-11-06fdt: Pass the resulting device tree to QEMUAlexey Kardashevskiy3-0/+274
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 Kardashevskiy1-6/+0
2017-10-24Revert various SLOF-to-QEMU private hypercallsAlexey Kardashevskiy2-20/+3
2017-10-04Use input-device and output-deviceLaurent Vivier1-0/+14
2017-08-07virtio-net: rework the driver to support multiple openNikunj A Dadhania1-2/+2
2017-07-25board-qemu: add private hcall to inform host on "phandle" updateGreg Kurz1-2/+12
2017-07-21pci: Avoid 32-bit prefetchable memory area if possibleThomas Huth1-5/+11
2017-07-20Define 'open' and 'close' words of the /aliases nodes right from the startThomas Huth1-5/+0
2017-07-19virtio-scsi: Allow LUNs bigger than 255Thomas Huth1-0/+1
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 Huth1-8/+1
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-08A new SLOF boot menuThomas Huth2-4/+7
2017-06-07Increase MAX-ALIAS to 10Thomas Huth1-1/+0
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 Huth1-0/+6
2017-04-26bootmsg: Fix message for detected kernelAlexey Kardashevskiy1-1/+1
2017-04-26logo: Update the logoAlexey Kardashevskiy2-9/+1
2017-03-09pci: force minimum mem bar alignment of 64K for board-qemuMichael Roth1-0/+6
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 Vivier1-21/+0
2016-12-20Remove superfluous checkpoints in tree.fsThomas Huth1-16/+0
2016-11-24virtio: Implement block write supportThomas Huth1-0/+13
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-10-17Do not link libnet to net-snk anymore, and remove net-snk from board-qemuThomas Huth2-2/+1
2016-10-17Link libnet code to Paflof and add a wrapper for netboot()Thomas Huth1-3/+5
2016-10-13Add virtio-serial device supportNikunj A Dadhania5-6/+155
2016-10-13Generalize output banner write routineNikunj A Dadhania1-6/+12
2016-10-13Improve indentation in OF.fsNikunj A Dadhania1-55/+55
2016-10-12rtas: Improve rtas-do-config-@ and rtas-do-config-! a little bitThomas Huth1-6/+4
2016-10-10pci: Fix secondary and subordinate PCI bus enumeration with board-qemuThomas Huth1-4/+11
2016-10-10pci-phb: Fix stack underflow in phb-pci-walk-bridgeThomas Huth1-1/+1
2016-09-14Do not include the FCode evaluator by default anymoreThomas Huth2-4/+1
2016-09-14Source code beautification of board-qemu/slof/pci-interrupts.fsThomas Huth1-26/+26
2016-09-14Allow PCI devices in PCI bridge slots greater than 4Thomas Huth1-1/+1
2016-09-14Fix bad interrupt pin numbering in interrupt-map property of PCI bridgesThomas Huth1-1/+1
2016-08-03Remove dependency on cpu/@0 for bootingNikunj A Dadhania1-2/+11
2016-06-27net: Move files from clients/net-snk/app/netlib/ to lib/libnet/Thomas Huth1-2/+2
2016-05-02virtio: Add modern version 1.0 support to 9p driverThomas Huth2-0/+5
2016-05-02virtio: Set a proper name for virtio-9p device tree nodesThomas Huth1-0/+1
2016-03-16Remove unused sms code.Thomas Huth1-1/+1
2016-03-10virtio-net: initialize to populate mac addressNikunj A Dadhania1-0/+7
2016-02-24dev-null: The "read" function has to return 0 if nothing has been readThomas Huth1-1/+1
2016-02-11virtio-scsi: enable virtio 1.0Nikunj A Dadhania2-0/+16