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

2019-03-07 Thread AKASHI Takahiro
On Wed, Mar 06, 2019 at 05:21:54AM +0100, Heinrich Schuchardt wrote: > On 3/6/19 1:17 AM, AKASHI Takahiro wrote: > > On Tue, Mar 05, 2019 at 08:38:40PM +0100, Heinrich Schuchardt wrote: > >> On 3/5/19 2:58 AM, AKASHI Takahiro wrote: > >>> See UEFI v2.7, section 3.1.2 for details of the

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

2019-03-05 Thread Heinrich Schuchardt
On 3/6/19 1:17 AM, AKASHI Takahiro wrote: > On Tue, Mar 05, 2019 at 08:38:40PM +0100, Heinrich Schuchardt wrote: >> On 3/5/19 2:58 AM, AKASHI Takahiro wrote: >>> See UEFI v2.7, section 3.1.2 for details of the specification. >>> >>> With efidebug command, you can run any EFI boot option as

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

2019-03-05 Thread AKASHI Takahiro
On Tue, Mar 05, 2019 at 08:38:40PM +0100, Heinrich Schuchardt wrote: > On 3/5/19 2:58 AM, AKASHI Takahiro wrote: > > See UEFI v2.7, section 3.1.2 for details of the specification. > > > > With efidebug command, you can run any EFI boot option as follows: > > => efi boot add 1 SHELL ... > > =>

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

2019-03-05 Thread Heinrich Schuchardt
On 3/5/19 2:58 AM, AKASHI Takahiro wrote: > See UEFI v2.7, section 3.1.2 for details of the specification. > > With efidebug command, you can run any EFI boot option as follows: > => efi boot add 1 SHELL ... > => efi boot add 2 HELLO ... > => efi boot order 1 2 > => efi bootmgr >

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

2019-03-04 Thread AKASHI Takahiro
See UEFI v2.7, section 3.1.2 for details of the specification. With efidebug command, you can run any EFI boot option as follows: => 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