[U-Boot] [RFC PATCH v3 2/3] tools: Add a tool to get a list of defconfigs based on filters

Simon Glass sjg at chromium.org
Sat Nov 3 06:08:21 UTC 2018


On 26 October 2018 at 05:14, Jean-Jacques Hiblot <jjhiblot at ti.com> wrote:
> The possible filters are "arch", "vendor", "soc", "cpu" and "arch".
>
> The list of all the defconfigs is read from boards.cfg. If this file
> doesn't exist, then tools/genboardscfg.py is called to generate it.
>
> Signed-off-by: Jean-Jacques Hiblot <jjhiblot at ti.com>
> ---
>
> Changes in v3:
> - Add more comments to describe the classes and functions
> - Capitalize the Class names
>
> Changes in v2: New
>
>  tools/find_defconfigs.py | 204 +++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 204 insertions(+)
>  create mode 100755 tools/find_defconfigs.py

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list