dtoc: Add a 64-bit type and a way to convert cells into 64 bits
authorSimon Glass <[email protected]>
Tue, 29 Aug 2017 20:15:48 +0000 (14:15 -0600)
committerSimon Glass <[email protected]>
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 <[email protected]>
Reviewed-by: Philipp Tomsich <[email protected]>
Tested-by: Philipp Tomsich <[email protected]>
Tested-by: Kever Yang <[email protected]>
tools/dtoc/dtb_platdata.py
tools/dtoc/fdt.py
tools/dtoc/fdt_util.py