From mboxrd@z Thu Jan 1 00:00:00 1970 From: AKASHI Takahiro Date: Thu, 18 Oct 2018 14:48:15 +0900 Subject: [U-Boot] [PATCH 6/6] efi_loader: bootmgr: run an EFI application of a given load option In-Reply-To: References: <20181017073207.13150-1-takahiro.akashi@linaro.org> <20181017073207.13150-7-takahiro.akashi@linaro.org> Message-ID: <20181018054814.GI32578@linaro.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, Oct 17, 2018 at 10:43:22AM +0200, Alexander Graf wrote: > > > 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 > > I don't think -1 is very good user experience :). How about > => bootefi bootmgr Boot0001 It looks like u-boot's run command with six more characters! How about this: => bootefi bootmgr #1 or allowing "-" as empty fdt, => bootefi bootmgr - 1 Otherwise, a new sub command? => bootefi run 1, or => efi(shell) run 1 # Discussing UI is a fun or mess. Thanks, -Takahiro Akashi > > Alex