Re: [U-Boot] [PATCH v3 1/8] cmd: add efishell command

2019-01-08 Thread Alexander Graf
On 07.01.19 06:08, AKASHI Takahiro wrote: > On Sun, Dec 30, 2018 at 06:10:51PM +0100, Heinrich Schuchardt wrote: >> On 12/30/18 4:44 PM, Heinrich Schuchardt wrote: >>> On 12/18/18 6:05 AM, AKASHI Takahiro wrote: Currently, there is no easy way to add or modify UEFI variables. In particu

Re: [U-Boot] [PATCH v3 1/8] cmd: add efishell command

2019-01-06 Thread AKASHI Takahiro
On Mon, Dec 31, 2018 at 12:47:07AM +0100, Heinrich Schuchardt wrote: > On 12/18/18 6:05 AM, AKASHI Takahiro wrote: > > Currently, there is no easy way to add or modify UEFI variables. > > In particular, bootmgr supports BootOrder/Boot variables, it is > > quite hard to define them as u-boot var

Re: [U-Boot] [PATCH v3 1/8] cmd: add efishell command

2019-01-06 Thread AKASHI Takahiro
On Sun, Dec 30, 2018 at 06:10:51PM +0100, Heinrich Schuchardt wrote: > On 12/30/18 4:44 PM, Heinrich Schuchardt wrote: > > On 12/18/18 6:05 AM, AKASHI Takahiro wrote: > >> Currently, there is no easy way to add or modify UEFI variables. > >> In particular, bootmgr supports BootOrder/Boot variab

Re: [U-Boot] [PATCH v3 1/8] cmd: add efishell command

2019-01-06 Thread AKASHI Takahiro
On Sun, Dec 30, 2018 at 04:44:53PM +0100, Heinrich Schuchardt wrote: > On 12/18/18 6:05 AM, AKASHI Takahiro wrote: > > Currently, there is no easy way to add or modify UEFI variables. > > In particular, bootmgr supports BootOrder/Boot variables, it is > > quite hard to define them as u-boot var

Re: [U-Boot] [PATCH v3 1/8] cmd: add efishell command

2018-12-30 Thread Heinrich Schuchardt
On 12/18/18 6:05 AM, AKASHI Takahiro wrote: > Currently, there is no easy way to add or modify UEFI variables. > In particular, bootmgr supports BootOrder/Boot variables, it is > quite hard to define them as u-boot variables because they are represented > in a complicated and encoded format. >

Re: [U-Boot] [PATCH v3 1/8] cmd: add efishell command

2018-12-30 Thread Heinrich Schuchardt
On 12/30/18 4:44 PM, Heinrich Schuchardt wrote: > On 12/18/18 6:05 AM, AKASHI Takahiro wrote: >> Currently, there is no easy way to add or modify UEFI variables. >> In particular, bootmgr supports BootOrder/Boot variables, it is >> quite hard to define them as u-boot variables because they are

Re: [U-Boot] [PATCH v3 1/8] cmd: add efishell command

2018-12-30 Thread Heinrich Schuchardt
On 12/18/18 6:05 AM, AKASHI Takahiro wrote: > Currently, there is no easy way to add or modify UEFI variables. > In particular, bootmgr supports BootOrder/Boot variables, it is > quite hard to define them as u-boot variables because they are represented > in a complicated and encoded format. >

[U-Boot] [PATCH v3 1/8] cmd: add efishell command

2018-12-17 Thread AKASHI Takahiro
Currently, there is no easy way to add or modify UEFI variables. In particular, bootmgr supports BootOrder/Boot variables, it is quite hard to define them as u-boot variables because they are represented in a complicated and encoded format. The new command, efishell, helps address these issues