aboutsummaryrefslogtreecommitdiff
path: root/pylibfdt
AgeCommit message (Expand)AuthorFilesLines
2018-06-09pylibfdt: Support device-tree creation/expansionSimon Glass1-0/+33
2018-06-09pylibfdt: Add support for reading the memory reserve mapSimon Glass1-0/+34
2018-06-09pylibfdt: Add support for the rest of the header functionsSimon Glass1-3/+68
2018-06-08pylibfdt: Add support for fdt_next_node()Simon Glass1-0/+33
2018-06-08pylibfdt: Reorder functions to match libfdt.hSimon Glass1-72/+72
2018-06-08pylibfdt: Return string instead of bytearray from getprop()Simon Glass1-2/+3
2018-06-04Make Property a subclass of bytearraySimon Glass1-3/+4
2018-06-04pylibfdt: Add a method to access the device tree directlySimon Glass1-0/+11
2017-09-27pylibfdt: Use Python2 explicitlyDavid Gibson1-1/+1
2017-08-21pylibfdt: Add support for fdt_subnode_offset()Simon Glass1-0/+17
2017-08-21pylibfdt: Add support for fdt_node_offset_by_phandle()Simon Glass1-0/+14
2017-08-21pylibfdt: Add support for fdt_parent_offset()Simon Glass1-0/+15
2017-08-21pylibfdt: Add support for fdt_get_phandle()Simon Glass1-0/+12
2017-08-15pylibfdt: Add stdint include to fix uint32_tSimon Glass1-0/+2
2017-04-08pylibfdt: Use setup.py to build the swig fileSimon Glass1-9/+5
2017-04-08pylibfdt: Use Makefile constructs to implement NO_PYTHONSimon Glass1-7/+0
2017-04-08pylibfdt: Allow setup.py to operate stand-aloneSimon Glass2-9/+98
2017-04-07pylibfdt: Fix code style in setup.pySimon Glass1-8/+9
2017-04-07pylibfdt: Rename libfdt.swig to libfdt.iSimon Glass2-1/+1
2017-03-29pylibfdt: Use the call function to simplify the MakefileSimon Glass1-7/+7
2017-03-29pylibfdt: Use the correct libfdt version in the moduleSimon Glass2-2/+4
2017-03-29pylibfdt: Enable installation of Python moduleSimon Glass1-0/+14
2017-03-27pylibfdt: Use package_dir to set the package directorySimon Glass2-2/+4
2017-03-27pylibfdt: Use environment to pass C flags and filesSimon Glass2-11/+8
2017-03-21Add an initial Python library for libfdtSimon Glass4-0/+487