59 Commits (7bb86f1c09563f502c6ab0166feacf346e4e8c40)

Author SHA1 Message Date
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
Simon Glass 29bb05aa42 pylibfdt: Add support for the rest of the header functions 6 years ago
Simon Glass 582a7159a5 pylibfdt: Add support for fdt_next_node() 6 years ago
Simon Glass f0f8c91698 pylibfdt: Reorder functions to match libfdt.h 6 years ago
Simon Glass 64a69d1239 pylibfdt: Return string instead of bytearray from getprop() 6 years ago
Simon Glass f0be81bd8d Make Property a subclass of bytearray 6 years ago
Simon Glass 24b1f3f064 pylibfdt: Add a method to access the device tree directly 6 years ago
David Gibson 8c1eb1526d pylibfdt: Use Python2 explicitly 7 years ago
Simon Glass 5bed86aee9 pylibfdt: Add support for fdt_subnode_offset() 7 years ago
Simon Glass 46f31b65b3 pylibfdt: Add support for fdt_node_offset_by_phandle() 7 years ago
Simon Glass a3ae437236 pylibfdt: Add support for fdt_parent_offset() 7 years ago
Simon Glass a198af8034 pylibfdt: Add support for fdt_get_phandle() 7 years ago
Simon Glass ab78860f09 pylibfdt: Add stdint include to fix uint32_t 7 years ago
Simon Glass e56f2b07be pylibfdt: Use setup.py to build the swig file 8 years ago
Simon Glass 896f1c1332 pylibfdt: Use Makefile constructs to implement NO_PYTHON 8 years ago