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

Sughosh Ganu sughosh.ganu at linaro.org
Sat Jul 15 14:30:55 CEST 2023


On Fri, 14 Jul 2023 at 16:14, Michal Simek <michal.simek at amd.com> wrote:
>
>
>
> On 6/24/23 15:41, 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.
> >
> > This path is to be used for generating capsules through a make target,
> > with the parameters being parsed from the config file.
> >
>
> Can you please also add support for adding comment to config file?
> Pretty much just ignore lines which starts with /* or so.

Comments are currently supported with the '#' character, so that lines
starting with # are considered as comments.

-sughosh


More information about the U-Boot mailing list