[PATCH 01/21] ti: tools: config: Add board config class to generate config binaries

Simon Glass sjg at chromium.org
Fri Jan 20 20:46:05 CET 2023


Hi Neha,

On Fri, 20 Jan 2023 at 03:19, Neha Malcom Francis <n-francis at ti.com> wrote:
>
> For validating config files and generating binary config artifacts, here
> board specific config class is added.
>
> Add function cfgBinaryGen() in tibcfg_gen.py. It uses TIBoardConfig
> class to load given schema and config files in YAML, validate them and
> generate binaries.
>
> Signed-off-by: Tarun Sahu <t-sahu at ti.com>
> [n-francis at ti.com: prepared patch for upstreaming]
> Signed-off-by: Neha Malcom Francis <n-francis at ti.com>
> ---
>  test/py/requirements.txt |   1 +
>  tools/tibcfg_gen.py      | 117 +++++++++++++++++++++++++++++++++++++++
>  2 files changed, 118 insertions(+)
>  create mode 100644 tools/tibcfg_gen.py

Please don't add new build scripts to U-Boot. This should go into binman.

Regards,
Simon


More information about the U-Boot mailing list