[U-Boot] [PATCH 6/6] efi_loader: bootmgr: run an EFI application of a given load option

Alexander Graf agraf at suse.de
Wed Oct 17 08:43:22 UTC 2018



On 17.10.18 09:32, AKASHI Takahiro wrote:
> With this patch applied, we will be able to selectively execute
> an EFI application by specifying a load option, say "-1" for Boot0001,
> "-2" for Boot0002 and so on.
> 
>   => bootefi bootmgr -1 <fdt addr>

I don't think -1 is very good user experience :). How about

  => bootefi bootmgr Boot0001 <fdt addr>


Alex


More information about the U-Boot mailing list