fdt: Add Python bindings
authorSimon Glass <sjg@chromium.org>
Sat, 27 May 2017 13:38:11 +0000 (07:38 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 2 Jun 2017 16:16:46 +0000 (10:16 -0600)
commitcf2064d7851a8d43ebaa55d356b768bfa5c8aebe
tree468bbd358cf3b6d244941384d1bd401c6726292c
parent46bac66b20da6d50e757bdca74703153f233090b
fdt: Add Python bindings

An early version of this is available upstream. Bring it in as a starting
point. This is from dtc upstream commit e56f2b0.

Future work will plumb it into dtoc and remove the now-unnecessary local
libraries.

Signed-off-by: Simon Glass <sjg@chromium.org>
lib/libfdt/pylibfdt/libfdt.i [new file with mode: 0644]
lib/libfdt/pylibfdt/setup.py [new file with mode: 0755]