u-boot-brain/scripts/dtc/pylibfdt
Simon Glass 50c59522c2 libfdt: Update to latest pylibfdt implementation
The enhanced pylibfdt support in U-Boot needed for binman was a
placeholder while upstreaming of this work continued. This is now
complete, so bring in the changes and update the tools as needed.

There are quite a few changes since we decided to split the
implementation into three fdt classes instead of two.

The Fdt.del_node() method was unfortunately missed in this process and
will be dealt with later. It exists in U-Boot but not upstream.

Further syncing of libfdt probably needs to wait until we assess the
code-size impact of all the new checking code on SPL and possibly provide
a way to disable it.

Signed-off-by: Simon Glass <sjg@chromium.org>
2018-08-08 12:49:36 +01:00
..
.gitignore pylibfdt: move pylibfdt to scripts/dtc/pylibfdt and refactor makefile 2017-11-17 07:43:32 -05:00
libfdt.i_shipped libfdt: Update to latest pylibfdt implementation 2018-08-08 12:49:36 +01:00
Makefile pylibfdt: Add missing CC and LD to Makefile 2018-05-23 22:06:41 -04:00
setup.py host-tools: use python2 explicitly for shebang 2018-01-28 12:27:30 -05:00