1. eb37e2d dtoc: Fix up tests by Simon Glass · 7 years ago
  2. c5c7b1a binman: Disable the no-unit_address_vs_reg warnings by Simon Glass · 7 years ago
  3. 68d32c7 dtoc: Add a header to the generated files by Simon Glass · 7 years ago
  4. 3deeb47 dtoc: Support properties containing multiple phandle values by Simon Glass · 7 years ago
  5. fdec580 dtoc: Put phandle args in an array by Simon Glass · 7 years ago
  6. d0cd075 dtoc: Put each phandle on a separate line by Simon Glass · 7 years ago
  7. e94414b dtoc: Rename the phandle struct by Simon Glass · 7 years ago
  8. ec3b5e4 dtoc: Rename is_phandle() and adjust it to return more detail by Simon Glass · 7 years ago
  9. ce5621d dtoc: Make is_phandle() a member function by Simon Glass · 7 years ago
  10. 17ffd62 dtoc: Use the Fdt's class's phandle map by Simon Glass · 7 years ago
  11. a3f9444 dtoc: Update the Fdt class to record phandles by Simon Glass · 7 years ago
  12. 90e5f0a dtoc: Handle 'reg' properties with unusual sizes by Simon Glass · 7 years ago
  13. 1b1fe41 dtoc: Add support for 32 or 64-bit addresses by Simon Glass · 7 years ago
  14. 131e0b0 dtoc: Avoid very long lines in output by Simon Glass · 7 years ago
  15. fc3ae9c dtoc: Add a 64-bit type and a way to convert cells into 64 bits by Simon Glass · 7 years ago
  16. 80ef705 dtoc: Adjust Node to record its parent by Simon Glass · 7 years ago
  17. da707d4 Fix 'notes' typos by Anatolij Gustschin · 7 years ago
  18. 9d2eb92 dtoc: Add tests by Simon Glass · 7 years ago
  19. 2e0bf3f dtoc: Add a comment about string replace in conv_name_to_c() by Simon Glass · 7 years ago
  20. 3fa797a dtoc: Move the main logic into the dtb_platdata file by Simon Glass · 7 years ago
  21. 7a2add1 dtoc: Move static functions out of the class by Simon Glass · 7 years ago
  22. eab3f62 dtoc: Pass include_disabled explicitly by Simon Glass · 7 years ago
  23. 761773f dtoc: Don't handle properties with / in them by Simon Glass · 7 years ago
  24. 1f730c8 dtoc: Fix pylint warnings by Simon Glass · 7 years ago
  25. d570dec dtoc: Split out the main class into its own file by Simon Glass · 7 years ago
  26. b7edba1 dtoc: Add a comment at the top by Simon Glass · 7 years ago
  27. 7427bf2 dtoc: Use self._options instead of the global options by Simon Glass · 7 years ago
  28. 934be0b dtoc: Support multiple compatible strings in a node by Simon Glass · 7 years ago
  29. a944093 fdt: Drop fdt_select.py by Simon Glass · 8 years ago
  30. 059ae52 fdt: Merge fdt_normal with its base class by Simon Glass · 8 years ago
  31. bac25c8 fdt: Drop fdt_fallback library by Simon Glass · 8 years ago
  32. 22a32c7 fdt: Drop use of the legacy libfdt python module by Simon Glass · 8 years ago
  33. 55901ff fdt: Support use of the new python libfdt library by Simon Glass · 8 years ago
  34. acc626d fdt: Rename existing python libfdt module by Simon Glass · 8 years ago
  35. 33ff679 dtoc: Handle nodes with phandles that depend on the same by Simon Glass · 8 years ago
  36. 67d2332 dtoc: Move the output code into its own function by Simon Glass · 8 years ago
  37. 77bb05e dtoc: Decode val if it's a byte string by George McCollister · 8 years ago
  38. f31ca1e dtoc: make ScanTree recurse into subnodes by Philipp Tomsich · 8 years ago
  39. 9a2cdca dm: allow limiting pre-reloc markings to spl or tpl by Heiko Stübner · 8 years ago
  40. b17ab15 dtoc: Replace dot with underscore to avoid compiler errors by Simon Glass · 8 years ago
  41. 493dd31 dtoc: Make integer division python 3.x safe by Paul Burton · 8 years ago
  42. 307f1fa dtoc: Decode strings for struct.unpack on python 3.x by Paul Burton · 8 years ago
  43. 0a95448 dtoc: Use items() to iterate over dictionaries in python 3.x by Paul Burton · 8 years ago
  44. 0c1ee6c dtoc: Add a way for tests to request the fallback library by Simon Glass · 8 years ago
  45. 6d928a7 dtoc: Adjust GetProps() in fdt_normal to use the node path by Simon Glass · 8 years ago
  46. 1a096ce dtoc: Fix bug in GetProp() by Simon Glass · 8 years ago
  47. 4066b31 dtoc: Add methods for reading data from properties by Simon Glass · 8 years ago
  48. 29462c3 dtoc: Correct quotes in fdt_util by Simon Glass · 8 years ago
  49. 54cec6d dtoc: Support finding the offset of a property by Simon Glass · 8 years ago
  50. 32d9827 dtoc: Support packing the device tree by Simon Glass · 8 years ago
  51. c719e42 dtoc: Support deleting device tree properties by Simon Glass · 8 years ago
  52. a930ecc dtoc: Move to using bytearray by Simon Glass · 8 years ago
  53. 14fb292 dtoc: Prepare for supporting changing of device trees by Simon Glass · 8 years ago
  54. c2470f4 dtoc: Drop the convert_dash parameter to GetProps() by Simon Glass · 8 years ago
  55. efc9bf6 dtoc: Allow the device tree to be compiled from source by Simon Glass · 8 years ago
  56. cc346a7 dtoc: Move a few more common functions into fdt.py by Simon Glass · 8 years ago
  57. 248ccd2 dtoc: Move Widen() and GetPhandle() into the base class by Simon Glass · 8 years ago
  58. b1a5e26 dtoc: Move BytesToValue() and GetEmpty() into PropBase by Simon Glass · 8 years ago
  59. 1f941b6 dtoc: Create a base class for Fdt by Simon Glass · 8 years ago
  60. 8be1d28 dtoc: Rename fdt.py to fdt_normal.py by Simon Glass · 8 years ago
  61. b71ef89 dtoc: Move the fdt library selection into fdt_select by Simon Glass · 8 years ago
  62. 8a30514 dtoc: Move the struct import into the correct order by Simon Glass · 8 years ago
  63. 90313a9 dtoc: Correct the type widening code in fdt_fallback by Simon Glass · 8 years ago
  64. afbf9b8 dm: core: Expand platdata for of-platdata devices by Simon Glass · 8 years ago
  65. 6522a55 dtoc: Ignore the u-boot, dm-pre-reloc property by Simon Glass · 8 years ago
  66. a2a6f04 dm: Add a more efficient libfdt library by Simon Glass · 8 years ago
  67. bfad22e dm: Add a tool to generate C code from a device tree by Simon Glass · 8 years ago
  68. fa8974d dm: Add a library to provide simple device-tree access by Simon Glass · 8 years ago