aboutsummaryrefslogtreecommitdiff
path: root/pylibfdt
AgeCommit message (Expand)AuthorFilesLines
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