summaryrefslogtreecommitdiff
path: root/pylibfdt
Commit message (Expand)AuthorAgeFilesLines
...
* pylibfdt: Add support for the rest of the header functionsSimon Glass2018-06-091-3/+68
* pylibfdt: Add support for fdt_next_node()Simon Glass2018-06-081-0/+33
* pylibfdt: Reorder functions to match libfdt.hSimon Glass2018-06-081-72/+72
* pylibfdt: Return string instead of bytearray from getprop()Simon Glass2018-06-081-2/+3
* Make Property a subclass of bytearraySimon Glass2018-06-041-3/+4
* pylibfdt: Add a method to access the device tree directlySimon Glass2018-06-041-0/+11
* pylibfdt: Use Python2 explicitlyDavid Gibson2017-09-271-1/+1
* pylibfdt: Add support for fdt_subnode_offset()Simon Glass2017-08-211-0/+17
* pylibfdt: Add support for fdt_node_offset_by_phandle()Simon Glass2017-08-211-0/+14
* pylibfdt: Add support for fdt_parent_offset()Simon Glass2017-08-211-0/+15
* pylibfdt: Add support for fdt_get_phandle()Simon Glass2017-08-211-0/+12
* pylibfdt: Add stdint include to fix uint32_tSimon Glass2017-08-151-0/+2
* pylibfdt: Use setup.py to build the swig fileSimon Glass2017-04-081-9/+5
* pylibfdt: Use Makefile constructs to implement NO_PYTHONSimon Glass2017-04-081-7/+0
* pylibfdt: Allow setup.py to operate stand-aloneSimon Glass2017-04-082-9/+98
* pylibfdt: Fix code style in setup.pySimon Glass2017-04-071-8/+9
* pylibfdt: Rename libfdt.swig to libfdt.iSimon Glass2017-04-072-1/+1
* pylibfdt: Use the call function to simplify the MakefileSimon Glass2017-03-291-7/+7
* pylibfdt: Use the correct libfdt version in the moduleSimon Glass2017-03-292-2/+4
* pylibfdt: Enable installation of Python moduleSimon Glass2017-03-291-0/+14
* pylibfdt: Use package_dir to set the package directorySimon Glass2017-03-272-2/+4
* pylibfdt: Use environment to pass C flags and filesSimon Glass2017-03-272-11/+8
* Add an initial Python library for libfdtSimon Glass2017-03-214-0/+487