public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Tiger Liu <TigerLiu@zhaoxin.com>
To: "edk2-devel@lists.01.org" <edk2-devel@lists.01.org>
Subject: how to create environmental variable for Shell
Date: Fri, 3 Nov 2017 05:00:33 +0000	[thread overview]
Message-ID: <1E4DA6F54C53C24B98E8E8D172B945AF02BA32BD@ZXBJMBX01.zhaoxin.com> (raw)

Hi, experts:
I have a question about creating shell’s environmental variable.
Such as : StartupDelay

I tried to create this variable at uefi boot phase.
……
              TmpVal = 2;
              Status =  gRT->SetVariable (
                                   L"StartupDelay",
                                   &gEfiGlobalVariableGuid,
                                   EFI_VARIABLE_BOOTSERVICE_ACCESS | EFI_VARIABLE_RUNTIME_ACCESS |EFI_VARIABLE_NON_VOLATILE,
                                   sizeof (TmpVal),
                                   &TmpVal
              );
……

When boot to shell, it still delays 5 seconds.

I tried to use shell cmd ‘set’, then it’s ok, shell’s default delay switched to 2 seconds.

I used dmpstore cmd to list current system’s variables, and found 2 StartupDelay variables:
Efi:StartupDelay
SEnv:StartupDelay

So, my question is:
How to create “SEnv:StartupDelay” variable in UEFI BIOS code.

Thanks

Best wishes,


保密声明:
本邮件含有保密或专有信息,仅供指定收件人使用。严禁对本邮件或其内容做任何未经授权的查阅、使用、复制或转发。
CONFIDENTIAL NOTE:
This email contains confidential or legally privileged information and is for the sole use of its intended recipient. Any unauthorized review, use, copying or forwarding of this email or the content of this email is strictly prohibited.

             reply	other threads:[~2017-11-03  4:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-03  5:00 Tiger Liu [this message]
2017-11-03 11:48 ` how to create environmental variable for Shell Jim.Dailey
2017-11-03 11:54   ` Jim.Dailey
2017-11-03 20:31     ` Jarlstrom, Laurie
2017-11-03 20:54       ` Jarlstrom, Laurie
  -- strict thread matches above, loose matches on Subject: below --
2017-11-06  1:39 Tiger Liu

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-list 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=1E4DA6F54C53C24B98E8E8D172B945AF02BA32BD@ZXBJMBX01.zhaoxin.com \
    --to=devel@edk2.groups.io \
    /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