
14 Sep
2023
14 Sep
'23
1:43 p.m.
hi Tom.
On Thu, 14 Sept 2023 at 00:54, Tom Rini trini@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@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