]> git.baikalelectronics.ru Git - uboot.git/commit
dtoc: Add support for reading fixed-length bytes properties
authorSimon Glass <sjg@chromium.org>
Tue, 23 Nov 2021 18:03:40 +0000 (11:03 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 2 Dec 2021 16:16:22 +0000 (09:16 -0700)
commit1080280b8e7b35ca619adb9e59a28147080e1faa
treedfdc86b06249d510973d4b909155358c2b0862ad
parente48cf1fd277d46bc7ebe16b5f9be78d4cd7638fd
dtoc: Add support for reading fixed-length bytes properties

Add functions to read a sequence of bytes from the devicetree.

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