SLOF/lib/libhvcall
Alexey Kardashevskiy 51245a15fe rtas: Move FWNMI log space reservation to QEMU
This reverts commit 674d0d0cf6 ("rtas: Reserve space for FWNMI log")
which expanded the RTAS blob size to match the QEMU expectation about
the RTAS area available for FWNMI logs.

Instead, it relies on QEMU passing the "rtas-size" property and passes it
through untouched. This adds a check that QEMU allocated enough for
RTAS blob. This adds a fallback to the default 20 bytes "rtas-size" if
none specified by QEMU.

While we are here, replace 's" /rtas" find-node' with 'rtas-node' which
we just set above.

Reviewed-by: Greg Kurz <groug@kaod.org>
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
2020-03-17 09:42:50 +11:00
..
Makefile Move the code for rfill into a separate function 2015-12-01 17:02:04 +11:00
brokensc1.c rtas: Integrate RTAS blob 2019-07-18 16:36:03 +10:00
hvcall.S rtas: Move FWNMI log space reservation to QEMU 2020-03-17 09:42:50 +11:00
hvcall.code rtas: Integrate RTAS blob 2019-07-18 16:36:03 +10:00
hvcall.in rtas: Integrate RTAS blob 2019-07-18 16:36:03 +10:00
libhvcall.h rtas: Integrate RTAS blob 2019-07-18 16:36:03 +10:00
rfill.c Move the code for rfill into a separate function 2015-12-01 17:02:04 +11:00