SLOF/board-qemu
Alexey Kardashevskiy 44d06f9e68 fdt: Update phandles after H_CAS
At the moment SLOF generates phandles except a few exceptions such as
an interrupt controller (XICS/XIVE) and NVLink-related nodes. For these
nodes QEMU generates phandles which SLOF later detects and replaces with
the node addresses (which are phandles in SLOF).

However we are missing these updates when processing
the ibm,client-architecture-support client interface call - SLOF calls
QEMU with H_CAS to get an update for the device tree, and if that blob
contains phandles, they make it to the final tree unchanged with
undefined results.

This calls fdt-fix-phandles for the H_CAS update blob.

Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
2019-08-27 11:50:26 +10:00
..
include SLOF: Support PAPR NVRAM RTAS calls 2012-10-17 16:30:58 +11:00
llfw Fix bad assembler statements for compiling with gcc 8.1 / as 2.30 2018-07-02 14:16:45 +10:00
romfs Do not link libnet to net-snk anymore, and remove net-snk from board-qemu 2016-10-17 11:02:16 +11:00
slof fdt: Update phandles after H_CAS 2019-08-27 11:50:26 +10:00
Makefile A new SLOF boot menu 2017-06-08 16:14:21 +10:00
Makefile.dirs Initial qemu/KVM board support 2011-03-22 15:22:00 +01:00
config dhcparch define missing in compilation 2014-06-12 23:57:12 +05:30