1. 120fa00 dtoc: Tidy up implementation of AddStringList() by Simon Glass · Sat Mar 05 20:18:56 2022 -0700
  2. 0023861 dtoc: Allow deleting nodes and adding them in the same sync by Simon Glass · Tue Feb 08 11:49:52 2022 -0700
  3. b9b5cb3 dtoc: Support deleting a node by Simon Glass · Tue Feb 08 11:49:51 2022 -0700
  4. 452be42 dtoc: Support adding a string list to a device tree by Simon Glass · Tue Feb 08 11:49:50 2022 -0700
  5. 8002552 patman: Convert camel case in tools.py by Simon Glass · Sat Jan 29 14:14:04 2022 -0700
  6. 4311832 dtoc: Support widening a bool value by Simon Glass · Wed Jul 28 19:23:11 2021 -0600
  7. a7d6698 dtoc: Fix widening an int array to an int by Simon Glass · Wed Jul 28 19:23:10 2021 -0600
  8. fd4078e dtoc: Rename is_wider_than() to reduce confusion by Simon Glass · Wed Jul 28 19:23:09 2021 -0600
  9. d8bee46 dtoc: Add new check that offsets are correct by Simon Glass · Sun Mar 21 18:24:39 2021 +1300
  10. 3be798a dtoc: Support adding subnodes alongside existing ones by Simon Glass · Sun Mar 21 18:24:38 2021 +1300
  11. b2e8ac4 dtoc: Tweak ordering of fdt-offsets refreshing by Simon Glass · Sun Mar 21 18:24:36 2021 +1300
  12. 459df47 dtoc: Tidy up property-offset handling by Simon Glass · Sun Mar 21 18:24:35 2021 +1300
  13. 93f18a1 dtoc: Improve internal error for Refresh() by Simon Glass · Sun Mar 21 18:24:34 2021 +1300
  14. a2af730 binman: Support alignment of files by Simon Glass · Wed Jan 06 21:35:18 2021 -0700
  15. d35a852 dtoc: binman: Drop Python 2 code by Simon Glass · Wed Jan 06 21:35:10 2021 -0700
  16. 632b84c patman: Drop tools.ToChar() and ToChars() by Simon Glass · Sun Nov 08 20:36:20 2020 -0700
  17. c9a032c fdt: Use an Enum for the data type by Simon Glass · Sun Nov 08 20:36:17 2020 -0700
  18. 8034e4d dtoc: Fix widening of int to bytes by Simon Glass · Sat Oct 03 11:31:27 2020 -0600
  19. f67c99c dtoc: Allow adding variable-sized data to a dtb by Simon Glass · Thu Jul 09 18:39:44 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. f1cfee5 dtoc: Allow adding variable-sized data to a dtb by Simon Glass · Thu Jul 09 18:39:44 2020 -0600
  22. a997ea5 patman: Move to absolute imports by Simon Glass · Fri Apr 17 18:09:04 2020 -0600
  23. 39e2233 dtoc: Convert fdt.py to Python 3 by Simon Glass · Thu Oct 31 07:43:04 2019 -0600
  24. 74f5feb binman: Update state when replacing device-tree entries by Simon Glass · Sat Jul 20 12:24:08 2019 -0600
  25. 3b9a829 dtoc: Update Fdt.GetNode() to handle the root node by Simon Glass · Sat Jul 20 12:23:39 2019 -0600
  26. 50cfc6e dtoc: Update Fdt.FromData() to allow a name by Simon Glass · Sat Jul 20 12:23:38 2019 -0600
  27. a683a5f binman: Show a helpful error when a DT property is missing by Simon Glass · Sat Jul 20 12:23:37 2019 -0600
  28. a57cfee dtoc: Convert the Fdt.Node class to Python 3 by Simon Glass · Fri May 17 22:00:38 2019 -0600
  29. 74b472e dtoc: Convert the Fdt.Prop class to Python 3 by Simon Glass · Fri May 17 22:00:37 2019 -0600
  30. 1cd4008 dtoc: Use byte type instead of str in fdt by Simon Glass · Fri May 17 22:00:36 2019 -0600
  31. d8f593f dtoc: Updates BytesToValue() for Python 3 by Simon Glass · Fri May 17 22:00:35 2019 -0600
  32. b73d448 dtoc: Move BytesToValue() out of the Prop class by Simon Glass · Fri May 17 22:00:34 2019 -0600
  33. 6bbfafb dtoc: Use GetBytes() to obtain repeating bytes by Simon Glass · Fri May 17 22:00:33 2019 -0600
  34. 116236f tools: dtoc: Open all binary files in binary mode by Simon Glass · Tue May 14 15:53:43 2019 -0600
  35. a2b9acb dtoc: Fix the value of SetInt() by Simon Glass · Mon Oct 01 12:22:49 2018 -0600
  36. b8a4929 dtoc: Add a way to create an Fdt object from a data block by Simon Glass · Fri Sep 14 04:57:17 2018 -0600
  37. ccd2526 dtoc: Add methods for adding and updating properties by Simon Glass · Fri Sep 14 04:57:16 2018 -0600
  38. f3a1796 dtoc: Support adding new nodes by Simon Glass · Fri Sep 14 04:57:15 2018 -0600
  39. c330b14 dtoc: Fixed endianness in Prop.GetEmpty() by Simon Glass · Fri Sep 14 04:57:14 2018 -0600
  40. eddd729 dtoc: Allow syncing of the device tree back to a file by Simon Glass · Fri Sep 14 04:57:13 2018 -0600
  41. b474c76 libfdt: Update to latest pylibfdt implementation by Simon Glass · Thu Jul 26 14:02:13 2018 -0600
  42. e2d6528 dtoc: Add a function to obtain a list of phandles by Simon Glass · Tue Jul 17 13:25:46 2018 -0600
  43. aa1a5d7 dtoc: Export the _FindNode() function by Simon Glass · Tue Jul 17 13:25:41 2018 -0600
  44. e80c556 dtoc: Add functions to add integer properties by Simon Glass · Fri Jul 06 10:27:38 2018 -0600
  45. c38fee04 dtoc: Fix some minor errors by Simon Glass · Fri Jul 06 10:27:32 2018 -0600
  46. c5eddc8 dtoc: Fix Fdt.GetNode() to handle a missing node by Simon Glass · Fri Jul 06 10:27:30 2018 -0600
  47. 4df8a0c dtoc: Keep track of property offsets by Simon Glass · Fri Jul 06 10:27:29 2018 -0600
  48. 9c52633 dtoc: Update fdt tests to increase code coverage by Simon Glass · Fri Jul 06 10:27:28 2018 -0600
  49. 792d239 dtoc: Drop use of a local dtb buffer by Simon Glass · Fri Jul 06 10:27:27 2018 -0600
  50. 151aeed dtoc: Make use of the new pylibfdt methods by Simon Glass · Fri Jul 06 10:27:26 2018 -0600
  51. 0ed5075 dtoc: Add some tests for the fdt module by Simon Glass · Fri Jul 06 10:27:24 2018 -0600
  52. 70cd0d7 libfdt: Bring in proposed pylibfdt changes by Simon Glass · Fri Jul 06 10:27:20 2018 -0600
  53. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  54. a3f9444 dtoc: Update the Fdt class to record phandles by Simon Glass · Tue Aug 29 14:15:52 2017 -0600
  55. fc3ae9c dtoc: Add a 64-bit type and a way to convert cells into 64 bits by Simon Glass · Tue Aug 29 14:15:48 2017 -0600
  56. 80ef705 dtoc: Adjust Node to record its parent by Simon Glass · Tue Aug 29 14:15:47 2017 -0600
  57. a944093 fdt: Drop fdt_select.py by Simon Glass · Sat May 27 07:38:30 2017 -0600
  58. 059ae52 fdt: Merge fdt_normal with its base class by Simon Glass · Sat May 27 07:38:28 2017 -0600
  59. bac25c8 fdt: Drop fdt_fallback library by Simon Glass · Sat May 27 07:38:26 2017 -0600
  60. 55901ff fdt: Support use of the new python libfdt library by Simon Glass · Sat May 27 07:38:22 2017 -0600
  61. 54cec6d dtoc: Support finding the offset of a property by Simon Glass · Mon Jul 25 18:59:16 2016 -0600
  62. 32d9827 dtoc: Support packing the device tree by Simon Glass · Mon Jul 25 18:59:15 2016 -0600
  63. c719e42 dtoc: Support deleting device tree properties by Simon Glass · Mon Jul 25 18:59:14 2016 -0600
  64. cc346a7 dtoc: Move a few more common functions into fdt.py by Simon Glass · Mon Jul 25 18:59:07 2016 -0600
  65. 248ccd2 dtoc: Move Widen() and GetPhandle() into the base class by Simon Glass · Mon Jul 25 18:59:06 2016 -0600
  66. b1a5e26 dtoc: Move BytesToValue() and GetEmpty() into PropBase by Simon Glass · Mon Jul 25 18:59:05 2016 -0600
  67. 1f941b6 dtoc: Create a base class for Fdt by Simon Glass · Mon Jul 25 18:59:04 2016 -0600
  68. 8be1d28 dtoc: Rename fdt.py to fdt_normal.py by Simon Glass · Mon Jul 25 18:59:03 2016 -0600
  69. a2a6f04 dm: Add a more efficient libfdt library by Simon Glass · Mon Jul 04 11:58:11 2016 -0600