summaryrefslogtreecommitdiffstats
path: root/tools/genboardscfg.py
Commit message (Expand)AuthorAgeFilesLines
* patman: Tidy up sys.path changesSimon Glass2020-04-261-2/+1
* genboardscfg.py: drop python version commentBaruch Siach2020-01-251-2/+0
* genboardcfg: Support a quiet modeSimon Glass2019-12-101-3/+7
* kconfiglib: Update to the 12.14.0 releaseTom Rini2019-10-081-3/+3
* genboardscfg.py: Remove "warnings" print sectionTom Rini2019-10-081-5/+1
* genboardscfg.py: Convert to Python 3Tom Rini2019-10-081-13/+13
* tools: genboardscfg: move buildman path to firstPeng Fan2018-07-301-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* genconfig.py: Print defconfig next to warningsSimon Glass2017-09-111-2/+5
* tools/genboardscfg.py: Make 'Supported' as known statusLokesh Vutla2017-05-121-0/+2
* tools/genboardscfg.py: remove bogus import subprocessMasahiro Yamada2016-05-271-1/+0
* tools/genboardscfg.py: pick up also commented maitainersMasahiro Yamada2014-09-241-0/+3
* tools/genboardscfg.py: improve performance more with KconfiglibMasahiro Yamada2014-09-161-440/+258
* tools/genboardscfg.py: change shebang into /usr/bin/env python2Masahiro Yamada2014-08-281-1/+3
* tools/genboardscfg.py: improve performanceMasahiro Yamada2014-08-281-6/+33
* tools/genboardscfg.py: check if the boards.cfg is up to dateMasahiro Yamada2014-08-281-2/+56
* tools/genboardscfg.py: fix minor problems on terminationMasahiro Yamada2014-08-281-66/+90
* tools/genboardscfg.py: wait for unfinished subprocesses before error-outMasahiro Yamada2014-08-281-0/+3
* tools/genboardscfg.py: be tolerant of insane KconfigMasahiro Yamada2014-08-281-2/+9
* tools/genboardscfg.py: be tolerant of missing MAINTAINERSMasahiro Yamada2014-08-281-1/+11
* tools/genboardscfg.py: ignore defconfigs starting with a dotMasahiro Yamada2014-08-281-0/+2
* tools/genboardscfg.py: fix a bug of MAINTAINERS handlingMasahiro Yamada2014-08-281-1/+1
* tools/genboardscfg.py: no exception if columns undetectableRoger Meier2014-08-211-3/+1
* tools/genboardscfg.py: Do not output SPLCPU fieldMasahiro Yamada2014-08-211-4/+2
* tools, scripts: refactor error-out statements of Python scriptsMasahiro Yamada2014-08-211-11/+5
* tools: add genboardscfg.pyMasahiro Yamada2014-07-301-0/+504