All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Nicholas Piggin" <npiggin@gmail.com>
To: "Cédric Le Goater" <clg@kaod.org>,
	"Aditya Gupta" <adityag@linux.ibm.com>,
	"Mahesh J Salgaonkar" <mahesh@linux.ibm.com>,
	"Madhavan Srinivasan" <maddy@linux.ibm.com>,
	"Harsh Prateek Bora" <harshpb@linux.ibm.com>,
	"Frédéric Barrat" <fbarrat@linux.ibm.com>
Cc: <qemu-devel@nongnu.org>, <qemu-ppc@nongnu.org>
Subject: Re: [PATCH v5 8/8] ppc/pnv: Update skiboot to support Power11
Date: Tue, 11 Mar 2025 18:39:40 +1000	[thread overview]
Message-ID: <D8DAVJVMV52X.240ECM32F54AO@gmail.com> (raw)
In-Reply-To: <1d1021e1-c138-42f3-a563-365a22cfd3d9@kaod.org>

On Tue Mar 11, 2025 at 1:33 AM AEST, Cédric Le Goater wrote:
> On 3/10/25 15:59, Aditya Gupta wrote:
>> On 10/03/25 17:15, Cédric Le Goater wrote:
>>> On 3/10/25 11:31, Aditya Gupta wrote:
>>>>>> <...snip...>
>>>>>>   pc-bios/skiboot.lid | Bin 2527328 -> 2527424 bytes
>>>>>>   1 file changed, 0 insertions(+), 0 deletions(-)
>>>>>
>>>>> This change should come first as a sub maintainer PR, to avoid sending 2.5MB
>>>>> on the mailing list :/ See how SLOF is handled.
>>>>>
>>>> Sorry didn't know this. I just checked the git log of skiboot.lid and thought maybe it's this same way of sending patches.
>>>
>>> For example, see  :
>>>
>>> https://lore.kernel.org/qemu-devel/CACPK8XfoKNxr6_KkDFFZm0P5w9m_ddD5E4SeuAkypXXr7swR7A@mail.gmail.com/
>>>
>> Thanks for the example Cédric. Now I see.
>> 
>> 
>>> To be sent before v6.
>> 
>> Sure, will wait for the maintainer to send it first before v6.
>
> AFAICT, this person would be you or Nick, or one OPAL team member ?

Yes, I kind of butchered the skiboot PR message but no matter.
I was planning to update skiboot bios because it contains HOMER/OCC
fixes we need to test the QEMU updates to those models.

Power11 support is nice too, unfortunately I will skip the P11
patches for now. They will need some updates after the HOMER/OCC
changes but that shouldn't be too hard I can help with it if
needed. I will try to get your P11 in asap next time.

Thanks,
Nick


  reply	other threads:[~2025-03-11  8:41 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-08 20:51 [PATCH v5 0/8] Power11 support for QEMU [PowerNV] Aditya Gupta
2025-03-08 20:51 ` [PATCH v5 1/8] ppc/pnv: Add HOMER for POWER11 Aditya Gupta
2025-03-08 20:51 ` [PATCH v5 2/8] ppc/pnv: Add a LPC controller " Aditya Gupta
2025-03-08 20:51 ` [PATCH v5 3/8] ppc/pnv: Add OCC for Power11 Aditya Gupta
2025-03-08 20:51 ` [PATCH v5 4/8] ppc/pnv: Add a PSI bridge model " Aditya Gupta
2025-03-08 20:51 ` [PATCH v5 5/8] ppc/pnv: Add SBE " Aditya Gupta
2025-03-08 20:51 ` [PATCH v5 6/8] ppc/pnv: Add ChipTOD " Aditya Gupta
2025-03-08 20:51 ` [PATCH v5 7/8] ppc/pnv: Add a Power11 Pnv11Chip, and a Power11 Machine Aditya Gupta
2025-03-09 14:08   ` Cédric Le Goater
2025-03-10 10:29     ` Aditya Gupta
2025-03-24  7:13     ` Aditya Gupta
2025-03-24  7:35       ` Cédric Le Goater
2025-03-24  8:38         ` Aditya Gupta
2025-03-08 20:51 ` [PATCH v5 8/8] ppc/pnv: Update skiboot to support Power11 Aditya Gupta
2025-03-09 14:10   ` Cédric Le Goater
2025-03-10 10:31     ` Aditya Gupta
2025-03-10 11:45       ` Cédric Le Goater
2025-03-10 14:59         ` Aditya Gupta
2025-03-10 15:33           ` Cédric Le Goater
2025-03-11  8:39             ` Nicholas Piggin [this message]
2025-03-11  8:46               ` Cédric Le Goater
2025-03-11  8:50               ` Aditya Gupta
2025-03-24  7:41 ` [PATCH v5 0/8] Power11 support for QEMU [PowerNV] Cédric Le Goater
2025-03-25 11:28   ` Aditya Gupta
2025-03-25 12:07     ` Cédric Le Goater
2025-03-25 17:11       ` Aditya Gupta
2025-03-25 17:16         ` Cédric Le Goater

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=D8DAVJVMV52X.240ECM32F54AO@gmail.com \
    --to=npiggin@gmail.com \
    --cc=adityag@linux.ibm.com \
    --cc=clg@kaod.org \
    --cc=fbarrat@linux.ibm.com \
    --cc=harshpb@linux.ibm.com \
    --cc=maddy@linux.ibm.com \
    --cc=mahesh@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 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.