1. 3af8e49 binman: Add an entry filled with a repeating byte by Simon Glass · 6 years ago
  2. 53af22a binman: Add support for passing arguments to entries by Simon Glass · 6 years ago
  3. dc08ecc dtoc: Add missing comments to fdt_util by Simon Glass · 6 years ago
  4. 116adec dtoc: Add functions to add integer properties by Simon Glass · 6 years ago
  5. fe57c78 dtoc: Avoid unwanted output during tests by Simon Glass · 6 years ago
  6. 8512ea2 dtoc: Increase code coverage to 100% by Simon Glass · 6 years ago
  7. ba76521 dtoc: Add a test for code coverage by Simon Glass · 6 years ago
  8. dfe5f5b dtoc: Fix some minor errors by Simon Glass · 6 years ago
  9. 760b717 dtoc: Fix properties with a single zero-arg phandle by Simon Glass · 6 years ago
  10. b9066ff dtoc: Fix Fdt.GetNode() to handle a missing node by Simon Glass · 6 years ago
  11. f9b88b3 dtoc: Keep track of property offsets by Simon Glass · 6 years ago
  12. 2a2d91d dtoc: Update fdt tests to increase code coverage by Simon Glass · 6 years ago
  13. 9606624 dtoc: Drop use of a local dtb buffer by Simon Glass · 6 years ago
  14. 117f57b dtoc: Make use of the new pylibfdt methods by Simon Glass · 6 years ago
  15. 57f0bc4 dtoc: Update tests to write failures to /tmp by Simon Glass · 6 years ago
  16. 2ba9875 dtoc: Add some tests for the fdt module by Simon Glass · 6 years ago
  17. 3def0cf libfdt: Bring in proposed pylibfdt changes by Simon Glass · 6 years ago
  18. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  19. b08c8c4 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  20. 94b13bb host-tools: use python2 explicitly for shebang by Masahiro Yamada · 7 years ago
  21. 3ed0de3 dtoc: Allow DTC environment variable to provide path to dtc by Simon Glass · 7 years ago
  22. aab660f dtoc: Fix up tests by Simon Glass · 7 years ago
  23. d09682e binman: Disable the no-unit_address_vs_reg warnings by Simon Glass · 7 years ago
  24. d503114 dtoc: Add a header to the generated files by Simon Glass · 7 years ago
  25. 634eba4 dtoc: Support properties containing multiple phandle values by Simon Glass · 7 years ago
  26. bc79617 dtoc: Put phandle args in an array by Simon Glass · 7 years ago
  27. 35d5037 dtoc: Put each phandle on a separate line by Simon Glass · 7 years ago
  28. 0d15463 dtoc: Rename the phandle struct by Simon Glass · 7 years ago
  29. 8fed2eb dtoc: Rename is_phandle() and adjust it to return more detail by Simon Glass · 7 years ago
  30. 2925c26 dtoc: Make is_phandle() a member function by Simon Glass · 7 years ago
  31. 72ab7c5 dtoc: Use the Fdt's class's phandle map by Simon Glass · 7 years ago
  32. 09264e0 dtoc: Update the Fdt class to record phandles by Simon Glass · 7 years ago
  33. 5ec741f dtoc: Handle 'reg' properties with unusual sizes by Simon Glass · 7 years ago
  34. c20ee0e dtoc: Add support for 32 or 64-bit addresses by Simon Glass · 7 years ago
  35. 21d54ac dtoc: Avoid very long lines in output by Simon Glass · 7 years ago
  36. fbdfd22 dtoc: Add a 64-bit type and a way to convert cells into 64 bits by Simon Glass · 7 years ago
  37. 979ab02 dtoc: Adjust Node to record its parent by Simon Glass · 7 years ago
  38. f1a7ba1 Fix 'notes' typos by Anatolij Gustschin · 7 years ago
  39. c079192 dtoc: Add tests by Simon Glass · 7 years ago
  40. 30107b0 dtoc: Add a comment about string replace in conv_name_to_c() by Simon Glass · 7 years ago
  41. fa0ea5b dtoc: Move the main logic into the dtb_platdata file by Simon Glass · 7 years ago
  42. 56e0bbe dtoc: Move static functions out of the class by Simon Glass · 7 years ago
  43. e36024b dtoc: Pass include_disabled explicitly by Simon Glass · 7 years ago
  44. 86290ce dtoc: Don't handle properties with / in them by Simon Glass · 7 years ago
  45. 2be282c dtoc: Fix pylint warnings by Simon Glass · 7 years ago
  46. 7581c01 dtoc: Split out the main class into its own file by Simon Glass · 7 years ago
  47. 14f5acf dtoc: Add a comment at the top by Simon Glass · 7 years ago
  48. 418355c dtoc: Use self._options instead of the global options by Simon Glass · 7 years ago
  49. 2cce586 dtoc: Support multiple compatible strings in a node by Simon Glass · 7 years ago
  50. 99ed4a2 fdt: Drop fdt_select.py by Simon Glass · 7 years ago
  51. 7b75b44 fdt: Merge fdt_normal with its base class by Simon Glass · 7 years ago
  52. 160a766 fdt: Drop fdt_fallback library by Simon Glass · 7 years ago
  53. 6d804ea fdt: Drop use of the legacy libfdt python module by Simon Glass · 7 years ago
  54. b436020 fdt: Support use of the new python libfdt library by Simon Glass · 7 years ago
  55. 555ba48 fdt: Rename existing python libfdt module by Simon Glass · 7 years ago
  56. 439c947 dtoc: Handle nodes with phandles that depend on the same by Simon Glass · 7 years ago
  57. 49eec8c dtoc: Move the output code into its own function by Simon Glass · 7 years ago
  58. f156b5b dtoc: Decode val if it's a byte string by George McCollister · 8 years ago
  59. 55bc080 dtoc: make ScanTree recurse into subnodes by Philipp Tomsich · 8 years ago
  60. 27326c7 dm: allow limiting pre-reloc markings to spl or tpl by Heiko Stübner · 8 years ago
  61. 6b6024a dtoc: Replace dot with underscore to avoid compiler errors by Simon Glass · 8 years ago
  62. 34c3889 dtoc: Make integer division python 3.x safe by Paul Burton · 8 years ago
  63. c4c5f9e dtoc: Decode strings for struct.unpack on python 3.x by Paul Burton · 8 years ago
  64. 4ae6549 dtoc: Use items() to iterate over dictionaries in python 3.x by Paul Burton · 8 years ago
  65. 3cb44ba dtoc: Add a way for tests to request the fallback library by Simon Glass · 8 years ago
  66. 8828254 dtoc: Adjust GetProps() in fdt_normal to use the node path by Simon Glass · 8 years ago
  67. 0734b70 dtoc: Fix bug in GetProp() by Simon Glass · 8 years ago
  68. 8f224b3 dtoc: Add methods for reading data from properties by Simon Glass · 8 years ago
  69. 20024da dtoc: Correct quotes in fdt_util by Simon Glass · 8 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. 0170804 dtoc: Move to using bytearray by Simon Glass · 8 years ago
  74. 346179f dtoc: Prepare for supporting changing of device trees by Simon Glass · 8 years ago
  75. 6b93c55 dtoc: Drop the convert_dash parameter to GetProps() by Simon Glass · 8 years ago
  76. 355c67c dtoc: Allow the device tree to be compiled from source by Simon Glass · 8 years ago
  77. f7a2aee dtoc: Move a few more common functions into fdt.py by Simon Glass · 8 years ago
  78. c322a85 dtoc: Move Widen() and GetPhandle() into the base class by Simon Glass · 8 years ago
  79. bc1dea3 dtoc: Move BytesToValue() and GetEmpty() into PropBase by Simon Glass · 8 years ago
  80. a06a34b dtoc: Create a base class for Fdt by Simon Glass · 8 years ago
  81. 66051b1 dtoc: Rename fdt.py to fdt_normal.py by Simon Glass · 8 years ago
  82. ba48258 dtoc: Move the fdt library selection into fdt_select by Simon Glass · 8 years ago
  83. 5859311 dtoc: Move the struct import into the correct order by Simon Glass · 8 years ago
  84. d6a3391 dtoc: Correct the type widening code in fdt_fallback by Simon Glass · 8 years ago
  85. 9fa2819 dm: core: Expand platdata for of-platdata devices by Simon Glass · 8 years ago
  86. efefe12 dtoc: Ignore the u-boot, dm-pre-reloc property by Simon Glass · 8 years ago
  87. 76bce10 dm: Add a more efficient libfdt library by Simon Glass · 8 years ago
  88. 69f2ed7 dm: Add a tool to generate C code from a device tree by Simon Glass · 8 years ago
  89. ec564b4 dm: Add a library to provide simple device-tree access by Simon Glass · 8 years ago