dtoc: Move src_scan tests to a separate file
authorSimon Glass <sjg@chromium.org>
Tue, 29 Dec 2020 03:35:07 +0000 (20:35 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Jan 2021 19:26:35 +0000 (12:26 -0700)
commit10ea9c0b059c37e6b2026fe1334d1d57c465984d
treefd3bda86a671f6cd5331ea3daf48d478b5d82c53
parenta542a70c2256e2250dfb876fd394e967d6a47156
dtoc: Move src_scan tests to a separate file

Move the tests related to scanning into their own class, updating them
to avoid using dtb_platdata as a pass-through.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/dtoc/dtb_platdata.py
tools/dtoc/main.py
tools/dtoc/src_scan.py
tools/dtoc/test_dtoc.py
tools/dtoc/test_src_scan.py [new file with mode: 0644]