1. ed31080 pylibfdt: add FdtRo.get_path() by Luca Weiss · 2 years, 11 months ago
  2. a04f690 pylibfdt: add Property.as_*int*_array() by Luca Weiss · 3 years, 2 months ago
  3. 8310271 pylibfdt: add Property.as_stringlist() by Luca Weiss · 3 years, 2 months ago
  4. d152126 Fix Python crash on getprop deallocation by Luca Weiss · 3 years, 2 months ago
  5. 383e148 pylibfdt: fix with Python 3.10 by Ross Burton · 3 years, 4 months ago
  6. 61e5134 pylibfdt: Rework "avoid unused variable warning" lines by Tom Rini · 3 years, 9 months ago
  7. fdf3f6d pylibfdt: Correct the type for fdt_property_stub() by Simon Glass · 5 years ago
  8. d6de81b pylibfdt: Add support for fdt_get_alias() by Appana Durga Kedareswara rao · 6 years ago
  9. 1c17714 pylibfdt: Correct the FdtSw example by Simon Glass · 6 years ago
  10. a5ac29b pylibfdt: Replace dual GPLv2/BSD license boilerplate with SPDX tags by Rob Herring · 6 years ago
  11. 3646316 pylibfdt: Test fdt.setprop take bytes on Python 3, add error handling by Petr Viktorin · 6 years ago
  12. cb0f454 pylibfdt: check_err accepts only integer as a first argument. by Lumir Balhar · 6 years ago
  13. 4b68c6b pylibfdt: Proper handling of bytes/unicode strings and octal literals by Lumir Balhar · 6 years ago
  14. 1e4a092 pylibfdt: Don't have setup.py depend on where it's invoked from by David Gibson · 7 years ago
  15. bfbfab0 pylibfdt: Add a means to add and delete notes by Simon Glass · 6 years ago
  16. 9005f41 pylibfdt: Allow delprop() to return errors by Simon Glass · 6 years ago
  17. 0fd1c8c pylibfdt: fdt_get_mem_rsv returns 2 uint64_t values by Dan Horák · 7 years ago
  18. 04853ca pylibfdt: Don't incorrectly / unnecessarily override uint64_t typemap by David Gibson · 7 years ago
  19. 853649a pylibfdt: Support the sequential-write interface by Simon Glass · 7 years ago
  20. b770f3d pylibfdt: Support setting the name of a node by Simon Glass · 7 years ago
  21. 2f0d07e pylibfdt: Add functions to set and get properties as strings by Simon Glass · 7 years ago
  22. 354d3dc pylibfdt: Update the bytearray size with pack() by Simon Glass · 7 years ago
  23. 3c374d4 pylibfdt: Allow reading integer values from properties by Simon Glass · 7 years ago
  24. 49d32ce pylibfdt: Use an unsigned type for fdt32_t by Simon Glass · 7 years ago
  25. 9aafa33 pylibfdt: Add functions to update properties by Simon Glass · 7 years ago
  26. 5a59867 pylibfdt: Support device-tree creation/expansion by Simon Glass · 7 years ago
  27. 483e170 pylibfdt: Add support for reading the memory reserve map by Simon Glass · 7 years ago
  28. 29bb05a pylibfdt: Add support for the rest of the header functions by Simon Glass · 7 years ago
  29. 582a715 pylibfdt: Add support for fdt_next_node() by Simon Glass · 7 years ago
  30. f0f8c91 pylibfdt: Reorder functions to match libfdt.h by Simon Glass · 7 years ago
  31. 64a69d1 pylibfdt: Return string instead of bytearray from getprop() by Simon Glass · 7 years ago
  32. f0be81b Make Property a subclass of bytearray by Simon Glass · 7 years ago
  33. 24b1f3f pylibfdt: Add a method to access the device tree directly by Simon Glass · 7 years ago
  34. 5bed86a pylibfdt: Add support for fdt_subnode_offset() by Simon Glass · 8 years ago
  35. 46f31b6 pylibfdt: Add support for fdt_node_offset_by_phandle() by Simon Glass · 8 years ago
  36. a3ae437 pylibfdt: Add support for fdt_parent_offset() by Simon Glass · 8 years ago
  37. a198af8 pylibfdt: Add support for fdt_get_phandle() by Simon Glass · 8 years ago
  38. ab78860 pylibfdt: Add stdint include to fix uint32_t by Simon Glass · 8 years ago
  39. 1c5170d pylibfdt: Rename libfdt.swig to libfdt.i by Simon Glass · 8 years ago[Renamed from pylibfdt/libfdt.swig]
  40. 50f2507 Add an initial Python library for libfdt by Simon Glass · 8 years ago