1. c88ddb2 pylibfdt: Allow version normalization to fail by Tom Rini · Sat Jan 07 18:02:26 2023 -0500
  2. c61791e pylibfdt: Fix disable version normalization by Philippe Schenker · Wed Jan 04 15:43:33 2023 +0100
  3. 9675f80 pylibfdt: Fix version normalization warning by Marek Vasut · Thu Dec 15 23:37:59 2022 +0100
  4. 85feff3 fdt: Move to setuptools by Simon Glass · Sat Jul 30 20:57:11 2022 -0600
  5. 96c2ead libfdt: Fix build with python 3.10 by Michal Suchanek · Thu Oct 13 22:43:41 2022 +0200
  6. f6901fd libfdt: Fix invalid version warning by Michal Suchanek · Thu Oct 13 22:39:51 2022 +0200
  7. d010811 scripts: dtc: libfdt: fdt_ro.c: always define fdt_check_full by Philippe Reynes · Wed Feb 09 18:01:24 2022 +0100
  8. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  9. 3fd6633 WS cleanup: remove trailing empty lines by Wolfgang Denk · Mon Sep 27 17:42:36 2021 +0200
  10. 65b0dea pylibfdt: Rework "avoid unused variable warning" lines by Tom Rini · Mon May 24 11:47:01 2021 -0400
  11. f973677 dtc: Update the build rule for pylibfdt by Simon Glass · Sun Mar 28 11:27:18 2021 +1300
  12. 237b3cc libfdt: Tidy up pylibfdt build rule by Simon Glass · Thu Mar 25 06:40:48 2021 +1300
  13. 19d2c02 libfdt: Check for multiple/invalid root nodes by Simon Glass · Mon Feb 15 17:08:11 2021 -0700
  14. daa7e75 libfdt: Fix signedness comparison warnings by Andre Przywara · Fri Oct 16 15:42:50 2020 +0100
  15. 90ee4a7 libfdt: Detected out-of-space with fdt_finish() by Simon Glass · Tue Sep 01 05:13:56 2020 -0600
  16. 6359273 binman: Adjust pylibfdt for incremental build by Simon Glass · Thu Jul 09 18:39:33 2020 -0600
  17. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · Fri Jul 24 08:42:06 2020 -0400
  18. 3c19a25 binman: Adjust pylibfdt for incremental build by Simon Glass · Thu Jul 09 18:39:33 2020 -0600
  19. db12d38 libfdt: Remove superfluous NUL character from overlay symbols by Marcus Comstedt · Fri May 22 18:41:36 2020 +0200
  20. f0476a1 libfdt: Export overlay_apply_node() as fdt_overlay_apply_node() by Marek Vasut · Sat Apr 11 20:43:07 2020 +0200
  21. 5d4ecf2 kconfig / kbuild: Re-sync with Linux 4.19 by Tom Rini · Fri Mar 27 11:46:27 2020 -0400
  22. 3f8ede9 scripts/dtc: Update to upstream version v1.4.6-21-g84e414b0b5bc by Rob Herring · Wed Mar 11 18:11:16 2020 -0400
  23. a96fe17 dtc: add ability to make nodes conditional on them being referenced by Maxime Ripard · Tue Jan 21 10:23:17 2020 +0000
  24. a3d97a0 Remove redundant YYLOC global declaration by Peter Robinson · Thu Jan 30 09:37:15 2020 +0000
  25. bea42b7 libfdt: Revert 6dcb8ba4 from upstream libfdt by Tom Rini · Mon Jan 27 12:10:31 2020 -0500
  26. 11402e8 scripts: dtc: ignore files generated generated by python by Bartosz Golaszewski · Wed Nov 13 14:42:41 2019 +0100
  27. c5db519 pylibfdt: Correct the type for fdt_property_stub() by Simon Glass · Thu Oct 31 07:43:01 2019 -0600
  28. fd92666 pylibfdt: Sync up with upstream by Simon Glass · Thu Oct 31 07:43:00 2019 -0600
  29. 7ccca83 pylibfdt: Convert to Python 3 by Simon Glass · Thu Oct 31 07:42:59 2019 -0600
  30. a5e1a58 fdt: Sync up to the latest libfdt by Simon Glass · Sun Oct 27 09:47:42 2019 -0600
  31. 8cbe9a3 libfdt: fix typo on comment by Giulio Benetti · Wed Sep 18 17:22:13 2019 +0200
  32. ab742cf libfdt: Allow #size-cells of 0 by Matthias Brugger · Thu Sep 05 10:48:48 2019 +0200
  33. a1d7a43 libfdt: return correct value if #size-cells property is not present by Matthias Brugger · Thu Sep 05 10:48:47 2019 +0200
  34. 76ddba1 libfdt: fdt_address_cells() and fdt_size_cells() by Matthias Brugger · Thu Sep 05 10:48:46 2019 +0200
  35. 14ec68c libfdt: Copy the struct region in fdt_resize() by Simon Glass · Sat Jul 20 12:23:59 2019 -0600
  36. 0431be0 libfdt: Add phandle generation helper by Thierry Reding · Thu Mar 21 19:09:58 2019 +0100
  37. acc3da6 pylibfdt: Use Python 2 in Makefile by Josef Lusticky · Tue Jan 08 14:19:46 2019 +0100
  38. 5be2455 fdt: Add Python support for adding/removing nodes by Simon Glass · Fri Sep 14 04:57:06 2018 -0600
  39. b474c76 libfdt: Update to latest pylibfdt implementation by Simon Glass · Thu Jul 26 14:02:13 2018 -0600
  40. 0537c55 libfdt: Add get_property() and del_node() by Simon Glass · Fri Jul 06 10:27:22 2018 -0600
  41. 04402d3 libfdt: Fix the Python pack() function by Simon Glass · Fri Jul 06 10:27:21 2018 -0600
  42. 70cd0d7 libfdt: Bring in proposed pylibfdt changes by Simon Glass · Fri Jul 06 10:27:20 2018 -0600
  43. 4299d52 scripts/dtc: Re-sync with Linux 4.17-rc4 by Eugeniu Rosca · Sat May 19 14:13:54 2018 +0200
  44. cd5f70d scripts/dtc: Update to upstream version v1.4.6-9-gaadd0b65c987 by Rob Herring · Sat May 19 14:13:53 2018 +0200
  45. 86abb7f scripts/dtc: Update to upstream version v1.4.5-6-gc1e55a5513e9 by Rob Herring · Sat May 19 14:13:52 2018 +0200
  46. 7f93db7 pylibfdt: Add missing CC and LD to Makefile by Marek Vasut · Fri May 18 09:56:53 2018 +0200
  47. 8b0c8a1 SPDX: Convert all of our multiple license tags to Linux Kernel style by Tom Rini · Sun May 06 18:27:01 2018 -0400
  48. c05e791 host-tools: use python2 explicitly for shebang by Masahiro Yamada · Sun Jan 21 18:34:57 2018 +0900
  49. 87247af pylibfdt: compile pylibfdt only when dtoc/binman is necessary by Masahiro Yamada · Tue Oct 17 13:42:44 2017 +0900
  50. 47ae539 pylibfdt: move pylibfdt to scripts/dtc/pylibfdt and refactor makefile by Masahiro Yamada · Tue Oct 17 13:42:43 2017 +0900
  51. 09a9dca scripts/dtc: Update to upstream version v1.4.5-3-gb1a60033c110 by Masahiro Yamada · Tue Oct 17 13:42:42 2017 +0900
  52. 4156426 scripts/dtc: add fdt_overlay.c and fdt_addresses.c to sync script by Rob Herring · Tue Oct 17 13:42:41 2017 +0900
  53. d859602 scripts: dtc: Add .gitignore by Bin Meng · Sat Sep 30 22:56:22 2017 -0700
  54. 0eb096d scripts/dtc: Update to upstream version v1.4.4-50-gfe50bd1ecc1d by Tom Rini · Sat Sep 23 17:31:59 2017 -0400
  55. 56aeab5 scripts/dtc: Update to upstream version v1.4.4 by Tom Rini · Sat Sep 23 17:30:53 2017 -0400
  56. bd39173 scripts/dtc: Update to upstream version v1.4.3 by Tom Rini · Sat Sep 23 12:52:44 2017 -0400