
3 Nov
2018
3 Nov
'18
7:08 a.m.
On 26 October 2018 at 05:14, Jean-Jacques Hiblot jjhiblot@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@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@chromium.org