]> git.dujemihanovic.xyz Git - u-boot.git/commit
dtoc: Add support for decl file
authorSimon Glass <sjg@chromium.org>
Wed, 3 Feb 2021 13:01:14 +0000 (06:01 -0700)
committerSimon Glass <sjg@chromium.org>
Mon, 22 Mar 2021 06:23:27 +0000 (19:23 +1300)
commit426d12f42f47b0b004c838f753dcf415c3268c37
tree34b73c6759ba587344dcb586ab69985426b13199
parent5a1b25c2011e88e44626202f3cde05e65209c1e4
dtoc: Add support for decl file

Add an option to generate the declaration file, which declares all
drivers and uclasses, so references can be used in the code.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/dtoc/dtb_platdata.py
tools/dtoc/test_dtoc.py