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

Alexey Kardashevskiy aik at ozlabs.ru
Tue Oct 24 12:31:47 AEDT 2017


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

I have pushed out the revert and documentation patches.


Please comment. Thanks.



Alexey Kardashevskiy (6):
  tree: Rework set-chosen-cpu and store /chosen ihandle and phandle
  fdt: Fix version and add a word for FDT header size
  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
  fdt: Implement "fdt-fetch" method for client interface

 lib/libhvcall/libhvcall.h |   3 +-
 board-js2x/slof/helper.fs |   2 +-
 board-qemu/slof/OF.fs     |   2 +
 board-qemu/slof/fdt-fl.fs | 266 ++++++++++++++++++++++++++++++++++++++++++++++
 board-qemu/slof/fdt.fs    |   4 +-
 board-qemu/slof/helper.fs |   8 +-
 board-qemu/slof/rtas.fs   |  13 +++
 board-qemu/slof/tree.fs   |   6 --
 lib/libhvcall/hvcall.code |   5 +
 lib/libhvcall/hvcall.in   |   1 +
 slof/fs/base.fs           |   5 +
 slof/fs/client.fs         |  16 +++
 slof/fs/root.fs           |  11 ++
 13 files changed, 325 insertions(+), 17 deletions(-)
 create mode 100644 board-qemu/slof/fdt-fl.fs

-- 
2.11.0



More information about the SLOF mailing list