dtc/pylibfdt
Simon Glass 853649acce pylibfdt: Support the sequential-write interface
It is useful to be able to create a device tree from scratch using
software. This is supported in libfdt but not currently available in the
Python bindings.

Add a new FdtSw class to handle this, with various methods corresponding
to the libfdt functions. When the tree is complete, calling AsFdt() will
return the completed device-tree object.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2018-07-11 16:21:20 +10:00
..
.gitignore Add an initial Python library for libfdt 2017-03-21 16:21:58 +11:00
Makefile.pylibfdt pylibfdt: Use setup.py to build the swig file 2017-04-08 11:54:07 +10:00
libfdt.i pylibfdt: Support the sequential-write interface 2018-07-11 16:21:20 +10:00
setup.py pylibfdt: Use Python2 explicitly 2017-09-27 18:10:02 +10:00