aboutsummaryrefslogtreecommitdiff
path: root/pylibfdt/libfdt.i
AgeCommit message (Expand)AuthorFilesLines
2023-09-15pylibfdt: Support boolean propertiesHEADmastermainSimon Glass1-0/+55
2023-02-05pylibfdt: add size_hint parameter for get_pathLuca Weiss1-4/+4
2023-02-02pylibfdt: Work-around SWIG limitations with flexible arraysRob Herring1-0/+3
2022-04-20pylibfdt: add FdtRo.get_path()Luca Weiss1-0/+28
2021-12-28pylibfdt: add Property.as_*int*_array()Luca Weiss1-0/+15
2021-12-28pylibfdt: add Property.as_stringlist()Luca Weiss1-0/+7
2021-12-26Fix Python crash on getprop deallocationLuca Weiss1-2/+4
2021-11-12pylibfdt: fix with Python 3.10Ross Burton1-2/+2
2021-05-25pylibfdt: Rework "avoid unused variable warning" linesTom Rini1-2/+2
2019-10-27pylibfdt: Correct the type for fdt_property_stub()Simon Glass1-3/+3
2019-07-04pylibfdt: Add support for fdt_get_alias()Appana Durga Kedareswara rao1-0/+12
2019-07-03pylibfdt: Correct the FdtSw exampleSimon Glass1-2/+4
2019-06-21pylibfdt: Replace dual GPLv2/BSD license boilerplate with SPDX tagsRob Herring1-46/+1
2019-02-19pylibfdt: Test fdt.setprop take bytes on Python 3, add error handlingPetr Viktorin1-0/+4
2019-02-19pylibfdt: check_err accepts only integer as a first argument.Lumir Balhar1-1/+1
2019-02-19pylibfdt: Proper handling of bytes/unicode strings and octal literalsLumir Balhar1-3/+11
2018-09-25pylibfdt: Don't have setup.py depend on where it's invoked fromDavid Gibson1-2/+2
2018-09-13pylibfdt: Add a means to add and delete notesSimon Glass1-0/+29
2018-09-13pylibfdt: Allow delprop() to return errorsSimon Glass1-2/+6
2018-09-02pylibfdt: fdt_get_mem_rsv returns 2 uint64_t valuesDan HorĂ¡k1-1/+1
2018-08-31pylibfdt: Don't incorrectly / unnecessarily override uint64_t typemapDavid Gibson1-5/+0
2018-07-11pylibfdt: Support the sequential-write interfaceSimon Glass1-77/+383
2018-06-14pylibfdt: Support setting the name of a nodeSimon Glass1-0/+17
2018-06-14pylibfdt: Add functions to set and get properties as stringsSimon Glass1-0/+30
2018-06-13pylibfdt: Update the bytearray size with pack()Simon Glass1-1/+8
2018-06-13pylibfdt: Allow reading integer values from propertiesSimon Glass1-3/+19
2018-06-13pylibfdt: Use an unsigned type for fdt32_tSimon Glass1-13/+16
2018-06-12pylibfdt: Add functions to update propertiesSimon Glass1-0/+59
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-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-07pylibfdt: Rename libfdt.swig to libfdt.iSimon Glass1-0/+433