buildman: Allow tests to have their own boards
authorSimon Glass <sjg@chromium.org>
Sat, 6 Sep 2014 01:00:16 +0000 (19:00 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 9 Sep 2014 22:38:29 +0000 (16:38 -0600)
commit823e60b62a98061a662536093d46f8f26f6d318f
tree4fcdfcb64241665c7b713eadfe33fef83ef777fc
parent8b985eebd0f7582614399fdf6c108a81ab446ae7
buildman: Allow tests to have their own boards

Rather than reading boards.cfg, which may take time to generate and is not
necessarily suitable for running tests, create our own list of boards.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/control.py
tools/buildman/func_test.py