qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Nicholas Piggin <npiggin@gmail.com>
To: qemu-ppc@nongnu.org
Cc: "Nicholas Piggin" <npiggin@gmail.com>,
	"Frédéric Barrat" <fbarrat@linux.ibm.com>,
	qemu-devel@nongnu.org
Subject: [PATCH 0/6] ppc/pnv: LPC fixes and add nice PNOR image
Date: Mon,  3 Mar 2025 20:33:51 +1000	[thread overview]
Message-ID: <20250303103359.578994-1-npiggin@gmail.com> (raw)

Here a few fixes and improvements I gathered looking at firmware
errors. One is LPC transaction error response, another is problems
addressing the PNOR (skiboot has a bug here too I need to fix),
and another is the lack of a nice properly formatted default
PNOR image.

Thanks,
Nick

Nicholas Piggin (6):
  ppc/pnv: Support LPC host controller irqs other than serirqs
  ppc/pnv: raise no-response errors if an LPC transaction fails
  ppc/pnv: Implement LPC FW address space IDSEL
  ppc/pnv: Move PNOR to offset 0 in the ISA FW space
  ppc/pnv: Add a PNOR address and size sanity checks
  ppc/pnv: Add a default formatted PNOR image

 MAINTAINERS                 |   1 +
 docs/system/ppc/powernv.rst |   7 +++
 include/hw/ppc/pnv_pnor.h   |   6 ++-
 hw/ppc/pnv.c                |  16 ++++++-
 hw/ppc/pnv_bmc.c            |  28 ++++++++++++
 hw/ppc/pnv_lpc.c            |  89 ++++++++++++++++++++----------------
 pc-bios/README              |  13 ++++++
 pc-bios/meson.build         |   1 +
 pc-bios/pnv-pnor.bin        | Bin 0 -> 139264 bytes
 9 files changed, 119 insertions(+), 42 deletions(-)
 create mode 100644 pc-bios/pnv-pnor.bin

-- 
2.47.1



             reply	other threads:[~2025-03-03 10:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-03 10:33 Nicholas Piggin [this message]
2025-03-03 10:33 ` [PATCH 1/6] ppc/pnv: Support LPC host controller irqs other than serirqs Nicholas Piggin
2025-03-03 10:33 ` [PATCH 2/6] ppc/pnv: raise no-response errors if an LPC transaction fails Nicholas Piggin
2025-03-03 10:33 ` [PATCH 3/6] ppc/pnv: Implement LPC FW address space IDSEL Nicholas Piggin
2025-03-03 10:33 ` [PATCH 4/6] ppc/pnv: Move PNOR to offset 0 in the ISA FW space Nicholas Piggin
2025-03-03 10:33 ` [PATCH 5/6] ppc/pnv: Add a PNOR address and size sanity checks Nicholas Piggin
2025-03-03 10:33 ` [PATCH 6/6] ppc/pnv: Add a default formatted PNOR image Nicholas Piggin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250303103359.578994-1-npiggin@gmail.com \
    --to=npiggin@gmail.com \
    --cc=fbarrat@linux.ibm.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).