1. e8cea0e dtoc: Add a way to read a phandle with params by Simon Glass · 1 year, 11 months ago
  2. d1f12cf dm: core: Support accessing core tags by Simon Glass · 2 years, 7 months ago
  3. e330447 dm: core: Switch the testbus driver to use a new struct by Simon Glass · 2 years, 7 months ago
  4. 2b16007 dtoc: Correct pylint errors by Simon Glass · 2 years, 10 months ago
  5. 8002552 patman: Convert camel case in tools.py by Simon Glass · 2 years, 10 months ago
  6. 3b55e3f dtoc: Add support for reading 64-bit ints by Simon Glass · 3 years ago
  7. 4311832 dtoc: Support widening a bool value by Simon Glass · 3 years, 4 months ago
  8. a7d6698 dtoc: Fix widening an int array to an int by Simon Glass · 3 years, 4 months ago
  9. 9ebd551 dtoc: Check that a parent is not missing by Simon Glass · 3 years, 5 months ago
  10. 705b84b dtoc: Correct dtoc output when testing by Simon Glass · 3 years, 7 months ago
  11. 4415dc1 dtoc: Improve handling of reg properties by Simon Glass · 3 years, 8 months ago
  12. 94ba59e dtoc: Adjust detection of 64-bit properties by Simon Glass · 3 years, 8 months ago
  13. 695077d dtoc: Show driver warnings once at the end by Simon Glass · 3 years, 8 months ago
  14. db2b9ca dtoc: Only generate the required files by Simon Glass · 3 years, 8 months ago
  15. ed5e6ae dtoc: Drop use of DECL() macros by Simon Glass · 3 years, 9 months ago
  16. fea2f25 dtoc: Generate device instances by Simon Glass · 3 years, 10 months ago
  17. c7b4b83 dtoc: Generate uclass devices by Simon Glass · 3 years, 10 months ago
  18. e211908 dtoc: Generate a summary in the dt-plat.c file by Simon Glass · 3 years, 10 months ago
  19. be74900 dtoc: Don't generate platform data with instantiation by Simon Glass · 3 years, 10 months ago
  20. 3fa3bbb dtoc: Add support for decl file by Simon Glass · 3 years, 10 months ago
  21. 3809ad9 dtoc: Add an option for device instantiation by Simon Glass · 3 years, 10 months ago
  22. c14fd0c dtoc: Support processing the root node by Simon Glass · 3 years, 10 months ago
  23. 80d782c4 dtoc: Set up the uclasses that are used by Simon Glass · 3 years, 10 months ago
  24. df56e0b dtoc: Assign a sequence number to each node by Simon Glass · 3 years, 10 months ago
  25. be88d2f dtoc: Read aliases for uclasses by Simon Glass · 3 years, 10 months ago
  26. f303ee7 dtoc: Support tracking the phase of U-Boot by Simon Glass · 3 years, 10 months ago
  27. eb3c249 dtoc: Track nodes which are actually used by Simon Glass · 3 years, 10 months ago
  28. 047a480 dtoc: Process nodes to set up required properties by Simon Glass · 3 years, 10 months ago
  29. 32a8d22 dtoc: Rename sandbox_i2c_test and sandbox_pmic_test by Simon Glass · 3 years, 10 months ago
  30. 4f4b240 dtoc: Move test files into a test/ directory by Simon Glass · 3 years, 10 months ago
  31. 768ff0a dtoc: Save scan information across test runs by Simon Glass · 3 years, 10 months ago
  32. df692c3 dtoc: Move src_scan tests to a separate file by Simon Glass · 4 years ago
  33. 9065bc9 dtoc: Split source-code scanning to a separate file by Simon Glass · 4 years ago
  34. 2500de2 dtoc: Drop dm_populate_phandle_data() by Simon Glass · 4 years ago
  35. 16382ce dtoc: Output nodes in order by Simon Glass · 4 years ago
  36. 4f2059b dtoc: Allow specifying the base directory for tests by Simon Glass · 4 years ago
  37. beddd7a dtoc: Rename dt-platdata.c to dt-plat.c by Simon Glass · 4 years ago
  38. 6b20884 dtoc: Add a header comment to each generated file by Simon Glass · 4 years ago
  39. 1d8364a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · 4 years ago
  40. 4e8e846 dtoc: Add an 'all' command by Simon Glass · 4 years ago
  41. c3a310a8 dtoc: Allow outputing to multiple files by Simon Glass · 4 years ago
  42. 6a65d8a dtoc: Allow providing a directory to write files to by Simon Glass · 4 years ago
  43. 07ee48e dtoc: Test the stdout output by Simon Glass · 4 years ago
  44. 6ca0c7a dtoc: Use None to mean stdout by Simon Glass · 4 years ago
  45. a60cabd dtoc: Tidy up pylint warnings in test by Simon Glass · 4 years ago
  46. b42ed51 dtoc: Convert _drivers to a dict by Simon Glass · 4 years ago
  47. 56a34a4 sandbox: Drop unnecessary test node by Simon Glass · 4 years ago
  48. 39edb95 dm: Rename 'platdata_size' to 'plat_size' by Simon Glass · 4 years ago
  49. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  50. c9a032c fdt: Use an Enum for the data type by Simon Glass · 4 years, 1 month ago
  51. 4c73d7b dm: Don't allow U_BOOT_DEVICE() when of-platdata is used by Simon Glass · 4 years, 2 months ago
  52. 5792f4b dm: Use driver_info index instead of pointer by Simon Glass · 4 years, 2 months ago
  53. 36b15e2 dm: Support parent devices with of-platdata by Simon Glass · 4 years, 2 months ago
  54. 8034e4d dtoc: Fix widening of int to bytes by Simon Glass · 4 years, 2 months ago
  55. 192f813 dtoc: Order the structures internally by name by Simon Glass · 4 years, 2 months ago
  56. e064fc1 dtoc: remove compatible string aliases support by Walter Lozano · 4 years, 4 months ago
  57. 5fe734c dtoc: look for compatible string aliases in driver list by Walter Lozano · 4 years, 4 months ago
  58. d82062b dtoc: add coverage test for unicode error by Walter Lozano · 4 years, 4 months ago
  59. 7f5e226 dtoc: Support ACPI paths in of-platdata by Simon Glass · 4 years, 5 months ago
  60. 5541fc0 dtoc: add test for cd-gpios by Walter Lozano · 4 years, 5 months ago
  61. 179f0b6 dtoc: update dtb_platdata to support cd-gpios by Walter Lozano · 4 years, 5 months ago
  62. dc5b437 dtoc: extend dtoc to use struct driver_info when linking nodes by Walter Lozano · 4 years, 5 months ago
  63. a324e41 dtoc: add option to disable warnings by Walter Lozano · 4 years, 5 months ago
  64. e675d96 dtoc: add support to scan drivers by Walter Lozano · 4 years, 5 months ago
  65. a997ea5 patman: Move to absolute imports by Simon Glass · 4 years, 7 months ago
  66. b38aa01 patman: Drop references to __future__ by Simon Glass · 4 years, 7 months ago
  67. bfb0bb2 test_dtoc: Move to use Python 3 by Simon Glass · 5 years ago
  68. c82de56 dtoc: Sort platdata output from dtoc by Simon Glass · 6 years ago
  69. 61b88e5 dtoc: Adjust code for Python 3 by Simon Glass · 6 years ago
  70. ba940d5 tests: dtoc: adapt tests to changed dtoc output by Simon Goldschmidt · 6 years ago
  71. 0415002 buildman: dtoc: Suppress unwanted output from test by Simon Glass · 6 years ago
  72. 3bce93d dtoc: Avoid unwanted output during tests by Simon Glass · 6 years ago
  73. 961c1ce dtoc: Increase code coverage to 100% by Simon Glass · 6 years ago
  74. 609e2b1 dtoc: Fix properties with a single zero-arg phandle by Simon Glass · 6 years ago
  75. 9c52633 dtoc: Update fdt tests to increase code coverage by Simon Glass · 6 years ago
  76. c47c2b3 dtoc: Update tests to write failures to /tmp by Simon Glass · 6 years ago
  77. 70cd0d7 libfdt: Bring in proposed pylibfdt changes by Simon Glass · 6 years ago
  78. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  79. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  80. eb37e2d dtoc: Fix up tests by Simon Glass · 7 years ago
  81. 3deeb47 dtoc: Support properties containing multiple phandle values by Simon Glass · 7 years ago
  82. fdec580 dtoc: Put phandle args in an array by Simon Glass · 7 years ago
  83. d0cd075 dtoc: Put each phandle on a separate line by Simon Glass · 7 years ago
  84. e94414b dtoc: Rename the phandle struct by Simon Glass · 7 years ago
  85. 90e5f0a dtoc: Handle 'reg' properties with unusual sizes by Simon Glass · 7 years ago
  86. 1b1fe41 dtoc: Add support for 32 or 64-bit addresses by Simon Glass · 7 years ago
  87. 131e0b0 dtoc: Avoid very long lines in output by Simon Glass · 7 years ago
  88. 9d2eb92 dtoc: Add tests by Simon Glass · 7 years ago