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