mbox series

[v3,0/5] fdt: Pass the resulting device tree to QEMU

Message ID 20171003051523.17650-1-aik@ozlabs.ru
Headers show
Series fdt: Pass the resulting device tree to QEMU | expand

Message

Alexey Kardashevskiy Oct. 3, 2017, 5:15 a.m. UTC
Since "fdt: Pass the resulting device tree to QEMU" passes
the entire DT to QEMU, this reverts partial DT updates.


This is based on sha1
3beb9c3 Nikunj A Dadhania "netboot: Create bootp-response when bootp is used".

Please comment. Thanks.



Alexey Kardashevskiy (5):
  Revert "board-qemu: add private hcall to inform host on "phandle"
    update"
  Revert "libhvcall: drop unused KVMPPC_H_REPORT_MC_ERR and
    KVMPPC_H_NMI_MCE defines"
  Revert "rtas: Improve error handling in instantiate-rtas"
  Revert "Add private HCALL to inform updated RTAS base and entry"
  fdt: Pass the resulting device tree to QEMU

 lib/libhvcall/libhvcall.h |   4 +-
 board-qemu/slof/fdt.fs    | 298 +++++++++++++++++++++++++++++++++++++++++++---
 board-qemu/slof/rtas.fs   |  16 +--
 lib/libhvcall/hvcall.code |  14 +--
 lib/libhvcall/hvcall.in   |   3 +-
 5 files changed, 298 insertions(+), 37 deletions(-)