Re: [U-Boot] [PATCH v3 4/7] efi_loader: load saved non-volatile variables at init

2019-06-04 Thread AKASHI Takahiro
On Tue, Jun 04, 2019 at 11:38:27PM +0200, Heinrich Schuchardt wrote: > On 6/4/19 8:52 AM, AKASHI Takahiro wrote: > >Data cache will be read in from persistent storage after (re)boot > >to restore UEFI non-volatile variables. > > > >Signed-off-by: AKASHI Takahiro > >--- > >

Re: [U-Boot] [PATCH v3 4/7] efi_loader: load saved non-volatile variables at init

2019-06-04 Thread Heinrich Schuchardt
On 6/4/19 8:52 AM, AKASHI Takahiro wrote: Data cache will be read in from persistent storage after (re)boot to restore UEFI non-volatile variables. Signed-off-by: AKASHI Takahiro --- lib/efi_loader/efi_setup.c | 6 ++ 1 file changed, 6 insertions(+) diff --git

[U-Boot] [PATCH v3 4/7] efi_loader: load saved non-volatile variables at init

2019-06-04 Thread AKASHI Takahiro
Data cache will be read in from persistent storage after (re)boot to restore UEFI non-volatile variables. Signed-off-by: AKASHI Takahiro --- lib/efi_loader/efi_setup.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/lib/efi_loader/efi_setup.c b/lib/efi_loader/efi_setup.c index