platform_external_dtc/pylibfdt
Simon Glass 3c374d46ac pylibfdt: Allow reading integer values from properties
Extend the Properties class with some functions to read a single integer
property. Add a new getprop_obj() function to return a Property object
instead of the raw data.

This suggested approach can be extended to handle other types, as well as
arrays.

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