Re: efi: Set Variable Runtime implementation

2023-12-03 Thread Simon Glass
Hi Shantur, On Sun, 3 Dec 2023 at 14:51, Shantur Rathore wrote: > > Hi Simon, > > On Sun, Dec 3, 2023 at 5:44 PM Simon Glass wrote: > > > > Hi Shantur, > > > > On Sat, 2 Dec 2023 at 16:03, Shantur Rathore wrote: > > > > > > Hi Simon, > > > > > > On Fri, Dec 1, 2023 at 6:44 PM Simon Glass

Re: efi: Set Variable Runtime implementation

2023-12-03 Thread Shantur Rathore
Hi Simon, On Sun, Dec 3, 2023 at 5:44 PM Simon Glass wrote: > > Hi Shantur, > > On Sat, 2 Dec 2023 at 16:03, Shantur Rathore wrote: > > > > Hi Simon, > > > > On Fri, Dec 1, 2023 at 6:44 PM Simon Glass wrote: > > > > > > Hi Shantur, > > > > > > On Mon, 27 Nov 2023 at 10:27, Shantur Rathore

Re: efi: Set Variable Runtime implementation

2023-12-03 Thread Simon Glass
Hi Shantur, On Sat, 2 Dec 2023 at 16:03, Shantur Rathore wrote: > > Hi Simon, > > On Fri, Dec 1, 2023 at 6:44 PM Simon Glass wrote: > > > > Hi Shantur, > > > > On Mon, 27 Nov 2023 at 10:27, Shantur Rathore wrote: > > > > > > + Simon as he seems to have done a lot of work in the driver model. >

Re: efi: Set Variable Runtime implementation

2023-12-02 Thread Shantur Rathore
Hi Simon, On Fri, Dec 1, 2023 at 6:44 PM Simon Glass wrote: > > Hi Shantur, > > On Mon, 27 Nov 2023 at 10:27, Shantur Rathore wrote: > > > > + Simon as he seems to have done a lot of work in the driver model. > > > > On Mon, Nov 27, 2023 at 10:12 AM Shantur Rathore wrote: > > > > > > Hi Ilias,

Re: efi: Set Variable Runtime implementation

2023-12-01 Thread Simon Glass
Hi Shantur, On Mon, 27 Nov 2023 at 10:27, Shantur Rathore wrote: > > + Simon as he seems to have done a lot of work in the driver model. > > On Mon, Nov 27, 2023 at 10:12 AM Shantur Rathore wrote: > > > > Hi Ilias, > > > > On Mon, Nov 27, 2023 at 7:16 AM Ilias Apalodimas > > wrote: > > > > > >

Re: efi: Set Variable Runtime implementation

2023-11-27 Thread Shantur Rathore
+ Simon as he seems to have done a lot of work in the driver model. On Mon, Nov 27, 2023 at 10:12 AM Shantur Rathore wrote: > > Hi Ilias, > > On Mon, Nov 27, 2023 at 7:16 AM Ilias Apalodimas > wrote: > > > > Hi Shantur > > > > On Sun, 26 Nov 2023 at 12:33, Shantur Rathore wrote: > > > > > > Hi

Re: efi: Set Variable Runtime implementation

2023-11-27 Thread Shantur Rathore
Hi Ilias, On Mon, Nov 27, 2023 at 7:16 AM Ilias Apalodimas wrote: > > Hi Shantur > > On Sun, 26 Nov 2023 at 12:33, Shantur Rathore wrote: > > > > Hi Peter, > > > > On Sat, Nov 25, 2023 at 6:19 AM Peter Robinson wrote: > > > > > > Hi Shantur, > > > > > > On Fri, Nov 24, 2023 at 11:55 PM Shantur

Re: efi: Set Variable Runtime implementation

2023-11-26 Thread Ilias Apalodimas
Hi Shantur On Sun, 26 Nov 2023 at 12:33, Shantur Rathore wrote: > > Hi Peter, > > On Sat, Nov 25, 2023 at 6:19 AM Peter Robinson wrote: > > > > Hi Shantur, > > > > On Fri, Nov 24, 2023 at 11:55 PM Shantur Rathore wrote: > > > > > > Hi Ilias, > > > > > > On Fri, Nov 24, 2023 at 10:50 PM Ilias

Re: efi: Set Variable Runtime implementation

2023-11-26 Thread Peter Robinson
Hi Shantur, > > > > > I am trying to work out how to enable the SetVariableRT service in > > > > > U-Boot and came across your patch [1] which initially had the > > > > > SetVariable RT service enabled in EFI but in the final patch this was > > > > > removed. > > > > > I am hoping to implement it

Re: efi: Set Variable Runtime implementation

2023-11-26 Thread Shantur Rathore
Hi Peter, On Sat, Nov 25, 2023 at 6:19 AM Peter Robinson wrote: > > Hi Shantur, > > On Fri, Nov 24, 2023 at 11:55 PM Shantur Rathore wrote: > > > > Hi Ilias, > > > > On Fri, Nov 24, 2023 at 10:50 PM Ilias Apalodimas > > wrote: > > > > > > Hi Shantur > > > > > > On Fri, 24 Nov 2023 at 18:51,

Re: efi: Set Variable Runtime implementation

2023-11-24 Thread Peter Robinson
Hi Shantur, On Fri, Nov 24, 2023 at 11:55 PM Shantur Rathore wrote: > > Hi Ilias, > > On Fri, Nov 24, 2023 at 10:50 PM Ilias Apalodimas > wrote: > > > > Hi Shantur > > > > On Fri, 24 Nov 2023 at 18:51, Shantur Rathore wrote: > > > > > > Hi Heinrich, > > > > > > I am trying to work out how to

Re: efi: Set Variable Runtime implementation

2023-11-24 Thread Shantur Rathore
Hi Ilias, On Fri, Nov 24, 2023 at 10:50 PM Ilias Apalodimas wrote: > > Hi Shantur > > On Fri, 24 Nov 2023 at 18:51, Shantur Rathore wrote: > > > > Hi Heinrich, > > > > I am trying to work out how to enable the SetVariableRT service in > > U-Boot and came across your patch [1] which initially

Re: efi: Set Variable Runtime implementation

2023-11-24 Thread Ilias Apalodimas
Hi Shantur On Fri, 24 Nov 2023 at 18:51, Shantur Rathore wrote: > > Hi Heinrich, > > I am trying to work out how to enable the SetVariableRT service in > U-Boot and came across your patch [1] which initially had the > SetVariable RT service enabled in EFI but in the final patch this was >

efi: Set Variable Runtime implementation

2023-11-24 Thread Shantur Rathore
Hi Heinrich, I am trying to work out how to enable the SetVariableRT service in U-Boot and came across your patch [1] which initially had the SetVariable RT service enabled in EFI but in the final patch this was removed. I am hoping to implement it on top of the SPI Flash EFI store [2] to be able