[SLOF] [PATCH slof v6 0/6] fdt: Pass the resulting device tree to QEMU + related fixes
Greg Kurz
groug at kaod.org
Thu Nov 9 04:40:47 AEDT 2017
On Fri, 27 Oct 2017 17:41:33 +1100
Alexey Kardashevskiy <aik at ozlabs.ru> wrote:
> On 24/10/17 12:31, Alexey Kardashevskiy wrote:
> > This is my current queue for FDT and somewhat related patches.
> >
> > I have pushed out the revert and documentation patches.
> >
> >
> > Please comment. Thanks.
>
> I am worried of lack of comments on other patches in the series...
>
I could check that QEMU receives the OF value for the interrupt-controller
phandle, and my current PHB hotplug series works.
Tested-by: Greg Kurz <groug at kaod.org>
>
> >
> >
> >
> > 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
> >
>
>
More information about the SLOF
mailing list