These two patches add support for the message log, and expose a new OPAL call called opal_invalid that allow me to cause OPAL to inject messages into the log.
The naming is a bit mixed, as our device tree node is opal-memcons and I retained the naming of the header structure 'struct memcons', but all other references are to the OPAL message log. They have been tested on a POWER7+ machine running some recent firmware. Joel Stanley (2): powerpc/powernv: Add OPAL message log interface powerpc/powernv: Add invalid OPAL call arch/powerpc/include/asm/opal.h | 6 ++ arch/powerpc/platforms/powernv/Makefile | 1 + arch/powerpc/platforms/powernv/opal-messages.c | 97 ++++++++++++++++++++++++++ arch/powerpc/platforms/powernv/opal-wrappers.S | 1 + arch/powerpc/platforms/powernv/opal.c | 6 +- 5 files changed, 110 insertions(+), 1 deletion(-) create mode 100644 arch/powerpc/platforms/powernv/opal-messages.c -- 1.9.1 _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev