From: AKASHI Takahiro <takahiro.akashi@linaro.org>
To: u-boot@lists.denx.de
Subject: [RFC] mkeficapsule: change the syntax
Date: Mon, 19 Jul 2021 19:29:45 +0900 [thread overview]
Message-ID: <20210719102945.GA111390@laputa> (raw)
At present, mkeficapsule supports only two type: FIT and raw.
User specifies the capsule type with --fit or --raw, respectively.
This syntax will be inconvenient in the future when another capsule
type is added. What mkeficapsule does is the exact same for whatever
capsule type the FW binary is.
So I'd like to introduce a new option, "--guid <guid>".
Accordingly, a small syntax change is preferable, that is:
Current form:
$ mkeficapsule [--fit <fw bin> | --raw <fw bin>] <capsule file>
to:
$ mkeficapsule [--fit | --raw | --guid <guid>] <fw bin> <capsule file>
-Takahiro Akashi
reply other threads:[~2021-07-19 10:29 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20210719102945.GA111390@laputa \
--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