summaryrefslogtreecommitdiff
path: root/pylibfdt
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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