From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Wed, 17 Oct 2018 10:43:22 +0200 Subject: [U-Boot] [PATCH 6/6] efi_loader: bootmgr: run an EFI application of a given load option In-Reply-To: <20181017073207.13150-7-takahiro.akashi@linaro.org> References: <20181017073207.13150-1-takahiro.akashi@linaro.org> <20181017073207.13150-7-takahiro.akashi@linaro.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 Alex