buildman: Split out Boards into its own file
authorSimon Glass <sjg@chromium.org>
Tue, 12 Jul 2022 01:04:03 +0000 (19:04 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 5 Aug 2022 15:47:56 +0000 (11:47 -0400)
commitc52bd22539f3bb009f73cc1608b155813f7e48a0
tree6ca2c6f4e736db8fd8bedabf329efc9c15c4d56a
parent6014db68d39cd2b0760c50093b6529d7ebf9afe8
buildman: Split out Boards into its own file

Use a separate file for the Boards class so that its name matches the
module name.

Fix up the function names to match the pylint style and fix some other
warnings.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/board.py
tools/buildman/boards.py [new file with mode: 0644]
tools/buildman/control.py
tools/buildman/func_test.py
tools/buildman/test.py