Re: [U-Boot] [PATCH v2 00/11] efi_loader: non-volatile variables support

2019-04-24 Thread AKASHI Takahiro
On Thu, Apr 25, 2019 at 12:12:39AM +0200, Heinrich Schuchardt wrote: > On 4/24/19 8:30 AM, AKASHI Takahiro wrote: > >This patch set is an attempt to implement non-volatile attribute for > >UEFI variables. Under the current implementation, > >* SetVariable API doesn't recognize non-volatile attribut

Re: [U-Boot] [PATCH v2 00/11] efi_loader: non-volatile variables support

2019-04-24 Thread Heinrich Schuchardt
On 4/24/19 8:30 AM, AKASHI Takahiro wrote: This patch set is an attempt to implement non-volatile attribute for UEFI variables. Under the current implementation, * SetVariable API doesn't recognize non-volatile attribute * While some variables are defined non-volatile in UEFI specification, th

[U-Boot] [PATCH v2 00/11] efi_loader: non-volatile variables support

2019-04-23 Thread AKASHI Takahiro
This patch set is an attempt to implement non-volatile attribute for UEFI variables. Under the current implementation, * SetVariable API doesn't recognize non-volatile attribute * While some variables are defined non-volatile in UEFI specification, they are NOT marked as non-volatile in the code.