1. 8d15a63 libfdt: Verify alignment of sub-blocks in dtb by David Gibson · 2 weeks ago main master
  2. a26ef64 Restore phandle references from __fixups__ node by Uwe Kleine-König · 5 months ago
  3. 05c524d Restore phandle references from __local_fixups__ node by Uwe Kleine-König · 5 months ago
  4. db65a3a Restore labels from __symbols__ node by Uwe Kleine-König · 5 months ago
  5. 64330c6 Improve type guessing when compiling to dts format by Uwe Kleine-König · 5 months ago
  6. cbb4869 Set DTSF_PLUGIN if needed when compiling from dtb by Uwe Kleine-König · 5 months ago
  7. ef3b1ba Emit /plugin/ when compiling to .dts with DTSF_PLUGIN set by Uwe Kleine-König · 5 months ago
  8. 7c78c85 Added empty node name check by Maldus512 · 4 weeks ago
  9. 14dd76b fdtdump: Change FDT_PROP prob handling to ease future addition by Herve Codina · 4 weeks ago
  10. 9a1c801 Fix discarded const qualifiers by Stephen Gallagher · 5 weeks ago
  11. 194ac94 libfdt: fdt_get_name: Add can_assume(VALID_DTB) check by Tom Rini · 9 weeks ago
  12. 39cae0b libfdt: Improve size savings in FDT_RO_PROBE slightly by Tom Rini · 9 weeks ago
  13. b126924 libfdt: libfdt_internal.h correct final comment in ASSUME block by Tom Rini · 9 weeks ago
  14. 7f3184a libfdt: Remove old MacOS strnlen workaround by Adam Lackorzynski · 4 months ago
  15. 9197f1c checks: Do not check overlays for alias paths by Andrew Davis · 6 months ago
  16. e1284ee livetree: Add only new data to fixup nodes instead of complete regeneration by Uwe Kleine-König · 6 months ago
  17. cba90ce checks: Remove check for graph child addresses by Niklas Söderlund · 6 months ago
  18. 763c6ab livetree: Simplify append_to_property() by Uwe Kleine-König · 6 months ago
  19. 739403f libfdt: Drop including string.h from libfdt_internal.h by Rob Herring (Arm) · 6 months ago
  20. 1c6c51e Consider drive letters when checking for absolute paths on Windows. by Colin Finck · 6 months ago
  21. 617f3d9 ci: Add Cirrus CI configuration for FreeBSD testing by David Gibson · 6 months ago
  22. 04f948e ci: Add GitLab CI configuration for Linux builds by David Gibson · 6 months ago
  23. e896802 ci: Tweaks to GitHub Actions setup by David Gibson · 6 months ago
  24. 2ad7387 build: Add FreeBSD and non-GNU linker compatibility by David Gibson · 6 months ago
  25. 4132ac0 libfdt: Document most remaining functions by David Gibson · 6 months ago
  26. 33e66ec tests: Add compatibility with uutils by David Gibson · 7 months ago
  27. a0dd7b6 fdtput: Use strtol() in preference to sscanf() by David Gibson · 7 months ago
  28. 5b71660 tests: Work around limitation in FreeBSD's printf(1) by David Gibson · 7 months ago
  29. 52f07dc dtc: Add informative error for stray identifier by Vivian Wang · 7 months ago
  30. 9cabae6 checks: Fix detection of 'i2c-bus' node by Jon Hunter · 7 months ago
  31. 605dc04 New helper to add markers by Uwe Kleine-König · 1 year, 1 month ago
  32. 7da5d10 fdtput: Fix documentation about existing nodes by Uwe Kleine-König · 7 months ago
  33. 53c63dd dtdiff: Use input format dtb for dtbo files by Uwe Kleine-König · 1 year, 1 month ago
  34. 84d9dd2 dtc: Add data_insert_data function by Ayush Singh · 8 months ago
  35. 97011d1 meson: use override_find_program/override_dependency by Paolo Bonzini · 8 months ago
  36. b841391 srcpos: Define srcpos_free by Ayush Singh · 8 months ago
  37. e0b7749 Add alloc_marker by Ayush Singh · 11 months ago
  38. ecb21fe meson: port python bindings to build natively via meson and meson-python by Eli Schwartz · 10 months ago
  39. 7ebfcac Makefile: deprecate in favor of Meson by Eli Schwartz · 10 months ago
  40. f4c53f4 Use __ASSEMBLER__ instead of __ASSEMBLY__ by Thomas Huth · 11 months ago
  41. 205fbef Fix some typos by Thomas Huth · 11 months ago
  42. da85f91 Remove duplicated words in documentation and comments by Thomas Huth · 11 months ago
  43. dd1b3e5 meson: support building libfdt without static library by Brandon Maier · 11 months ago
  44. 1ccd232 meson: don't build test programs by default by Eli Schwartz · 12 months ago
  45. ce1d858 tests: When building .so from -O asm output mark as non-executable stack by David Gibson · 1 year ago
  46. 915daad Start with empty __local_fixups__ and __fixups__ nodes by Uwe Kleine-König · 1 year, 1 month ago
  47. 4ea851f Let get_subnode() not return deleted nodes by Uwe Kleine-König · 1 year, 1 month ago
  48. 175d2a5 Use build_root_node() instead of open-coding it by Uwe Kleine-König · 1 year, 1 month ago
  49. 18f4f30 build: fix -Dtools=false build by Marc-André Lureau · 1 year, 3 months ago
  50. 267efc7 checks: Warn about missing #address-cells for interrupt parents by Thierry Reding · 1 year, 2 months ago
  51. 755db11 libfdt: Add fdt_setprop_namelen_string() by Ayush Singh · 1 year, 2 months ago
  52. bdca861 libfdt: Add fdt_setprop_namelen() by Ayush Singh · 1 year, 2 months ago
  53. 0f69ced libfdt_internal: fdt_find_string_len_() by Ayush Singh · 1 year, 2 months ago
  54. 56b2b30 libfdt: add fdt_get_property_namelen_w() by Ayush Singh · 1 year, 2 months ago
  55. 1e8c5f6 Add clang-format config by Ayush Singh · 1 year, 2 months ago
  56. 6f183c7 checks: Relax avoid_unnecessary_addr_size check to allow child ranges properties by Philipp Zabel · 1 year, 3 months ago
  57. 66c7d0e tests/sw_tree1.c: fix unitialized saveptr by Brandon Maier · 1 year, 3 months ago
  58. 9a969f3 pylibfdt/libfdt.i: fix backwards compatibility of return values by Brandon Maier · 1 year, 3 months ago
  59. 4292b07 .github/workflows: update ubuntu runner to supported version by Brandon Maier · 1 year, 3 months ago
  60. 1c745a9 libfdt: Remove fdt parameter from overlay_fixup_one_phandle by Bingwu Zhang · 1 year, 3 months ago
  61. b3bbee6 libfdt: Move the SBOM authors section by Richard Hughes · 1 year, 3 months ago
  62. d165673 Add a SBOM file in CycloneDX format by Richard Hughes · 1 year, 3 months ago
  63. b75515a libfdt: Remove extra semi-colons outside functions by Bingwu Zhang · 1 year, 3 months ago
  64. 2d10aa2 Bump version to v1.7.2 by David Gibson · 1 year, 3 months ago v1.7.2
  65. 48795c8 pylibfdt: Don't emit warnings from swig generate C code by David Gibson · 1 year, 3 months ago
  66. 838f11e fdtoverlay: provide better error message for missing `/__symbols__` by Amjad Alsharafi · 1 year, 4 months ago
  67. d1e2384 pylibfdt/libfdt.i: Use SWIG_AppendOutput by Markus Volk · 1 year, 4 months ago
  68. 18aa49a Escape spaces in depfile with backslashes. by Colin Finck · 1 year, 4 months ago
  69. f9968fa libfdt.h: whitespace consistency fixups by Rasmus Villemoes · 1 year, 4 months ago
  70. 9b5f65f libfdt.h: typo and consistency fixes by Rasmus Villemoes · 1 year, 4 months ago
  71. 99031e3 Bump version to v1.7.1 by David Gibson · 1 year, 6 months ago v1.7.1
  72. 3d5e376 setup: Move setting of srcdir down to the bottom by Simon Glass · 1 year, 6 months ago
  73. e277553 setup: Collect top-level code together by Simon Glass · 1 year, 6 months ago
  74. 7e5a889 setup: Move version and full_description into a function by Simon Glass · 1 year, 6 months ago
  75. 78b6a85 Tidy up some pylint warnings by Simon Glass · 1 year, 6 months ago
  76. 3501d37 Require Python 3 by Simon Glass · 1 year, 6 months ago
  77. bcd02b5 fdtoverlay: remove wrong singular article in a comment by Markus Heidelberg · 1 year, 6 months ago
  78. 84b056a checks: relax graph checks for overlays by Michael Riesch · 1 year, 6 months ago
  79. 1df7b04 pylibfdt/Makefile.pylibfdt: use project's flags to compile the extension by Dan Horák · 1 year, 8 months ago
  80. 61e88fd libfdt: overlay: Fix phandle overwrite check for new subtrees by Uwe Kleine-König · 1 year, 8 months ago
  81. 49d3089 meson: fix installation with meson-python by Brandon Maier · 1 year, 10 months ago
  82. d54aaf9 pylibfdt: clean up python build directory by Brandon Maier · 1 year, 8 months ago
  83. ab86f1e pylibfdt: add VERSION.txt to Python sdist by Brandon Maier · 1 year, 8 months ago
  84. 7b8a30e pylibfdt: fix Python version by Brandon Maier · 1 year, 8 months ago
  85. ff4f17e pylibfdt/Makefile.pylibfdt: fix Python library being rebuild during install by Brandon Maier · 1 year, 8 months ago
  86. 9e313b1 pylibfdt/meson.build: fix Python library being rebuilt during install by Brandon Maier · 1 year, 8 months ago
  87. d598fc3 tests/run_tests.sh: fix Meson library path being dropped by Brandon Maier · 1 year, 8 months ago
  88. b98239d tests/meson.build: fix python and yaml tests not running by Brandon Maier · 1 year, 8 months ago
  89. c17d76a checks: Check the overall length of "interrupt-map" by Rob Herring (Arm) · 1 year, 9 months ago
  90. ae26223 libfdt: overlay: Refactor overlay_fixup_phandle by Zheng Guangyuan · 1 year, 10 months ago
  91. 4dd831a libfdt: tests: Update test case for overlay_bad_fixup by Zheng Guangyuan · 1 year, 10 months ago
  92. e6d2942 tests: Remove two_roots and named_root from LIBTREE_TESTS_L and add all dtb filenames generated by dumptrees to TESTS_TREES_L in Makefile.tests by Zheng Guangyuan · 1 year, 10 months ago
  93. 855c934 tests: fix tests broken under Meson by Brandon Maier · 1 year, 11 months ago
  94. 4fd3f4f github: enforce testing pylibfdt and yaml support by Brandon Maier · 1 year, 11 months ago
  95. 9ca7d62 meson: split run-tests by type by Brandon Maier · 1 year, 11 months ago
  96. bb51223 meson: fix dependencies of tests by Brandon Maier · 1 year, 11 months ago
  97. e819006 meson: fix pylibfdt missing dependency on libfdt by Brandon Maier · 1 year, 11 months ago
  98. 8221238 pylibfdt: fix get_mem_rsv for newer Python versions by Brandon Maier · 1 year, 11 months ago
  99. 1fad065 libfdt: overlay: ensure that existing phandles are not overwritten by Uwe Kleine-König · 2 years ago
  100. b0aacd0 github: add windows/msys CI build by Marc-André Lureau · 2 years ago