aboutsummaryrefslogtreecommitdiff
path: root/pylibfdt
AgeCommit message (Expand)Author
2023-02-05pylibfdt: add size_hint parameter for get_pathLuca Weiss
2023-02-02pylibfdt: Work-around SWIG limitations with flexible arraysRob Herring
2022-04-20pylibfdt: add FdtRo.get_path()Luca Weiss
2021-12-28pylibfdt: add Property.as_*int*_array()Luca Weiss
2021-12-28pylibfdt: add Property.as_stringlist()Luca Weiss
2021-12-26Fix Python crash on getprop deallocationLuca Weiss
2021-11-12pylibfdt: fix with Python 3.10Ross Burton
2021-11-11pylibfdt: Move setup.py to the top levelRob Herring
2021-11-11pylibfdt: Split setup.py author name and emailRob Herring
2021-11-11pylibfdt: Use setuptools_scm for the versionRob Herring
2021-11-11pylibfdt: Use setuptools instead of distutilsRob Herring
2021-05-25pylibfdt: Rework "avoid unused variable warning" linesTom Rini
2020-10-21build-sys: add meson buildMarc-André Lureau
2020-10-21pylibfdt: allow build out of treeMarc-André Lureau
2019-10-27pylibfdt: Correct the type for fdt_property_stub()Simon Glass
2019-09-09pylibfdt: use python3 shebangLuca Weiss
2019-07-04pylibfdt: Add support for fdt_get_alias()Appana Durga Kedareswara rao
2019-07-03pylibfdt: Correct the FdtSw exampleSimon Glass
2019-06-21pylibfdt: Replace dual GPLv2/BSD license boilerplate with SPDX tagsRob Herring
2019-03-29Use Python3 by defaultDavid Gibson
2019-02-19pylibfdt: Test fdt.setprop take bytes on Python 3, add error handlingPetr Viktorin
2019-02-19pylibfdt: check_err accepts only integer as a first argument.Lumir Balhar
2019-02-19pylibfdt: Proper handling of bytes/unicode strings and octal literalsLumir Balhar
2018-11-23PEP8 / Flake8 cleanups for setup.pyDavid Gibson
2018-11-23Remove broken objdir / srcdir supportDavid Gibson
2018-11-23pylibfdt: Use common PREFIX variableDavid Gibson
2018-11-23Refine pylibfdt_clean targetDavid Gibson
2018-11-23pylibfdt: Allow switch to Python 3 via environment variable PYTHONLumir Balhar
2018-09-25pylibfdt: Don't have setup.py depend on where it's invoked fromDavid Gibson
2018-09-25pylibfdt: Eliminate run_setup make functionDavid Gibson
2018-09-25pylibfdt: Improved version extractionDavid Gibson
2018-09-25pylibfdt: Don't silence setup.py when V=1David Gibson
2018-09-25pylibfdt: Make SETUP make variableDavid Gibson
2018-09-25pylibfdt: Simpler CFLAGS handlingDavid Gibson
2018-09-25pylibfdt: Link extension module with libfdt rather than rebuildingDavid Gibson
2018-09-25pylibfdt: Correctly set build output directoryDavid Gibson
2018-09-25pylibfdt: We don't need include files from the base directoryDavid Gibson
2018-09-13pylibfdt: Add a means to add and delete notesSimon Glass
2018-09-13pylibfdt: Allow delprop() to return errorsSimon Glass
2018-09-02pylibfdt: fdt_get_mem_rsv returns 2 uint64_t valuesDan Horák
2018-08-31pylibfdt: Don't incorrectly / unnecessarily override uint64_t typemapDavid Gibson
2018-07-11pylibfdt: Support the sequential-write interfaceSimon Glass
2018-06-14pylibfdt: Support setting the name of a nodeSimon Glass
2018-06-14pylibfdt: Add functions to set and get properties as stringsSimon Glass
2018-06-13pylibfdt: Update the bytearray size with pack()Simon Glass
2018-06-13pylibfdt: Allow reading integer values from propertiesSimon Glass
2018-06-13pylibfdt: Use an unsigned type for fdt32_tSimon Glass
2018-06-12pylibfdt: Add functions to update propertiesSimon Glass
2018-06-09pylibfdt: Support device-tree creation/expansionSimon Glass
2018-06-09pylibfdt: Add support for reading the memory reserve mapSimon Glass