]> git.baikalelectronics.ru Git - uboot.git/commit
dtoc: Add a 64-bit type and a way to convert cells into 64 bits
authorSimon Glass <sjg@chromium.org>
Tue, 29 Aug 2017 20:15:48 +0000 (14:15 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 15 Sep 2017 11:24:39 +0000 (05:24 -0600)
commit03e2aca856038488d161f02e7c4171d262898676
treec389840202f88a8252c975d678a1a80199121b50
parent1135cce5001673fc9431616f8eb2313da28dab96
dtoc: Add a 64-bit type and a way to convert cells into 64 bits

When dealing with multi-cell values we need a type that can hold this
value. Add this and a function to process it from a list of cell values.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Tested-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Tested-by: Kever Yang <kever.yang@rock-chips.com>
tools/dtoc/dtb_platdata.py
tools/dtoc/fdt.py
tools/dtoc/fdt_util.py