Re: [U-Boot] [PATCH v4 8/9] cmd: efitool: export uefi variable helper functions

2019-01-16 Thread AKASHI Takahiro
On Tue, Jan 15, 2019 at 06:28:38AM +0100, Heinrich Schuchardt wrote: > On 1/15/19 3:55 AM, AKASHI Takahiro wrote: > > Those function will be used for integration with 'env' command > > so as to handle uefi variables. > > > > Signed-off-by: AKASHI Takahiro > > --- > > cmd/efitool.c | 38

Re: [U-Boot] [PATCH v4 8/9] cmd: efitool: export uefi variable helper functions

2019-01-14 Thread Heinrich Schuchardt
On 1/15/19 3:55 AM, AKASHI Takahiro wrote: > Those function will be used for integration with 'env' command > so as to handle uefi variables. > > Signed-off-by: AKASHI Takahiro > --- > cmd/efitool.c | 38 ++ > include/command.h | 4 > 2 files

[U-Boot] [PATCH v4 8/9] cmd: efitool: export uefi variable helper functions

2019-01-14 Thread AKASHI Takahiro
Those function will be used for integration with 'env' command so as to handle uefi variables. Signed-off-by: AKASHI Takahiro --- cmd/efitool.c | 38 ++ include/command.h | 4 2 files changed, 38 insertions(+), 4 deletions(-) diff --git