Re: [U-Boot] [PATCH v0 20/20] efi_loader: add bootmgr

2017-08-04 Thread Peter Jones
On Fri, Aug 04, 2017 at 04:28:05PM -0400, Rob Clark wrote: > On Fri, Aug 4, 2017 at 4:06 PM, Heinrich Schuchardt > wrote: > > On 08/04/2017 09:32 PM, Rob Clark wrote: > >> Similar to a "real" UEFI implementation, the bootmgr looks at the > >> BootOrder and Boot variables to try to find an EFI

Re: [U-Boot] [PATCH v0 20/20] efi_loader: add bootmgr

2017-08-04 Thread Rob Clark
On Fri, Aug 4, 2017 at 4:28 PM, Rob Clark wrote: > On Fri, Aug 4, 2017 at 4:06 PM, Heinrich Schuchardt > wrote: >> On 08/04/2017 09:32 PM, Rob Clark wrote: >>> Similar to a "real" UEFI implementation, the bootmgr looks at the >>> BootOrder and Boot variables to try to find an EFI payload to

Re: [U-Boot] [PATCH v0 20/20] efi_loader: add bootmgr

2017-08-04 Thread Rob Clark
On Fri, Aug 4, 2017 at 4:06 PM, Heinrich Schuchardt wrote: > On 08/04/2017 09:32 PM, Rob Clark wrote: >> Similar to a "real" UEFI implementation, the bootmgr looks at the >> BootOrder and Boot variables to try to find an EFI payload to load >> and boot. This is added as a sub-command of boote

Re: [U-Boot] [PATCH v0 20/20] efi_loader: add bootmgr

2017-08-04 Thread Heinrich Schuchardt
On 08/04/2017 09:32 PM, Rob Clark wrote: > Similar to a "real" UEFI implementation, the bootmgr looks at the > BootOrder and Boot variables to try to find an EFI payload to load > and boot. This is added as a sub-command of bootefi. > > The idea is that the distro bootcmd would first try load

[U-Boot] [PATCH v0 20/20] efi_loader: add bootmgr

2017-08-04 Thread Rob Clark
Similar to a "real" UEFI implementation, the bootmgr looks at the BootOrder and Boot variables to try to find an EFI payload to load and boot. This is added as a sub-command of bootefi. The idea is that the distro bootcmd would first try loading a payload via the bootmgr, and then if that fai