* [RFC] mkeficapsule: change the syntax
@ 2021-07-19 10:29 AKASHI Takahiro
0 siblings, 0 replies; only message in thread
From: AKASHI Takahiro @ 2021-07-19 10:29 UTC (permalink / raw)
To: u-boot
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-07-19 10:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-19 10:29 [RFC] mkeficapsule: change the syntax AKASHI Takahiro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox