From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sat, 3 Nov 2018 00:08:21 -0600 Subject: [U-Boot] [RFC PATCH v3 2/3] tools: Add a tool to get a list of defconfigs based on filters In-Reply-To: <1540552457-27467-3-git-send-email-jjhiblot@ti.com> References: <1540552457-27467-1-git-send-email-jjhiblot@ti.com> <1540552457-27467-3-git-send-email-jjhiblot@ti.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 26 October 2018 at 05:14, Jean-Jacques Hiblot 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 > --- > > 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