Re: [U-Boot] [PATCH v2 1/5] efi_loader: bootmgr: support BootNext and BootCurrent variable behavior

2019-02-26 Thread AKASHI Takahiro
On Wed, Feb 27, 2019 at 07:39:50AM +0100, Heinrich Schuchardt wrote: > On 2/27/19 7:27 AM, AKASHI Takahiro wrote: > > On Wed, Feb 27, 2019 at 07:14:10AM +0100, Heinrich Schuchardt wrote: > >> On 2/27/19 6:47 AM, AKASHI Takahiro wrote: > >>> On Tue, Feb 26, 2019 at 07:57:26PM +0100, Heinrich

Re: [U-Boot] [PATCH v2 1/5] efi_loader: bootmgr: support BootNext and BootCurrent variable behavior

2019-02-26 Thread Heinrich Schuchardt
On 2/27/19 7:27 AM, AKASHI Takahiro wrote: > On Wed, Feb 27, 2019 at 07:14:10AM +0100, Heinrich Schuchardt wrote: >> On 2/27/19 6:47 AM, AKASHI Takahiro wrote: >>> On Tue, Feb 26, 2019 at 07:57:26PM +0100, Heinrich Schuchardt wrote: On 1/15/19 3:54 AM, AKASHI Takahiro wrote: > See UEFI

Re: [U-Boot] [PATCH v2 1/5] efi_loader: bootmgr: support BootNext and BootCurrent variable behavior

2019-02-26 Thread AKASHI Takahiro
On Wed, Feb 27, 2019 at 07:14:10AM +0100, Heinrich Schuchardt wrote: > On 2/27/19 6:47 AM, AKASHI Takahiro wrote: > > On Tue, Feb 26, 2019 at 07:57:26PM +0100, Heinrich Schuchardt wrote: > >> On 1/15/19 3:54 AM, AKASHI Takahiro wrote: > >>> See UEFI v2.7, section 3.1.2 for details of the

Re: [U-Boot] [PATCH v2 1/5] efi_loader: bootmgr: support BootNext and BootCurrent variable behavior

2019-02-26 Thread Heinrich Schuchardt
On 2/27/19 6:47 AM, AKASHI Takahiro wrote: > On Tue, Feb 26, 2019 at 07:57:26PM +0100, Heinrich Schuchardt wrote: >> On 1/15/19 3:54 AM, AKASHI Takahiro wrote: >>> See UEFI v2.7, section 3.1.2 for details of the specification. >>> >>> With my efitool command, you can try as the following: >>> =>

Re: [U-Boot] [PATCH v2 1/5] efi_loader: bootmgr: support BootNext and BootCurrent variable behavior

2019-02-26 Thread AKASHI Takahiro
On Tue, Feb 26, 2019 at 07:57:26PM +0100, Heinrich Schuchardt wrote: > On 1/15/19 3:54 AM, AKASHI Takahiro wrote: > > See UEFI v2.7, section 3.1.2 for details of the specification. > > > > With my efitool command, you can try as the following: > > => efi boot add 1 SHELL ... > > => efi boot

Re: [U-Boot] [PATCH v2 1/5] efi_loader: bootmgr: support BootNext and BootCurrent variable behavior

2019-02-26 Thread Heinrich Schuchardt
On 1/15/19 3:54 AM, AKASHI Takahiro wrote: > See UEFI v2.7, section 3.1.2 for details of the specification. > > With my efitool command, you can try as the following: > => efi boot add 1 SHELL ... > => efi boot add 2 HELLO ... > => efi boot order 1 2 > => efi bootmgr > (starting

[U-Boot] [PATCH v2 1/5] efi_loader: bootmgr: support BootNext and BootCurrent variable behavior

2019-01-14 Thread AKASHI Takahiro
See UEFI v2.7, section 3.1.2 for details of the specification. With my efitool command, you can try as the following: => efi boot add 1 SHELL ... => efi boot add 2 HELLO ... => efi boot order 1 2 => efi bootmgr (starting SHELL ...) => efi boot next 2 => efi bootmgr (starting