1. b17ab15 dtoc: Replace dot with underscore to avoid compiler errors by Simon Glass · 8 years ago
  2. 493dd31 dtoc: Make integer division python 3.x safe by Paul Burton · 8 years ago
  3. 307f1fa dtoc: Decode strings for struct.unpack on python 3.x by Paul Burton · 8 years ago
  4. 0a95448 dtoc: Use items() to iterate over dictionaries in python 3.x by Paul Burton · 8 years ago
  5. 0c1ee6c dtoc: Add a way for tests to request the fallback library by Simon Glass · 8 years ago
  6. 6d928a7 dtoc: Adjust GetProps() in fdt_normal to use the node path by Simon Glass · 8 years ago
  7. 1a096ce dtoc: Fix bug in GetProp() by Simon Glass · 8 years ago
  8. 4066b31 dtoc: Add methods for reading data from properties by Simon Glass · 8 years ago
  9. 29462c3 dtoc: Correct quotes in fdt_util by Simon Glass · 8 years ago
  10. 54cec6d dtoc: Support finding the offset of a property by Simon Glass · 8 years ago
  11. 32d9827 dtoc: Support packing the device tree by Simon Glass · 8 years ago
  12. c719e42 dtoc: Support deleting device tree properties by Simon Glass · 8 years ago
  13. a930ecc dtoc: Move to using bytearray by Simon Glass · 8 years ago
  14. 14fb292 dtoc: Prepare for supporting changing of device trees by Simon Glass · 8 years ago
  15. c2470f4 dtoc: Drop the convert_dash parameter to GetProps() by Simon Glass · 8 years ago
  16. efc9bf6 dtoc: Allow the device tree to be compiled from source by Simon Glass · 8 years ago
  17. cc346a7 dtoc: Move a few more common functions into fdt.py by Simon Glass · 8 years ago
  18. 248ccd2 dtoc: Move Widen() and GetPhandle() into the base class by Simon Glass · 8 years ago
  19. b1a5e26 dtoc: Move BytesToValue() and GetEmpty() into PropBase by Simon Glass · 8 years ago
  20. 1f941b6 dtoc: Create a base class for Fdt by Simon Glass · 8 years ago
  21. 8be1d28 dtoc: Rename fdt.py to fdt_normal.py by Simon Glass · 8 years ago
  22. b71ef89 dtoc: Move the fdt library selection into fdt_select by Simon Glass · 8 years ago
  23. 8a30514 dtoc: Move the struct import into the correct order by Simon Glass · 8 years ago
  24. 90313a9 dtoc: Correct the type widening code in fdt_fallback by Simon Glass · 8 years ago
  25. afbf9b8 dm: core: Expand platdata for of-platdata devices by Simon Glass · 8 years ago
  26. 6522a55 dtoc: Ignore the u-boot, dm-pre-reloc property by Simon Glass · 8 years ago
  27. a2a6f04 dm: Add a more efficient libfdt library by Simon Glass · 8 years ago
  28. bfad22e dm: Add a tool to generate C code from a device tree by Simon Glass · 8 years ago
  29. fa8974d dm: Add a library to provide simple device-tree access by Simon Glass · 8 years ago