Re: [U-Boot] [PATCH v2 13/14] cmd: efishell: export uefi variable helper functions

2018-12-25 Thread AKASHI Takahiro
On Sun, Dec 23, 2018 at 04:13:57AM +0100, Alexander Graf wrote: > > > On 03.12.18 09:08, AKASHI Takahiro wrote: > > On Mon, Dec 03, 2018 at 12:54:44AM +0100, Alexander Graf wrote: > >> > >> > >> On 05.11.18 10:06, AKASHI Takahiro wrote: > >>> Those function will be used for integration with 'env'

Re: [U-Boot] [PATCH v2 13/14] cmd: efishell: export uefi variable helper functions

2018-12-22 Thread Alexander Graf
On 03.12.18 09:08, AKASHI Takahiro wrote: > On Mon, Dec 03, 2018 at 12:54:44AM +0100, Alexander Graf wrote: >> >> >> On 05.11.18 10:06, AKASHI Takahiro wrote: >>> Those function will be used for integration with 'env' command >>> so as to handle uefi variables. >>> >>> Signed-off-by: AKASHI Takah

Re: [U-Boot] [PATCH v2 13/14] cmd: efishell: export uefi variable helper functions

2018-12-03 Thread AKASHI Takahiro
On Mon, Dec 03, 2018 at 12:54:44AM +0100, Alexander Graf wrote: > > > On 05.11.18 10:06, 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/efishell.c| 4 ++-- >

Re: [U-Boot] [PATCH v2 13/14] cmd: efishell: export uefi variable helper functions

2018-12-02 Thread Alexander Graf
On 05.11.18 10:06, 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/efishell.c| 4 ++-- > include/command.h | 2 ++ > 2 files changed, 4 insertions(+), 2 deletions(-) >

[U-Boot] [PATCH v2 13/14] cmd: efishell: export uefi variable helper functions

2018-11-05 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/efishell.c| 4 ++-- include/command.h | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/cmd/efishell.c b/cmd/efishell.c index bd2b99e7407