All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew MS1 Peng <pengms1@lenovo.com>
To: Patrick Venture <venture@google.com>
Cc: "openbmc@lists.ozlabs.org" <openbmc@lists.ozlabs.org>
Subject: 答复: [External]  Re: Clarify some questions about host tool (burn_my_bmc)
Date: Tue, 13 Aug 2019 15:15:19 +0000	[thread overview]
Message-ID: <6c7100c2019942dc9d5efad6475038ab@lenovo.com> (raw)
In-Reply-To: <CAO=notzwOqKnmhB8Rn+0wAGua6OzpjjNDF=Va4Wyt7p2z9ES8g@mail.gmail.com>



-----邮件原件-----
发件人: Patrick Venture <venture@google.com> 
发送时间: 2019年8月13日 22:34
收件人: Andrew MS1 Peng <pengms1@lenovo.com>
抄送: openbmc@lists.ozlabs.org
主题: [External] Re: Clarify some questions about host tool (burn_my_bmc)

On Mon, Aug 12, 2019 at 2:43 AM Andrew MS1 Peng <pengms1@lenovo.com> wrote:
>
> Hi Patrick,
>
>
>
> 1.      It took about 4 minutes and 30 seconds for BIOS update with 64MB rom image. Could we extension the pollstatus time from 100 sec to 300 sec to get the final status?

I'm curious why it's harmful to check more frequently?

		I showed some source code of helper.cpp as below, the checking status total time was 100 sec (5*20) but it was not enough for bios update and therefore I would like to extension the time from 100 sec to 300 sec.

				  	static constexpr auto verificationSleep = 5s;
    				ipmi_flash::ActionStatus result = ipmi_flash::ActionStatus::unknown;

   					try
    				{
        				static constexpr int commandAttempts = 20;
       					 int attempts = 0;
						............................................

>
> 2.      If user can choose to preserve BMC configuration (rw area) or BIOS configuration when upgrade firmware, do you have any suggestions with regards to preserve configuration implementation or could the host tool support to send a parameter to support it?

Since one of the design goals was to keep the interface from the host simple, and mostly agonistic to what was taking place, consideration wasn't given for a mechanism for adding extra parameters.  We're in a similar boat where we want a mechanism for changing the level of upgrade, so I'll go over the design today at some point and see whether we can do it agnostically.

>
>
>
> Regards,
>
> Andrew
>
>

  reply	other threads:[~2019-08-13 15:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-12  9:43 Clarify some questions about host tool (burn_my_bmc) Andrew MS1 Peng
2019-08-13 14:33 ` Patrick Venture
2019-08-13 15:15   ` Andrew MS1 Peng [this message]
2019-08-13 15:49     ` [External] " Patrick Venture
2019-08-13 20:54       ` Patrick Venture
2019-08-15  7:16         ` 答复: " Andrew MS1 Peng
2019-08-15 14:00           ` Patrick Venture

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=6c7100c2019942dc9d5efad6475038ab@lenovo.com \
    --to=pengms1@lenovo.com \
    --cc=openbmc@lists.ozlabs.org \
    --cc=venture@google.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.