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

2023-02-03 Thread avnish
On 2023-02-01 21:31, Robbie Harwood wrote: Stefan Berger 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 have been talking with Avnish Chouhan (CC'd) down

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

2023-02-01 Thread Stefan Berger
On 2/1/23 11:01, Robbie Harwood wrote: Stefan Berger 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 talki

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

2023-02-01 Thread Robbie Harwood
Stefan Berger 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 have been talking with Avnish Chouhan (CC'd) downstream and requested they sync with you

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

2023-01-30 Thread Stefan Berger
From: Diego Domingos As a legacy support, if the vector 5 is not implemented, Power Hypervisor will consider the max CPUs as 64 instead 256 currently supported during client-architecture-support negotiation. This patch implements the vector 5 and set the MAX CPUs to 256 while setting the others

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

2023-01-30 Thread Stefan Berger
From: Diego Domingos As a legacy support, if the vector 5 is not implemented, Power Hypervisor will consider the max CPUs as 64 instead 256 currently supported during client-architecture-support negotiation. This patch implements the vector 5 and set the MAX CPUs to 256 while setting the others