1. 051f409 pylibfdt: Allow version normalization to fail by Tom Rini · 1 year, 9 months ago
  2. 1416591 pylibfdt: Fix disable version normalization by Philippe Schenker · 1 year, 9 months ago
  3. 440098c pylibfdt: Fix version normalization warning by Marek Vasut · 1 year, 9 months ago
  4. 6b08fb5 fdt: Move to setuptools by Simon Glass · 2 years, 2 months ago
  5. 7d01bb1 libfdt: Fix build with python 3.10 by Michal Suchanek · 2 years ago
  6. c977b18 libfdt: Fix invalid version warning by Michal Suchanek · 2 years ago
  7. 70f42e7 scripts: dtc: libfdt: fdt_ro.c: always define fdt_check_full by Philippe Reynes · 2 years, 8 months ago
  8. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 8 months ago
  9. 66356b4 WS cleanup: remove trailing empty lines by Wolfgang Denk · 3 years ago
  10. a2cfad8 pylibfdt: Rework "avoid unused variable warning" lines by Tom Rini · 3 years, 4 months ago
  11. 4b5019e dtc: Update the build rule for pylibfdt by Simon Glass · 3 years, 6 months ago
  12. 91f414b libfdt: Tidy up pylibfdt build rule by Simon Glass · 3 years, 6 months ago
  13. 124c255 libfdt: Check for multiple/invalid root nodes by Simon Glass · 3 years, 7 months ago
  14. 832bfad libfdt: Fix signedness comparison warnings by Andre Przywara · 4 years ago
  15. 211cfa5 libfdt: Detected out-of-space with fdt_finish() by Simon Glass · 4 years, 1 month ago
  16. 73bc9e2 binman: Adjust pylibfdt for incremental build by Simon Glass · 4 years, 3 months ago
  17. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 2 months ago
  18. 8beed3d binman: Adjust pylibfdt for incremental build by Simon Glass · 4 years, 3 months ago
  19. 42a768c libfdt: Remove superfluous NUL character from overlay symbols by Marcus Comstedt · 4 years, 4 months ago
  20. c1bde23 libfdt: Export overlay_apply_node() as fdt_overlay_apply_node() by Marek Vasut · 4 years, 5 months ago
  21. 587e4a4 kconfig / kbuild: Re-sync with Linux 4.19 by Tom Rini · 4 years, 6 months ago
  22. 6e916df scripts/dtc: Update to upstream version v1.4.6-21-g84e414b0b5bc by Rob Herring · 4 years, 7 months ago
  23. 5ed2dc5 dtc: add ability to make nodes conditional on them being referenced by Maxime Ripard · 4 years, 8 months ago
  24. 018921e Remove redundant YYLOC global declaration by Peter Robinson · 4 years, 8 months ago
  25. e8c2d25 libfdt: Revert 6dcb8ba4 from upstream libfdt by Tom Rini · 4 years, 8 months ago
  26. 163b764 scripts: dtc: ignore files generated generated by python by Bartosz Golaszewski · 4 years, 10 months ago
  27. 97de532 pylibfdt: Correct the type for fdt_property_stub() by Simon Glass · 5 years ago
  28. 903fe17 pylibfdt: Sync up with upstream by Simon Glass · 5 years ago
  29. b4cf5f1 pylibfdt: Convert to Python 3 by Simon Glass · 5 years ago
  30. f0921f5 fdt: Sync up to the latest libfdt by Simon Glass · 5 years ago
  31. 4ab6a45 libfdt: fix typo on comment by Giulio Benetti · 5 years ago
  32. 8076fc2 libfdt: Allow #size-cells of 0 by Matthias Brugger · 5 years ago
  33. 0ba41ce libfdt: return correct value if #size-cells property is not present by Matthias Brugger · 5 years ago
  34. ce2dae3 libfdt: fdt_address_cells() and fdt_size_cells() by Matthias Brugger · 5 years ago
  35. 89d6690 libfdt: Copy the struct region in fdt_resize() by Simon Glass · 5 years ago
  36. ea1df3e libfdt: Add phandle generation helper by Thierry Reding · 6 years ago
  37. 03e6151 pylibfdt: Use Python 2 in Makefile by Josef Lusticky · 6 years ago
  38. 34967c2 fdt: Add Python support for adding/removing nodes by Simon Glass · 6 years ago
  39. 50c5952 libfdt: Update to latest pylibfdt implementation by Simon Glass · 6 years ago
  40. c640ed0 libfdt: Add get_property() and del_node() by Simon Glass · 6 years ago
  41. a1e0085 libfdt: Fix the Python pack() function by Simon Glass · 6 years ago
  42. 3def0cf libfdt: Bring in proposed pylibfdt changes by Simon Glass · 6 years ago
  43. 82bca36 scripts/dtc: Re-sync with Linux 4.17-rc4 by Eugeniu Rosca · 6 years ago
  44. db405d1 scripts/dtc: Update to upstream version v1.4.6-9-gaadd0b65c987 by Rob Herring · 6 years ago
  45. 072a299 scripts/dtc: Update to upstream version v1.4.5-6-gc1e55a5513e9 by Rob Herring · 6 years ago
  46. f919fbd pylibfdt: Add missing CC and LD to Makefile by Marek Vasut · 6 years ago
  47. 4549e78 SPDX: Convert all of our multiple license tags to Linux Kernel style by Tom Rini · 6 years ago
  48. 94b13bb host-tools: use python2 explicitly for shebang by Masahiro Yamada · 7 years ago
  49. d6a0c78 pylibfdt: compile pylibfdt only when dtoc/binman is necessary by Masahiro Yamada · 7 years ago
  50. 15b97f5 pylibfdt: move pylibfdt to scripts/dtc/pylibfdt and refactor makefile by Masahiro Yamada · 7 years ago
  51. 999a78d scripts/dtc: Update to upstream version v1.4.5-3-gb1a60033c110 by Masahiro Yamada · 7 years ago
  52. 0d82161 scripts/dtc: add fdt_overlay.c and fdt_addresses.c to sync script by Rob Herring · 7 years ago
  53. de163ec scripts: dtc: Add .gitignore by Bin Meng · 7 years ago
  54. 2d4c225 scripts/dtc: Update to upstream version v1.4.4-50-gfe50bd1ecc1d by Tom Rini · 7 years ago
  55. d6fc90c scripts/dtc: Update to upstream version v1.4.4 by Tom Rini · 7 years ago
  56. c0e032e scripts/dtc: Update to upstream version v1.4.3 by Tom Rini · 7 years ago