u-boot-brain/tools/dtoc
Simon Glass 8d6f2d359e dtoc: Process driver aliases along with drivers
Instead of using a separate step for this processing, handle it while
scanning its associated driver. This allows us to drop the code coverage
exception in this case.

Note that only files containing drivers are scanned by dtoc, so aliases
declared in a file that doesn't hold a driver will not be noticed. It
would be confusing to put them anywhere other than in the driver that they
relate to, but update the documentation to say this explicitly, just in
case.

Signed-off-by: Simon Glass <sjg@chromium.org>
2021-03-22 19:23:27 +13:00
..
test dtoc: Process driver aliases along with drivers 2021-03-22 19:23:27 +13:00
.gitignore dm: Add a library to provide simple device-tree access 2016-07-14 20:40:24 -06:00
dtb_platdata.py dtoc: Support tracking the phase of U-Boot 2021-03-22 19:23:27 +13:00
dtoc dtoc: Rename the main module 2020-04-26 14:25:21 -06:00
fdt_util.py binman: Use target-specific tools when cross-compiling 2020-09-22 12:54:13 -06:00
fdt.py binman: Support alignment of files 2021-01-30 14:25:41 -07:00
main.py dtoc: Support tracking the phase of U-Boot 2021-03-22 19:23:27 +13:00
setup.py dtoc: Add a setup script for Python 2020-08-22 08:53:38 -06:00
src_scan.py dtoc: Process driver aliases along with drivers 2021-03-22 19:23:27 +13:00
test_dtoc.py dtoc: Support tracking the phase of U-Boot 2021-03-22 19:23:27 +13:00
test_fdt dtoc: Add some tests for the fdt module 2018-07-09 09:11:00 -06:00
test_fdt.py dtoc: Move test files into a test/ directory 2021-03-22 19:23:27 +13:00
test_src_scan.py dtoc: Support headers needed for drivers 2021-03-22 19:23:27 +13:00