]> git.baikalelectronics.ru Git - uboot.git/commit
dtoc: Process nodes to set up required properties
authorSimon Glass <sjg@chromium.org>
Wed, 3 Feb 2021 13:01:00 +0000 (06:01 -0700)
committerSimon Glass <sjg@chromium.org>
Mon, 22 Mar 2021 06:23:27 +0000 (19:23 +1300)
commit30db9a3d49ee47df881e5840b9e880046868a340
treebdd34f8e442ea6467b25ce9bb86969a3f9b7f8a7
parentd975ad153e2cba8bc46b7718e859b5ad5ec25158
dtoc: Process nodes to set up required properties

Add logic to assign property values to nodes as required by dtoc. The
references allow nodes to refer to each other in C code. The macros used
by dtoc are not yet defined in driver model. They will be added along
with the actual driver model implementation.

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