grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 4/6] ieee1275: implement vec5 for cas negotiation


From: Stefan Berger
Subject: Re: [PATCH v3 4/6] ieee1275: implement vec5 for cas negotiation
Date: Wed, 1 Feb 2023 11:39:59 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0



On 2/1/23 11:01, Robbie Harwood wrote:
Stefan Berger <stefanb@linux.ibm.com> writes:

+    .vec5_size = 1 + sizeof (struct option_vector5) - 2,
+    .vec5 = {
+      0, 0, 0, 0, 0, 0, 0, 0, 256
+    }

Hi Stefan and Diego, are you able to speak to vec5 setting?

I cannot speak to it *at all*.



I have been talking with Avnish Chouhan (CC'd) downstream and requested
they sync with you, but this patch doesn't seem to have their changes.

They have proposed two different changes.  The first, which I'm
currently carrying, is
https://github.com/rhboot/grub2/commit/c2e640266247e3e0d3268f5ef20a734f5800f577
which sets

     .vec5 = { -1, -1, -1, -1, -1, -1, -1, -1, 256 }

while the latest proposal is
https://gist.github.com/frozencemetery/b36d8ee9b6282645fac52bf5a010b439
which sets

     .vec5 = { 0, 192, 0, 128, 0, 0, 0, 0, 256 }

Obviously I can't ship all three at once.  As I'm not an expert on cas,
could you all please unify this into a single suggestion we can ship
upstream and down?

(If it helps, I believe these are IBM bugs
https://bugzilla.linux.ibm.com/show_bug.cgi?id=200825 and
https://bugzilla.linux.ibm.com/show_bug.cgi?id=200213 )

Be well,
--Robbie


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]