1. b1839fc dtoc: Change dst to self in debug message by Manorit Chawdhry · 10 months ago
  2. bbbf04c Revert "binman: Add a temporary hack for duplicate phandles" by Simon Glass · 1 year, 2 months ago
  3. 288ae53 binman: Add a temporary hack for duplicate phandles by Simon Glass · 1 year, 3 months ago
  4. 589c2d9 fdt: Allow copying phandles into templates by Simon Glass · 1 year, 3 months ago
  5. 8df8b6d dtoc: Add some debugging when copying nodes by Simon Glass · 1 year, 3 months ago
  6. 7155646 dtoc: Make properties dirty when purging them by Simon Glass · 1 year, 3 months ago
  7. 55e1278 dtoc: Allow inserting a list of nodes into another by Simon Glass · 1 year, 3 months ago
  8. 4df457b dtoc: Support copying the contents of a node into another by Simon Glass · 1 year, 3 months ago
  9. 4583c00 patman: Move library functions into a library directory by Simon Glass · 1 year, 8 months ago
  10. 0ded4d4 dtoc: Tidy up implementation of AddStringList() by Simon Glass · 2 years, 8 months ago
  11. dd857ee dtoc: Allow deleting nodes and adding them in the same sync by Simon Glass · 2 years, 8 months ago
  12. a30c39f dtoc: Support deleting a node by Simon Glass · 2 years, 8 months ago
  13. bc11602 dtoc: Support adding a string list to a device tree by Simon Glass · 2 years, 8 months ago
  14. c1aa66e patman: Convert camel case in tools.py by Simon Glass · 2 years, 9 months ago
  15. eec44c7 dtoc: Support widening a bool value by Simon Glass · 3 years, 3 months ago
  16. ca04494 dtoc: Fix widening an int array to an int by Simon Glass · 3 years, 3 months ago
  17. df82de8 dtoc: Rename is_wider_than() to reduce confusion by Simon Glass · 3 years, 3 months ago
  18. 5d1bec3 dtoc: Add new check that offsets are correct by Simon Glass · 3 years, 7 months ago
  19. f617665 dtoc: Support adding subnodes alongside existing ones by Simon Glass · 3 years, 7 months ago
  20. 71719e1 dtoc: Tweak ordering of fdt-offsets refreshing by Simon Glass · 3 years, 7 months ago
  21. 37ba984 dtoc: Tidy up property-offset handling by Simon Glass · 3 years, 7 months ago
  22. acd9861 dtoc: Improve internal error for Refresh() by Simon Glass · 3 years, 7 months ago
  23. 6eb9932 binman: Support alignment of files by Simon Glass · 3 years, 10 months ago
  24. 9fc6ebd dtoc: binman: Drop Python 2 code by Simon Glass · 3 years, 10 months ago
  25. 479dd30 patman: Drop tools.ToChar() and ToChars() by Simon Glass · 4 years ago
  26. 5ea9dcc fdt: Use an Enum for the data type by Simon Glass · 4 years ago
  27. e144caf dtoc: Fix widening of int to bytes by Simon Glass · 4 years, 1 month ago
  28. c063917 dtoc: Allow adding variable-sized data to a dtb by Simon Glass · 4 years, 3 months ago
  29. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 3 months ago
  30. 1f238bd dtoc: Allow adding variable-sized data to a dtb by Simon Glass · 4 years, 3 months ago
  31. bf77667 patman: Move to absolute imports by Simon Glass · 4 years, 6 months ago
  32. a90df2b dtoc: Convert fdt.py to Python 3 by Simon Glass · 5 years ago
  33. f6e0249 binman: Update state when replacing device-tree entries by Simon Glass · 5 years ago
  34. e44bc83 dtoc: Update Fdt.GetNode() to handle the root node by Simon Glass · 5 years ago
  35. 880e9ee dtoc: Update Fdt.FromData() to allow a name by Simon Glass · 5 years ago
  36. d9dad10 binman: Show a helpful error when a DT property is missing by Simon Glass · 5 years ago
  37. 6351805 dtoc: Convert the Fdt.Node class to Python 3 by Simon Glass · 5 years ago
  38. 928527f dtoc: Convert the Fdt.Prop class to Python 3 by Simon Glass · 5 years ago
  39. f6b6481 dtoc: Use byte type instead of str in fdt by Simon Glass · 5 years ago
  40. 2b6ed5e dtoc: Updates BytesToValue() for Python 3 by Simon Glass · 5 years ago
  41. 7e6952d dtoc: Move BytesToValue() out of the Prop class by Simon Glass · 5 years ago
  42. 194b8d5 dtoc: Use GetBytes() to obtain repeating bytes by Simon Glass · 5 years ago
  43. 3e4b51e tools: dtoc: Open all binary files in binary mode by Simon Glass · 5 years ago
  44. 41b781d dtoc: Fix the value of SetInt() by Simon Glass · 6 years ago
  45. 746aee3 dtoc: Add a way to create an Fdt object from a data block by Simon Glass · 6 years ago
  46. 6434961 dtoc: Add methods for adding and updating properties by Simon Glass · 6 years ago
  47. e21c27a dtoc: Support adding new nodes by Simon Glass · 6 years ago
  48. af53f5a dtoc: Fixed endianness in Prop.GetEmpty() by Simon Glass · 6 years ago
  49. fa80c25 dtoc: Allow syncing of the device tree back to a file by Simon Glass · 6 years ago
  50. 50c5952 libfdt: Update to latest pylibfdt implementation by Simon Glass · 6 years ago
  51. 94a7c60 dtoc: Add a function to obtain a list of phandles by Simon Glass · 6 years ago
  52. 1d85888 dtoc: Export the _FindNode() function by Simon Glass · 6 years ago
  53. 116adec dtoc: Add functions to add integer properties by Simon Glass · 6 years ago
  54. dfe5f5b dtoc: Fix some minor errors by Simon Glass · 6 years ago
  55. b9066ff dtoc: Fix Fdt.GetNode() to handle a missing node by Simon Glass · 6 years ago
  56. f9b88b3 dtoc: Keep track of property offsets by Simon Glass · 6 years ago
  57. 2a2d91d dtoc: Update fdt tests to increase code coverage by Simon Glass · 6 years ago
  58. 9606624 dtoc: Drop use of a local dtb buffer by Simon Glass · 6 years ago
  59. 117f57b dtoc: Make use of the new pylibfdt methods by Simon Glass · 6 years ago
  60. 2ba9875 dtoc: Add some tests for the fdt module by Simon Glass · 6 years ago
  61. 3def0cf libfdt: Bring in proposed pylibfdt changes by Simon Glass · 6 years ago
  62. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  63. 09264e0 dtoc: Update the Fdt class to record phandles by Simon Glass · 7 years ago
  64. fbdfd22 dtoc: Add a 64-bit type and a way to convert cells into 64 bits by Simon Glass · 7 years ago
  65. 979ab02 dtoc: Adjust Node to record its parent by Simon Glass · 7 years ago
  66. 99ed4a2 fdt: Drop fdt_select.py by Simon Glass · 7 years ago
  67. 7b75b44 fdt: Merge fdt_normal with its base class by Simon Glass · 7 years ago
  68. 160a766 fdt: Drop fdt_fallback library by Simon Glass · 7 years ago
  69. b436020 fdt: Support use of the new python libfdt library by Simon Glass · 7 years ago
  70. babdbde dtoc: Support finding the offset of a property by Simon Glass · 8 years ago
  71. da5f749 dtoc: Support packing the device tree by Simon Glass · 8 years ago
  72. 2a70d89 dtoc: Support deleting device tree properties by Simon Glass · 8 years ago
  73. f7a2aee dtoc: Move a few more common functions into fdt.py by Simon Glass · 8 years ago
  74. c322a85 dtoc: Move Widen() and GetPhandle() into the base class by Simon Glass · 8 years ago
  75. bc1dea3 dtoc: Move BytesToValue() and GetEmpty() into PropBase by Simon Glass · 8 years ago
  76. a06a34b dtoc: Create a base class for Fdt by Simon Glass · 8 years ago
  77. 66051b1 dtoc: Rename fdt.py to fdt_normal.py by Simon Glass · 8 years ago
  78. 76bce10 dm: Add a more efficient libfdt library by Simon Glass · 8 years ago