82 Commits (master)

Author SHA1 Message Date
Dan Horák 1df7b047fe pylibfdt/Makefile.pylibfdt: use project's flags to compile the extension 3 months ago
Brandon Maier d54aaf9367 pylibfdt: clean up python build directory 4 months ago
Brandon Maier ff4f17eb58 pylibfdt/Makefile.pylibfdt: fix Python library being rebuild during install 4 months ago
Brandon Maier 9e313b14e6 pylibfdt/meson.build: fix Python library being rebuilt during install 4 months ago
Brandon Maier bb51223083 meson: fix dependencies of tests 7 months ago
Brandon Maier e81900635c meson: fix pylibfdt missing dependency on libfdt 7 months ago
Brandon Maier 8221238569 pylibfdt: fix get_mem_rsv for newer Python versions 7 months ago
Simon Glass 52157f13ef pylibfdt: Support boolean properties 1 year ago
Brandon Maier 761114effa pylibtfdt: fix use of deprecated meson method 1 year ago
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