1
0
Fork 0
qemu/roms/skiboot/doc/device-tree/ibm,opal/diagnostics.rst
Daniel Baumann ea34ddeea6
Adding upstream version 1:10.0.2+ds.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 14:27:05 +02:00

21 lines
529 B
ReStructuredText

ibm,opal/diagnostics device tree entries
========================================
The diagnostics node under ibm,opal describes a userspace-to-firmware
interface, supporting the runtime processor recovery diagnostics functions.
**Note:** Some systemd init scripts look for the presence of the path
``/ibm,opal/diagnostics`` in order to run the opal-prd daemon.
The properties of a prd node are:
.. code-block:: dts
/ {
ibm,opal {
diagnostics {
compatible = "ibm,opal-prd";
};
};
};