1. 9d2eb92 dtoc: Add tests by Simon Glass · Sun Jun 18 22:09:06 2017 -0600
  2. 2e0bf3f dtoc: Add a comment about string replace in conv_name_to_c() by Simon Glass · Sun Jun 18 22:09:04 2017 -0600
  3. 3fa797a dtoc: Move the main logic into the dtb_platdata file by Simon Glass · Sun Jun 18 22:09:03 2017 -0600
  4. 7a2add1 dtoc: Move static functions out of the class by Simon Glass · Sun Jun 18 22:09:02 2017 -0600
  5. eab3f62 dtoc: Pass include_disabled explicitly by Simon Glass · Sun Jun 18 22:09:01 2017 -0600
  6. 761773f dtoc: Don't handle properties with / in them by Simon Glass · Sun Jun 18 22:09:00 2017 -0600
  7. 1f730c8 dtoc: Fix pylint warnings by Simon Glass · Sun Jun 18 22:08:59 2017 -0600
  8. d570dec dtoc: Split out the main class into its own file by Simon Glass · Sun Jun 18 22:08:58 2017 -0600
  9. b7edba1 dtoc: Add a comment at the top by Simon Glass · Sun Jun 18 22:08:57 2017 -0600
  10. 7427bf2 dtoc: Use self._options instead of the global options by Simon Glass · Sun Jun 18 22:08:56 2017 -0600
  11. 934be0b dtoc: Support multiple compatible strings in a node by Simon Glass · Tue Jun 13 21:10:06 2017 -0600
  12. a944093 fdt: Drop fdt_select.py by Simon Glass · Sat May 27 07:38:30 2017 -0600
  13. 059ae52 fdt: Merge fdt_normal with its base class by Simon Glass · Sat May 27 07:38:28 2017 -0600
  14. bac25c8 fdt: Drop fdt_fallback library by Simon Glass · Sat May 27 07:38:26 2017 -0600
  15. 22a32c7 fdt: Drop use of the legacy libfdt python module by Simon Glass · Sat May 27 07:38:25 2017 -0600
  16. 55901ff fdt: Support use of the new python libfdt library by Simon Glass · Sat May 27 07:38:22 2017 -0600
  17. acc626d fdt: Rename existing python libfdt module by Simon Glass · Sat May 27 07:38:18 2017 -0600
  18. 33ff679 dtoc: Handle nodes with phandles that depend on the same by Simon Glass · Sat Apr 22 18:42:22 2017 -0600
  19. 67d2332 dtoc: Move the output code into its own function by Simon Glass · Sat Apr 22 18:42:21 2017 -0600
  20. 77bb05e dtoc: Decode val if it's a byte string by George McCollister · Thu Mar 30 09:44:25 2017 -0500
  21. f31ca1e dtoc: make ScanTree recurse into subnodes by Philipp Tomsich · Wed Feb 22 19:06:04 2017 +0100
  22. 9a2cdca dm: allow limiting pre-reloc markings to spl or tpl by Heiko Stübner · Sat Feb 18 19:46:21 2017 +0100
  23. b17ab15 dtoc: Replace dot with underscore to avoid compiler errors by Simon Glass · Sun Jan 15 21:09:08 2017 -0700
  24. 493dd31 dtoc: Make integer division python 3.x safe by Paul Burton · Tue Sep 27 16:03:58 2016 +0100
  25. 307f1fa dtoc: Decode strings for struct.unpack on python 3.x by Paul Burton · Tue Sep 27 16:03:57 2016 +0100
  26. 0a95448 dtoc: Use items() to iterate over dictionaries in python 3.x by Paul Burton · Tue Sep 27 16:03:56 2016 +0100
  27. 0c1ee6c dtoc: Add a way for tests to request the fallback library by Simon Glass · Sun Sep 25 15:52:19 2016 -0600
  28. 6d928a7 dtoc: Adjust GetProps() in fdt_normal to use the node path by Simon Glass · Sun Sep 25 15:52:18 2016 -0600
  29. 1a096ce dtoc: Fix bug in GetProp() by Simon Glass · Sun Sep 25 15:52:17 2016 -0600
  30. 4066b31 dtoc: Add methods for reading data from properties by Simon Glass · Mon Jul 25 18:59:18 2016 -0600
  31. 29462c3 dtoc: Correct quotes in fdt_util by Simon Glass · Mon Jul 25 18:59:17 2016 -0600
  32. 54cec6d dtoc: Support finding the offset of a property by Simon Glass · Mon Jul 25 18:59:16 2016 -0600
  33. 32d9827 dtoc: Support packing the device tree by Simon Glass · Mon Jul 25 18:59:15 2016 -0600
  34. c719e42 dtoc: Support deleting device tree properties by Simon Glass · Mon Jul 25 18:59:14 2016 -0600
  35. a930ecc dtoc: Move to using bytearray by Simon Glass · Mon Jul 25 18:59:13 2016 -0600
  36. 14fb292 dtoc: Prepare for supporting changing of device trees by Simon Glass · Mon Jul 25 18:59:12 2016 -0600
  37. c2470f4 dtoc: Drop the convert_dash parameter to GetProps() by Simon Glass · Mon Jul 25 18:59:11 2016 -0600
  38. efc9bf6 dtoc: Allow the device tree to be compiled from source by Simon Glass · Mon Jul 25 18:59:10 2016 -0600
  39. cc346a7 dtoc: Move a few more common functions into fdt.py by Simon Glass · Mon Jul 25 18:59:07 2016 -0600
  40. 248ccd2 dtoc: Move Widen() and GetPhandle() into the base class by Simon Glass · Mon Jul 25 18:59:06 2016 -0600
  41. b1a5e26 dtoc: Move BytesToValue() and GetEmpty() into PropBase by Simon Glass · Mon Jul 25 18:59:05 2016 -0600
  42. 1f941b6 dtoc: Create a base class for Fdt by Simon Glass · Mon Jul 25 18:59:04 2016 -0600
  43. 8be1d28 dtoc: Rename fdt.py to fdt_normal.py by Simon Glass · Mon Jul 25 18:59:03 2016 -0600
  44. b71ef89 dtoc: Move the fdt library selection into fdt_select by Simon Glass · Mon Jul 25 18:59:02 2016 -0600
  45. 8a30514 dtoc: Move the struct import into the correct order by Simon Glass · Mon Jul 25 18:59:01 2016 -0600
  46. 90313a9 dtoc: Correct the type widening code in fdt_fallback by Simon Glass · Fri Jul 22 09:22:49 2016 -0600
  47. afbf9b8 dm: core: Expand platdata for of-platdata devices by Simon Glass · Mon Jul 04 11:58:18 2016 -0600
  48. 6522a55 dtoc: Ignore the u-boot, dm-pre-reloc property by Simon Glass · Mon Jul 04 11:58:16 2016 -0600
  49. a2a6f04 dm: Add a more efficient libfdt library by Simon Glass · Mon Jul 04 11:58:11 2016 -0600
  50. bfad22e dm: Add a tool to generate C code from a device tree by Simon Glass · Mon Jul 04 11:58:09 2016 -0600
  51. fa8974d dm: Add a library to provide simple device-tree access by Simon Glass · Mon Jul 04 11:58:08 2016 -0600