summaryrefslogtreecommitdiff
path: root/pylibfdt
Commit message (Expand)AuthorAgeFilesLines
* pylibfdt: add size_hint parameter for get_pathLuca Weiss2023-02-051-4/+4
* pylibfdt: Work-around SWIG limitations with flexible arraysRob Herring2023-02-021-0/+3
* pylibfdt: add FdtRo.get_path()Luca Weiss2022-04-201-0/+28
* pylibfdt: add Property.as_*int*_array()Luca Weiss2021-12-281-0/+15
* pylibfdt: add Property.as_stringlist()Luca Weiss2021-12-281-0/+7
* Fix Python crash on getprop deallocationLuca Weiss2021-12-261-2/+4
* pylibfdt: fix with Python 3.10Ross Burton2021-11-121-2/+2
* pylibfdt: Move setup.py to the top levelRob Herring2021-11-113-54/+3
* pylibfdt: Split setup.py author name and emailRob Herring2021-11-111-1/+2
* pylibfdt: Use setuptools_scm for the versionRob Herring2021-11-113-16/+5
* pylibfdt: Use setuptools instead of distutilsRob Herring2021-11-111-1/+1
* pylibfdt: Rework "avoid unused variable warning" linesTom Rini2021-05-251-2/+2
* build-sys: add meson buildMarc-André Lureau2020-10-211-0/+13
* pylibfdt: allow build out of treeMarc-André Lureau2020-10-212-10/+21
* pylibfdt: Correct the type for fdt_property_stub()Simon Glass2019-10-271-3/+3
* pylibfdt: use python3 shebangLuca Weiss2019-09-091-1/+4
* pylibfdt: Add support for fdt_get_alias()Appana Durga Kedareswara rao2019-07-041-0/+12
* pylibfdt: Correct the FdtSw exampleSimon Glass2019-07-031-2/+4
* pylibfdt: Replace dual GPLv2/BSD license boilerplate with SPDX tagsRob Herring2019-06-213-46/+3
* Use Python3 by defaultDavid Gibson2019-03-291-1/+1
* pylibfdt: Test fdt.setprop take bytes on Python 3, add error handlingPetr Viktorin2019-02-191-0/+4
* pylibfdt: check_err accepts only integer as a first argument.Lumir Balhar2019-02-191-1/+1
* pylibfdt: Proper handling of bytes/unicode strings and octal literalsLumir Balhar2019-02-191-3/+11
* PEP8 / Flake8 cleanups for setup.pyDavid Gibson2018-11-231-6/+7
* Remove broken objdir / srcdir supportDavid Gibson2018-11-231-6/+6
* pylibfdt: Use common PREFIX variableDavid Gibson2018-11-231-1/+1
* Refine pylibfdt_clean targetDavid Gibson2018-11-231-1/+8
* pylibfdt: Allow switch to Python 3 via environment variable PYTHONLumir Balhar2018-11-231-2/+2
* pylibfdt: Don't have setup.py depend on where it's invoked fromDavid Gibson2018-09-253-8/+11
* pylibfdt: Eliminate run_setup make functionDavid Gibson2018-09-251-7/+3
* pylibfdt: Improved version extractionDavid Gibson2018-09-252-73/+8
* pylibfdt: Don't silence setup.py when V=1David Gibson2018-09-251-1/+6
* pylibfdt: Make SETUP make variableDavid Gibson2018-09-251-2/+4
* pylibfdt: Simpler CFLAGS handlingDavid Gibson2018-09-252-8/+5
* pylibfdt: Link extension module with libfdt rather than rebuildingDavid Gibson2018-09-252-19/+12
* pylibfdt: Correctly set build output directoryDavid Gibson2018-09-252-12/+5
* pylibfdt: We don't need include files from the base directoryDavid Gibson2018-09-251-7/+3
* pylibfdt: Add a means to add and delete notesSimon Glass2018-09-131-0/+29
* pylibfdt: Allow delprop() to return errorsSimon Glass2018-09-131-2/+6
* pylibfdt: fdt_get_mem_rsv returns 2 uint64_t valuesDan Horák2018-09-021-1/+1
* pylibfdt: Don't incorrectly / unnecessarily override uint64_t typemapDavid Gibson2018-08-311-5/+0
* pylibfdt: Support the sequential-write interfaceSimon Glass2018-07-111-77/+383
* pylibfdt: Support setting the name of a nodeSimon Glass2018-06-141-0/+17
* pylibfdt: Add functions to set and get properties as stringsSimon Glass2018-06-141-0/+30
* pylibfdt: Update the bytearray size with pack()Simon Glass2018-06-131-1/+8
* pylibfdt: Allow reading integer values from propertiesSimon Glass2018-06-131-3/+19
* pylibfdt: Use an unsigned type for fdt32_tSimon Glass2018-06-131-13/+16
* pylibfdt: Add functions to update propertiesSimon Glass2018-06-121-0/+59
* pylibfdt: Support device-tree creation/expansionSimon Glass2018-06-091-0/+33
* pylibfdt: Add support for reading the memory reserve mapSimon Glass2018-06-091-0/+34