summaryrefslogtreecommitdiff
path: root/lib/libfdt/test_libfdt.py
AgeCommit message (Collapse)AuthorFilesLines
2016-07-15dm: Add a more efficient libfdt librarySimon Glass1-0/+14
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>