]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: Add a more efficient libfdt library
authorSimon Glass <sjg@chromium.org>
Mon, 4 Jul 2016 17:58:11 +0000 (11:58 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 15 Jul 2016 02:40:24 +0000 (20:40 -0600)
commit76bce10d2131938fcd5b1bbb0479cdb66daffa29
treeedc401884865e52492e540588a87ffaec83489e5
parentdbbe2e6401fc8539f456cab7ef1dd38f9495591d
dm: Add a more efficient libfdt library

Add a Python version of the libfdt library which contains enough features to
support the dtoc tool. This is only a very bare-bones implementation. It
requires the 'swig' to build.

Signed-off-by: Simon Glass <sjg@chromium.org>
lib/libfdt/libfdt.swig [new file with mode: 0644]
lib/libfdt/setup.py [new file with mode: 0644]
lib/libfdt/test_libfdt.py [new file with mode: 0644]
scripts/Makefile.host
tools/Makefile
tools/dtoc/fdt.py [new file with mode: 0644]