73 Commits (bdc5c8793a13abb8846d115b7923df87605d05bd)

Author SHA1 Message Date
Luca Weiss 3f29d6d85c pylibfdt: add size_hint parameter for get_path 2 years ago
Rob Herring abbd523bae pylibfdt: Work-around SWIG limitations with flexible arrays 2 years ago
Luca Weiss ed310803ea pylibfdt: add FdtRo.get_path() 3 years ago
Luca Weiss a04f690250 pylibfdt: add Property.as_*int*_array() 3 years ago
Luca Weiss 83102717d7 pylibfdt: add Property.as_stringlist() 3 years ago
Luca Weiss d152126bb0 Fix Python crash on getprop deallocation 3 years ago
Ross Burton 383e148b70 pylibfdt: fix with Python 3.10 3 years ago
Rob Herring 23b56cb7e1 pylibfdt: Move setup.py to the top level 3 years ago
Rob Herring 69a760747d pylibfdt: Split setup.py author name and email 3 years ago
Rob Herring 0b106a77db pylibfdt: Use setuptools_scm for the version 3 years ago
Rob Herring c691776ddb pylibfdt: Use setuptools instead of distutils 3 years ago
Tom Rini 61e513439e pylibfdt: Rework "avoid unused variable warning" lines 3 years ago
Marc-André Lureau 67849a3279 build-sys: add meson build 4 years ago
Marc-André Lureau 05874d0821 pylibfdt: allow build out of tree 4 years ago
Simon Glass fdf3f6d897 pylibfdt: Correct the type for fdt_property_stub() 5 years ago
Luca Weiss b111122ea5 pylibfdt: use python3 shebang 5 years ago
Appana Durga Kedareswara rao d6de81b81b pylibfdt: Add support for fdt_get_alias() 5 years ago
Simon Glass 1c17714dbb pylibfdt: Correct the FdtSw example 5 years ago
Rob Herring a5ac29baac pylibfdt: Replace dual GPLv2/BSD license boilerplate with SPDX tags 5 years ago
David Gibson 26ee65a16c Use Python3 by default 6 years ago
Petr Viktorin 364631626b pylibfdt: Test fdt.setprop take bytes on Python 3, add error handling 6 years ago
Lumir Balhar cb0f454f73 pylibfdt: check_err accepts only integer as a first argument. 6 years ago
Lumir Balhar 4b68c6b360 pylibfdt: Proper handling of bytes/unicode strings and octal literals 6 years ago
David Gibson 607b8586b3 PEP8 / Flake8 cleanups for setup.py 6 years ago
David Gibson f9c0a425b6 Remove broken objdir / srcdir support 6 years ago
David Gibson 5182b5e6f2 pylibfdt: Use common PREFIX variable 6 years ago
David Gibson 99284c4db9 Refine pylibfdt_clean target 6 years ago
Lumir Balhar 8113c00b99 pylibfdt: Allow switch to Python 3 via environment variable PYTHON 6 years ago
David Gibson 1e4a0928f3 pylibfdt: Don't have setup.py depend on where it's invoked from 6 years ago
David Gibson ca399b1495 pylibfdt: Eliminate run_setup make function 6 years ago
David Gibson 98972f1b3e pylibfdt: Improved version extraction 6 years ago
David Gibson 7ba2be6cda pylibfdt: Don't silence setup.py when V=1 6 years ago
David Gibson 7691f9d393 pylibfdt: Make SETUP make variable 6 years ago
David Gibson 855b9963de pylibfdt: Simpler CFLAGS handling 6 years ago
David Gibson 47cafbeeb9 pylibfdt: Link extension module with libfdt rather than rebuilding 6 years ago
David Gibson dd695d6afb pylibfdt: Correctly set build output directory 6 years ago
David Gibson 59327523d0 pylibfdt: We don't need include files from the base directory 6 years ago
Simon Glass bfbfab047e pylibfdt: Add a means to add and delete notes 6 years ago
Simon Glass 9005f4108e pylibfdt: Allow delprop() to return errors 6 years ago
Dan Horák 0fd1c8c783 pylibfdt: fdt_get_mem_rsv returns 2 uint64_t values 6 years ago
David Gibson 04853cad18 pylibfdt: Don't incorrectly / unnecessarily override uint64_t typemap 6 years ago
Simon Glass 853649acce pylibfdt: Support the sequential-write interface 6 years ago
Simon Glass b770f3d1c1 pylibfdt: Support setting the name of a node 6 years ago
Simon Glass 2f0d07e678 pylibfdt: Add functions to set and get properties as strings 6 years ago
Simon Glass 354d3dc559 pylibfdt: Update the bytearray size with pack() 6 years ago
Simon Glass 3c374d46ac pylibfdt: Allow reading integer values from properties 6 years ago
Simon Glass 49d32ce40b pylibfdt: Use an unsigned type for fdt32_t 6 years ago
Simon Glass 9aafa33d99 pylibfdt: Add functions to update properties 6 years ago
Simon Glass 5a598671fd pylibfdt: Support device-tree creation/expansion 6 years ago
Simon Glass 483e170625 pylibfdt: Add support for reading the memory reserve map 6 years ago