From: AKASHI Takahiro <takahiro.akashi@linaro.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 1/8] cmd: add efishell command
Date: Mon, 7 Jan 2019 14:08:53 +0900 [thread overview]
Message-ID: <20190107050852.GD9033@linaro.org> (raw)
In-Reply-To: <e9726386-924c-4e3a-9af9-e05cd7d0d386@gmx.de>
On Sun, Dec 30, 2018 at 06:10:51PM +0100, Heinrich Schuchardt wrote:
> On 12/30/18 4:44 PM, Heinrich Schuchardt wrote:
> > On 12/18/18 6:05 AM, AKASHI Takahiro wrote:
> >> Currently, there is no easy way to add or modify UEFI variables.
> >> In particular, bootmgr supports BootOrder/BootXXXX variables, it is
> >> quite hard to define them as u-boot variables because they are represented
> >> in a complicated and encoded format.
> >>
> >> The new command, efishell, helps address these issues and give us
> >> more friendly interfaces:
> >> * efishell boot add: add BootXXXX variable
> >> * efishell boot rm: remove BootXXXX variable
> >> * efishell boot dump: display all BootXXXX variables
> >> * efishell boot order: set/display a boot order (BootOrder)
> >> * efishell setvar: set an UEFI variable (with limited functionality)
> >> * efishell dumpvar: display all UEFI variables
> >>
> >> As the name suggests, this command basically provides a subset fo UEFI
> >> shell commands with simplified functionality.
> >>
> >> Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
>
> The behavior is a bit unexpected:
>
> => efishell boot order 200
> => efishell boot order
> 1: Boot00C8: (not defined)
> exit not allowed from main input shell.
>
> I would expect 'efishell boot order' to take a 4 digit hexadecimal
> number and to do no conversion from decimal to hexadecimal.
OK, but we should allow a less-than-4-digit number.
> I was also surprised to see 'exit not allowed from main input shell.'
I cannot reproduce this problem.
-Takahiro Akashi
> Best regards
>
> Heinrich
next prev parent reply other threads:[~2019-01-07 5:08 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-18 5:05 [U-Boot] [PATCH v3 0/8] cmd: add efishell for efi environment AKASHI Takahiro
2018-12-18 5:05 ` [U-Boot] [PATCH v3 1/8] cmd: add efishell command AKASHI Takahiro
2018-12-30 15:44 ` Heinrich Schuchardt
2018-12-30 17:10 ` Heinrich Schuchardt
2019-01-07 5:08 ` AKASHI Takahiro [this message]
2019-01-08 9:57 ` Alexander Graf
2019-01-07 5:06 ` AKASHI Takahiro
2018-12-30 23:47 ` Heinrich Schuchardt
2019-01-07 5:13 ` AKASHI Takahiro
2018-12-18 5:05 ` [U-Boot] [PATCH v3 2/8] cmd: efishell: add devices command AKASHI Takahiro
2018-12-18 5:05 ` [U-Boot] [PATCH v3 3/8] cmd: efishell: add drivers command AKASHI Takahiro
2018-12-20 7:51 ` Heinrich Schuchardt
2018-12-25 7:22 ` AKASHI Takahiro
2018-12-25 12:07 ` Heinrich Schuchardt
2018-12-18 5:05 ` [U-Boot] [PATCH v3 4/8] cmd: efishell: add images command AKASHI Takahiro
2018-12-18 5:05 ` [U-Boot] [PATCH v3 5/8] cmd: efishell: add memmap command AKASHI Takahiro
2018-12-18 5:05 ` [U-Boot] [PATCH v3 6/8] cmd: efishell: add dh command AKASHI Takahiro
2018-12-20 7:49 ` Heinrich Schuchardt
2018-12-25 5:32 ` AKASHI Takahiro
2018-12-18 5:05 ` [U-Boot] [PATCH v3 7/8] cmd: efishell: export uefi variable helper functions AKASHI Takahiro
2018-12-18 5:05 ` [U-Boot] [PATCH v3 8/8] cmd: env: add "-e" option for handling UEFI variables AKASHI Takahiro
2018-12-18 6:07 ` Heinrich Schuchardt
2018-12-19 1:49 ` AKASHI Takahiro
2018-12-19 12:23 ` Heinrich Schuchardt
2018-12-23 1:56 ` Alexander Graf
2018-12-25 8:44 ` AKASHI Takahiro
2018-12-26 21:20 ` Alexander Graf
2019-01-07 7:47 ` AKASHI Takahiro
2019-01-08 7:29 ` AKASHI Takahiro
2019-01-08 8:58 ` Alexander Graf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190107050852.GD9033@linaro.org \
--to=takahiro.akashi@linaro.org \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox