]> git.baikalelectronics.ru Git - uboot.git/commit
dtoc: Add an option for device instantiation
authorSimon Glass <sjg@chromium.org>
Wed, 3 Feb 2021 13:01:12 +0000 (06:01 -0700)
committerSimon Glass <sjg@chromium.org>
Mon, 22 Mar 2021 06:23:27 +0000 (19:23 +1300)
commitf3d2d6b2f12f5a6e78627a5de4c55735bf466d39
tree4d994b7ab3bd685e86a1526b558559a08493f595
parent0c2935b874359bc991595f22ed1f3323f189e2b0
dtoc: Add an option for device instantiation

Add an option to instantiate devices at build time. For now this just
parses the option and sets up a few parameters.

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