[SLOF] [PATCH slof v5 0/6] fdt: Pass the resulting device tree to QEMU + related fixes

Alexey Kardashevskiy aik at ozlabs.ru
Mon Oct 16 16:16:47 AEDT 2017


This is my current queue for FDT and somewhat related patches.

Since "fdt: Pass the resulting device tree to QEMU" passes
the entire DT to QEMU, this reverts partial DT updates and
adds RTAS base/entry properties.

Patches QEMU (for 3/6) and guest (for RFC 6/6) are coming soon,
I'll cc: slof at lists.ozlabs.org on those.


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

Please comment. Thanks.



Alexey Kardashevskiy (6):
  Revert various SLOF-to-QEMU private hypercalls
  node: Add some documentation
  fdt: Pass the resulting device tree to QEMU
  board-qemu: Fix slof-build-id length
  rtas: Store RTAS address and entry in the device tree
  RFC: fdt: Implement "fdt-fetch" method for client interface

 lib/libhvcall/libhvcall.h |   4 +-
 board-js2x/slof/helper.fs |   2 +-
 board-qemu/slof/fdt.fs    | 281 +++++++++++++++++++++++++++++++++++++++++++---
 board-qemu/slof/helper.fs |   8 +-
 board-qemu/slof/rtas.fs   |  22 ++--
 lib/libhvcall/hvcall.code |  14 +--
 lib/libhvcall/hvcall.in   |   3 +-
 slof/fs/base.fs           |  21 ++++
 slof/fs/client.fs         |  16 +++
 slof/fs/node.fs           |   2 +-
 10 files changed, 327 insertions(+), 46 deletions(-)

-- 
2.11.0



More information about the SLOF mailing list