[PATCH 1/8] tools: mkeficapsule: Add support for parsing capsule params from config file

Sughosh Ganu sughosh.ganu at linaro.org
Thu Sep 14 13:43:18 CEST 2023


hi Tom.

On Thu, 14 Sept 2023 at 00:54, Tom Rini <trini at konsulko.com> wrote:
>
> On Fri, Sep 08, 2023 at 05:29:55PM +0530, Sughosh Ganu wrote:
>
> > Add support for specifying the parameters needed for capsule
> > generation through a config file, instead of passing them through
> > command-line. Parameters for more than a single capsule file can be
> > specified, resulting in generation of multiple capsules through a
> > single invocation of the command.
> >
> > Signed-off-by: Sughosh Ganu <sughosh.ganu at linaro.org>
>
> Is this config file format used in any other project / form?

Yes, I have kept the format on the same lines as the one used in the
EDKII capsule generation tool.

>
> [snip]
> > +config EFI_CAPSULE_CFG_FILE
> > +     string "Path to the EFI Capsule Config File"
> > +     default ""
>
> No empty defaults.

Okay

-sughosh


More information about the U-Boot mailing list