1. 589c2d9 fdt: Allow copying phandles into templates by Simon Glass · 1 year, 4 months ago
  2. 8df8b6d dtoc: Add some debugging when copying nodes by Simon Glass · 1 year, 4 months ago
  3. 7155646 dtoc: Make properties dirty when purging them by Simon Glass · 1 year, 4 months ago
  4. 55e1278 dtoc: Allow inserting a list of nodes into another by Simon Glass · 1 year, 5 months ago
  5. 4df457b dtoc: Support copying the contents of a node into another by Simon Glass · 1 year, 5 months ago
  6. d0d0e77 tools: fix TestFdtUtil() by Heinrich Schuchardt · 1 year, 8 months ago
  7. 4583c00 patman: Move library functions into a library directory by Simon Glass · 1 year, 9 months ago
  8. e316fba dm: treewide: Complete migration to new driver model schema by Simon Glass · 1 year, 10 months ago
  9. 8f5afe2 dtoc: Add a way to read a phandle with params by Simon Glass · 1 year, 11 months ago
  10. e1c0811 dtoc: Drop sys.exit() in test_fdt by Simon Glass · 2 years, 4 months ago
  11. 5d1637a dtoc: Correct remaining pylint problems in test_fdt by Simon Glass · 2 years, 4 months ago
  12. 7640b16 test_fdt: Convert to use argparse by Simon Glass · 2 years, 4 months ago
  13. a8ad9aa dtoc: Move main program into its own function by Simon Glass · 2 years, 4 months ago
  14. ad74422 dtoc: Fix fdt test coverage by Simon Glass · 2 years, 4 months ago
  15. b26dd96 dtoc: Tidy up fdt_tests RunTests() by Simon Glass · 2 years, 4 months ago
  16. 2598079 dtoc: Tidy up fdt_tests RunTestCoverage() args by Simon Glass · 2 years, 4 months ago
  17. d8318fe patman: test_util: Use unittest text runner to print test results by Alper Nebi Yasak · 2 years, 8 months ago
  18. 42ae363 dtoc: Update fdt tests to use test_util by Simon Glass · 2 years, 9 months ago
  19. 0ded4d4 dtoc: Tidy up implementation of AddStringList() by Simon Glass · 2 years, 9 months ago
  20. 6101253 dtoc: Make GetArgs() more flexible by Simon Glass · 2 years, 9 months ago
  21. 8a455fc dtoc: Correct pylint errors by Simon Glass · 2 years, 10 months ago
  22. 7e4b66a dtoc: Support reading a list of arguments by Simon Glass · 2 years, 10 months ago
  23. dd857ee dtoc: Allow deleting nodes and adding them in the same sync by Simon Glass · 2 years, 10 months ago
  24. a30c39f dtoc: Support deleting a node by Simon Glass · 2 years, 10 months ago
  25. bc11602 dtoc: Support adding a string list to a device tree by Simon Glass · 2 years, 10 months ago
  26. 5e2ab40 patman: Convert camel case in test_util.py by Simon Glass · 2 years, 10 months ago
  27. c1aa66e patman: Convert camel case in tools.py by Simon Glass · 2 years, 10 months ago
  28. 1b5a533 dtoc: Add support for reading string-list properties by Simon Glass · 3 years ago
  29. 40b4d64 dtoc: Add support for reading fixed-length bytes properties by Simon Glass · 3 years ago
  30. d866e62 dtoc: Add support for reading 64-bit ints by Simon Glass · 3 years ago
  31. ff139b6 dtoc: Bring in the libfdt module automatically by Simon Glass · 3 years ago
  32. e679f39 dtoc: Correct the intarray-widening test case by Simon Glass · 3 years, 4 months ago
  33. eec44c7 dtoc: Support widening a bool value by Simon Glass · 3 years, 4 months ago
  34. ca04494 dtoc: Fix widening an int array to an int by Simon Glass · 3 years, 4 months ago
  35. 5d1bec3 dtoc: Add new check that offsets are correct by Simon Glass · 3 years, 9 months ago
  36. f617665 dtoc: Support adding subnodes alongside existing ones by Simon Glass · 3 years, 9 months ago
  37. 76677dd dtoc: Add a subnode test for multiple nodes by Simon Glass · 3 years, 9 months ago
  38. acd9861 dtoc: Improve internal error for Refresh() by Simon Glass · 3 years, 9 months ago
  39. dff51a5 dtoc: Move test files into a test/ directory by Simon Glass · 3 years, 10 months ago
  40. 6eb9932 binman: Support alignment of files by Simon Glass · 4 years ago
  41. 479dd30 patman: Drop tools.ToChar() and ToChars() by Simon Glass · 4 years, 1 month ago
  42. 5ea9dcc fdt: Use an Enum for the data type by Simon Glass · 4 years, 1 month ago
  43. e144caf dtoc: Fix widening of int to bytes by Simon Glass · 4 years, 2 months ago
  44. c063917 dtoc: Allow adding variable-sized data to a dtb by Simon Glass · 4 years, 5 months ago
  45. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
  46. 1f238bd dtoc: Allow adding variable-sized data to a dtb by Simon Glass · 4 years, 5 months ago
  47. b4fa949 patman: Tidy up sys.path changes by Simon Glass · 4 years, 8 months ago
  48. bf77667 patman: Move to absolute imports by Simon Glass · 4 years, 8 months ago
  49. 83a4518 patman: Drop references to __future__ by Simon Glass · 4 years, 8 months ago
  50. f7ba5f0 test_fdt: Move to use Python 3 by Simon Glass · 5 years ago
  51. f6e0249 binman: Update state when replacing device-tree entries by Simon Glass · 5 years ago
  52. a004f29 binman: Tidy up _SetupDtb() to use its own temporary file by Simon Glass · 5 years ago
  53. e44bc83 dtoc: Update Fdt.GetNode() to handle the root node by Simon Glass · 5 years ago
  54. d9dad10 binman: Show a helpful error when a DT property is missing by Simon Glass · 5 years ago
  55. 209a559 dtoc: Update fdt_util for Python 3 by Simon Glass · 6 years ago
  56. b5f0daf dtoc: Add a unit test for BytesToValue() by Simon Glass · 6 years ago
  57. e66d318 dtoc: Test full 64-bit properties with FdtCellsToCpu() by Simon Glass · 6 years ago
  58. 2ab6e13 dtoc: Use binary mode for reading files by Simon Glass · 6 years ago
  59. f6b6481 dtoc: Use byte type instead of str in fdt by Simon Glass · 6 years ago
  60. 194b8d5 dtoc: Use GetBytes() to obtain repeating bytes by Simon Glass · 6 years ago
  61. 90a8132 dtoc: Adjust code for Python 3 by Simon Glass · 6 years ago
  62. 11ae93e binman: Run tests concurrently by Simon Glass · 6 years ago
  63. e0e6275 binman: Fix up removal of temporary directories by Simon Glass · 6 years ago
  64. 746aee3 dtoc: Add a way to create an Fdt object from a data block by Simon Glass · 6 years ago
  65. 6434961 dtoc: Add methods for adding and updating properties by Simon Glass · 6 years ago
  66. e21c27a dtoc: Support adding new nodes by Simon Glass · 6 years ago
  67. fa80c25 dtoc: Allow syncing of the device tree back to a file by Simon Glass · 6 years ago
  68. 50c5952 libfdt: Update to latest pylibfdt implementation by Simon Glass · 6 years ago
  69. 94a7c60 dtoc: Add a function to obtain a list of phandles by Simon Glass · 6 years ago
  70. 1d85888 dtoc: Export the _FindNode() function by Simon Glass · 6 years ago
  71. 3af8e49 binman: Add an entry filled with a repeating byte by Simon Glass · 6 years ago
  72. 53af22a binman: Add support for passing arguments to entries by Simon Glass · 6 years ago
  73. 116adec dtoc: Add functions to add integer properties by Simon Glass · 6 years ago
  74. 760b717 dtoc: Fix properties with a single zero-arg phandle by Simon Glass · 6 years ago
  75. b9066ff dtoc: Fix Fdt.GetNode() to handle a missing node by Simon Glass · 6 years ago
  76. f9b88b3 dtoc: Keep track of property offsets by Simon Glass · 6 years ago
  77. 2a2d91d dtoc: Update fdt tests to increase code coverage by Simon Glass · 6 years ago
  78. 9606624 dtoc: Drop use of a local dtb buffer by Simon Glass · 6 years ago
  79. 2ba9875 dtoc: Add some tests for the fdt module by Simon Glass · 6 years ago