]> git.ipfire.org Git - people/ms/u-boot.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)
commitfbdfd228fb7bcdd16ddca3e081b1cc1d8205702b
treec389840202f88a8252c975d678a1a80199121b50
parent979ab02473e578b81ad8ef7c3a844b789b48c40d
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