1. ba940d5 tests: dtoc: adapt tests to changed dtoc output by Simon Goldschmidt · Mon Jan 21 10:07:55 2019 +0100
  2. 6d99b85 dtoc: make generated platdata structs const by Simon Goldschmidt · Mon Jan 07 20:29:26 2019 +0100
  3. a2b9acb dtoc: Fix the value of SetInt() by Simon Glass · Mon Oct 01 12:22:49 2018 -0600
  4. 7057d02 binman: Run tests concurrently by Simon Glass · Mon Oct 01 21:12:47 2018 -0600
  5. 0415002 buildman: dtoc: Suppress unwanted output from test by Simon Glass · Mon Oct 01 21:12:43 2018 -0600
  6. 752e755 binman: Fix up removal of temporary directories by Simon Glass · Mon Oct 01 21:12:41 2018 -0600
  7. 5656ca2 binman: Add a default path to libfdt.py by Simon Glass · Mon Oct 01 21:12:40 2018 -0600
  8. 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
  9. ccd2526 dtoc: Add methods for adding and updating properties by Simon Glass · Fri Sep 14 04:57:16 2018 -0600
  10. f3a1796 dtoc: Support adding new nodes by Simon Glass · Fri Sep 14 04:57:15 2018 -0600
  11. c330b14 dtoc: Fixed endianness in Prop.GetEmpty() by Simon Glass · Fri Sep 14 04:57:14 2018 -0600
  12. eddd729 dtoc: Allow syncing of the device tree back to a file by Simon Glass · Fri Sep 14 04:57:13 2018 -0600
  13. b474c76 libfdt: Update to latest pylibfdt implementation by Simon Glass · Thu Jul 26 14:02:13 2018 -0600
  14. e2d6528 dtoc: Add a function to obtain a list of phandles by Simon Glass · Tue Jul 17 13:25:46 2018 -0600
  15. aa1a5d7 dtoc: Export the _FindNode() function by Simon Glass · Tue Jul 17 13:25:41 2018 -0600
  16. 53f5399 binman: Add an entry filled with a repeating byte by Simon Glass · Tue Jul 17 13:25:40 2018 -0600
  17. 91710b3 binman: Add support for passing arguments to entries by Simon Glass · Tue Jul 17 13:25:32 2018 -0600
  18. fe599c7 dtoc: Add missing comments to fdt_util by Simon Glass · Tue Jul 17 13:25:31 2018 -0600
  19. e80c556 dtoc: Add functions to add integer properties by Simon Glass · Fri Jul 06 10:27:38 2018 -0600
  20. 3bce93d dtoc: Avoid unwanted output during tests by Simon Glass · Fri Jul 06 10:27:37 2018 -0600
  21. 961c1ce dtoc: Increase code coverage to 100% by Simon Glass · Fri Jul 06 10:27:35 2018 -0600
  22. 0372540 dtoc: Add a test for code coverage by Simon Glass · Fri Jul 06 10:27:33 2018 -0600
  23. c38fee04 dtoc: Fix some minor errors by Simon Glass · Fri Jul 06 10:27:32 2018 -0600
  24. 609e2b1 dtoc: Fix properties with a single zero-arg phandle by Simon Glass · Fri Jul 06 10:27:31 2018 -0600
  25. c5eddc8 dtoc: Fix Fdt.GetNode() to handle a missing node by Simon Glass · Fri Jul 06 10:27:30 2018 -0600
  26. 4df8a0c dtoc: Keep track of property offsets by Simon Glass · Fri Jul 06 10:27:29 2018 -0600
  27. 9c52633 dtoc: Update fdt tests to increase code coverage by Simon Glass · Fri Jul 06 10:27:28 2018 -0600
  28. 792d239 dtoc: Drop use of a local dtb buffer by Simon Glass · Fri Jul 06 10:27:27 2018 -0600
  29. 151aeed dtoc: Make use of the new pylibfdt methods by Simon Glass · Fri Jul 06 10:27:26 2018 -0600
  30. c47c2b3 dtoc: Update tests to write failures to /tmp by Simon Glass · Fri Jul 06 10:27:25 2018 -0600
  31. 0ed5075 dtoc: Add some tests for the fdt module by Simon Glass · Fri Jul 06 10:27:24 2018 -0600
  32. 70cd0d7 libfdt: Bring in proposed pylibfdt changes by Simon Glass · Fri Jul 06 10:27:20 2018 -0600
  33. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  34. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · Mon Mar 05 01:20:11 2018 +0900
  35. c05e791 host-tools: use python2 explicitly for shebang by Masahiro Yamada · Sun Jan 21 18:34:57 2018 +0900
  36. ade2ef6 dtoc: Allow DTC environment variable to provide path to dtc by Simon Glass · Sun Dec 24 12:12:07 2017 -0700
  37. eb37e2d dtoc: Fix up tests by Simon Glass · Sun Nov 12 21:52:17 2017 -0700
  38. c5c7b1a binman: Disable the no-unit_address_vs_reg warnings by Simon Glass · Sun Nov 12 21:52:09 2017 -0700
  39. 68d32c7 dtoc: Add a header to the generated files by Simon Glass · Tue Aug 29 14:16:01 2017 -0600
  40. 3deeb47 dtoc: Support properties containing multiple phandle values by Simon Glass · Tue Aug 29 14:15:59 2017 -0600
  41. fdec580 dtoc: Put phandle args in an array by Simon Glass · Tue Aug 29 14:15:58 2017 -0600
  42. d0cd075 dtoc: Put each phandle on a separate line by Simon Glass · Tue Aug 29 14:15:57 2017 -0600
  43. e94414b dtoc: Rename the phandle struct by Simon Glass · Tue Aug 29 14:15:56 2017 -0600
  44. ec3b5e4 dtoc: Rename is_phandle() and adjust it to return more detail by Simon Glass · Tue Aug 29 14:15:55 2017 -0600
  45. ce5621d dtoc: Make is_phandle() a member function by Simon Glass · Tue Aug 29 14:15:54 2017 -0600
  46. 17ffd62 dtoc: Use the Fdt's class's phandle map by Simon Glass · Tue Aug 29 14:15:53 2017 -0600
  47. a3f9444 dtoc: Update the Fdt class to record phandles by Simon Glass · Tue Aug 29 14:15:52 2017 -0600
  48. 90e5f0a dtoc: Handle 'reg' properties with unusual sizes by Simon Glass · Tue Aug 29 14:15:51 2017 -0600
  49. 1b1fe41 dtoc: Add support for 32 or 64-bit addresses by Simon Glass · Tue Aug 29 14:15:50 2017 -0600
  50. 131e0b0 dtoc: Avoid very long lines in output by Simon Glass · Tue Aug 29 14:15:49 2017 -0600
  51. 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
  52. 80ef705 dtoc: Adjust Node to record its parent by Simon Glass · Tue Aug 29 14:15:47 2017 -0600
  53. da707d4 Fix 'notes' typos by Anatolij Gustschin · Fri Aug 18 17:58:51 2017 +0200
  54. 9d2eb92 dtoc: Add tests by Simon Glass · Sun Jun 18 22:09:06 2017 -0600
  55. 2e0bf3f dtoc: Add a comment about string replace in conv_name_to_c() by Simon Glass · Sun Jun 18 22:09:04 2017 -0600
  56. 3fa797a dtoc: Move the main logic into the dtb_platdata file by Simon Glass · Sun Jun 18 22:09:03 2017 -0600
  57. 7a2add1 dtoc: Move static functions out of the class by Simon Glass · Sun Jun 18 22:09:02 2017 -0600
  58. eab3f62 dtoc: Pass include_disabled explicitly by Simon Glass · Sun Jun 18 22:09:01 2017 -0600
  59. 761773f dtoc: Don't handle properties with / in them by Simon Glass · Sun Jun 18 22:09:00 2017 -0600
  60. 1f730c8 dtoc: Fix pylint warnings by Simon Glass · Sun Jun 18 22:08:59 2017 -0600
  61. d570dec dtoc: Split out the main class into its own file by Simon Glass · Sun Jun 18 22:08:58 2017 -0600
  62. b7edba1 dtoc: Add a comment at the top by Simon Glass · Sun Jun 18 22:08:57 2017 -0600
  63. 7427bf2 dtoc: Use self._options instead of the global options by Simon Glass · Sun Jun 18 22:08:56 2017 -0600
  64. 934be0b dtoc: Support multiple compatible strings in a node by Simon Glass · Tue Jun 13 21:10:06 2017 -0600
  65. a944093 fdt: Drop fdt_select.py by Simon Glass · Sat May 27 07:38:30 2017 -0600
  66. 059ae52 fdt: Merge fdt_normal with its base class by Simon Glass · Sat May 27 07:38:28 2017 -0600
  67. bac25c8 fdt: Drop fdt_fallback library by Simon Glass · Sat May 27 07:38:26 2017 -0600
  68. 22a32c7 fdt: Drop use of the legacy libfdt python module by Simon Glass · Sat May 27 07:38:25 2017 -0600
  69. 55901ff fdt: Support use of the new python libfdt library by Simon Glass · Sat May 27 07:38:22 2017 -0600
  70. acc626d fdt: Rename existing python libfdt module by Simon Glass · Sat May 27 07:38:18 2017 -0600
  71. 33ff679 dtoc: Handle nodes with phandles that depend on the same by Simon Glass · Sat Apr 22 18:42:22 2017 -0600
  72. 67d2332 dtoc: Move the output code into its own function by Simon Glass · Sat Apr 22 18:42:21 2017 -0600
  73. 77bb05e dtoc: Decode val if it's a byte string by George McCollister · Thu Mar 30 09:44:25 2017 -0500
  74. f31ca1e dtoc: make ScanTree recurse into subnodes by Philipp Tomsich · Wed Feb 22 19:06:04 2017 +0100
  75. 9a2cdca dm: allow limiting pre-reloc markings to spl or tpl by Heiko Stübner · Sat Feb 18 19:46:21 2017 +0100
  76. b17ab15 dtoc: Replace dot with underscore to avoid compiler errors by Simon Glass · Sun Jan 15 21:09:08 2017 -0700
  77. 493dd31 dtoc: Make integer division python 3.x safe by Paul Burton · Tue Sep 27 16:03:58 2016 +0100
  78. 307f1fa dtoc: Decode strings for struct.unpack on python 3.x by Paul Burton · Tue Sep 27 16:03:57 2016 +0100
  79. 0a95448 dtoc: Use items() to iterate over dictionaries in python 3.x by Paul Burton · Tue Sep 27 16:03:56 2016 +0100
  80. 0c1ee6c dtoc: Add a way for tests to request the fallback library by Simon Glass · Sun Sep 25 15:52:19 2016 -0600
  81. 6d928a7 dtoc: Adjust GetProps() in fdt_normal to use the node path by Simon Glass · Sun Sep 25 15:52:18 2016 -0600
  82. 1a096ce dtoc: Fix bug in GetProp() by Simon Glass · Sun Sep 25 15:52:17 2016 -0600
  83. 4066b31 dtoc: Add methods for reading data from properties by Simon Glass · Mon Jul 25 18:59:18 2016 -0600
  84. 29462c3 dtoc: Correct quotes in fdt_util by Simon Glass · Mon Jul 25 18:59:17 2016 -0600
  85. 54cec6d dtoc: Support finding the offset of a property by Simon Glass · Mon Jul 25 18:59:16 2016 -0600
  86. 32d9827 dtoc: Support packing the device tree by Simon Glass · Mon Jul 25 18:59:15 2016 -0600
  87. c719e42 dtoc: Support deleting device tree properties by Simon Glass · Mon Jul 25 18:59:14 2016 -0600
  88. a930ecc dtoc: Move to using bytearray by Simon Glass · Mon Jul 25 18:59:13 2016 -0600
  89. 14fb292 dtoc: Prepare for supporting changing of device trees by Simon Glass · Mon Jul 25 18:59:12 2016 -0600
  90. c2470f4 dtoc: Drop the convert_dash parameter to GetProps() by Simon Glass · Mon Jul 25 18:59:11 2016 -0600
  91. efc9bf6 dtoc: Allow the device tree to be compiled from source by Simon Glass · Mon Jul 25 18:59:10 2016 -0600
  92. cc346a7 dtoc: Move a few more common functions into fdt.py by Simon Glass · Mon Jul 25 18:59:07 2016 -0600
  93. 248ccd2 dtoc: Move Widen() and GetPhandle() into the base class by Simon Glass · Mon Jul 25 18:59:06 2016 -0600
  94. b1a5e26 dtoc: Move BytesToValue() and GetEmpty() into PropBase by Simon Glass · Mon Jul 25 18:59:05 2016 -0600
  95. 1f941b6 dtoc: Create a base class for Fdt by Simon Glass · Mon Jul 25 18:59:04 2016 -0600
  96. 8be1d28 dtoc: Rename fdt.py to fdt_normal.py by Simon Glass · Mon Jul 25 18:59:03 2016 -0600
  97. b71ef89 dtoc: Move the fdt library selection into fdt_select by Simon Glass · Mon Jul 25 18:59:02 2016 -0600
  98. 8a30514 dtoc: Move the struct import into the correct order by Simon Glass · Mon Jul 25 18:59:01 2016 -0600
  99. 90313a9 dtoc: Correct the type widening code in fdt_fallback by Simon Glass · Fri Jul 22 09:22:49 2016 -0600
  100. afbf9b8 dm: core: Expand platdata for of-platdata devices by Simon Glass · Mon Jul 04 11:58:18 2016 -0600