All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] OPAL message log interface
@ 2014-03-27 23:50 Joel Stanley
  2014-03-27 23:50 ` [PATCH 1/2] powerpc/powernv: Add " Joel Stanley
  2014-03-27 23:50 ` [PATCH 2/2] powerpc/powernv: Add invalid OPAL call Joel Stanley
  0 siblings, 2 replies; 8+ messages in thread
From: Joel Stanley @ 2014-03-27 23:50 UTC (permalink / raw)
  To: benh, paulus, anton, shangw, hegdevasant, michael, stewart; +Cc: linuxppc-dev

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-03-31 22:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-27 23:50 [PATCH 0/2] OPAL message log interface Joel Stanley
2014-03-27 23:50 ` [PATCH 1/2] powerpc/powernv: Add " Joel Stanley
2014-03-30 22:21   ` Stewart Smith
2014-03-31  4:08   ` Michael Neuling
2014-03-31  4:21     ` Michael Neuling
2014-03-31 11:59     ` Benjamin Herrenschmidt
2014-03-31 22:52       ` Joel Stanley
2014-03-27 23:50 ` [PATCH 2/2] powerpc/powernv: Add invalid OPAL call Joel Stanley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.