1. 952a61a binman: Move the main code into a function by Simon Glass · 1 year, 7 months ago
  2. 4583c00 patman: Move library functions into a library directory by Simon Glass · 1 year, 7 months ago
  3. d8318fe patman: test_util: Use unittest text runner to print test results by Alper Nebi Yasak · 2 years, 6 months ago
  4. dd2e8ed binman: don't import deprecated distutils package by Heinrich Schuchardt · 2 years, 6 months ago
  5. 7aa288e tools: binman: main.py: add build-sandbox in sys.path by Philippe Reynes · 2 years, 8 months ago
  6. 5e2ab40 patman: Convert camel case in test_util.py by Simon Glass · 2 years, 8 months ago
  7. bc57064 binman: Add a command to generate bintool docs by Simon Glass · 2 years, 9 months ago
  8. 56ee85e binman: Enable bintool tests including cmdline processing by Simon Glass · 2 years, 9 months ago
  9. 33f27f4 binman: Use less hard coded magic when inserting new PATH by Andy Shevchenko · 2 years, 10 months ago
  10. 022f6b0 binman: Do not pollute source tree when build with `make O=...` by Andy Shevchenko · 2 years, 10 months ago
  11. ed16b12 binman: Add a utility module for ATF FIP by Simon Glass · 2 years, 10 months ago
  12. 0723798 binman: Correct some import statements by Simon Glass · 4 years, 2 months ago
  13. 87d4332 binman: Move GetEntryModules() to control by Simon Glass · 4 years, 2 months ago
  14. b5287c4 binman: Set a default toolpath by Simon Glass · 4 years, 3 months ago
  15. 32eb66d binman: Specify the toolpath when running test coverage by Simon Glass · 4 years, 3 months ago
  16. fdb3040 binman: Correct the search patch for pylibfdt by Simon Glass · 4 years, 3 months ago
  17. 6c8e0bf binman: Output errors to stderr by Simon Glass · 4 years, 3 months ago
  18. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 2 months ago
  19. ce774e9 binman: Set a default toolpath by Simon Glass · 4 years, 3 months ago
  20. 92dee5f binman: Specify the toolpath when running test coverage by Simon Glass · 4 years, 3 months ago
  21. 5d8b338 binman: Correct the search patch for pylibfdt by Simon Glass · 4 years, 3 months ago
  22. de43855 binman: Output errors to stderr by Simon Glass · 4 years, 3 months ago
  23. b4fa949 patman: Tidy up sys.path changes by Simon Glass · 4 years, 5 months ago
  24. bf77667 patman: Move to absolute imports by Simon Glass · 4 years, 5 months ago
  25. 1628793 binman: Move to absolute imports by Simon Glass · 4 years, 5 months ago
  26. ce0dc2e patman: Move test running/reporting to test_util by Simon Glass · 4 years, 5 months ago
  27. c07ab6e binman: Rename the main module by Simon Glass · 4 years, 5 months ago[Renamed (97%) from tools/binman/binman.py]
  28. 83a4518 patman: Drop references to __future__ by Simon Glass · 4 years, 5 months ago
  29. 3885601 binman: Move to use Python 3 by Simon Glass · 5 years ago
  30. 53cd5d9 binman: Convert to use ArgumentParser by Simon Glass · 5 years ago
  31. 4997a7e binman: Add a utility library for coreboot CBFS by Simon Glass · 5 years ago
  32. 8acce60 binman: Pass the toolpath to tests by Simon Glass · 5 years ago
  33. d5164a7 binman: Allow preserving test directories by Simon Glass · 5 years ago
  34. ee0c9a7 binman: Allow verbosity control when running tests by Simon Glass · 5 years ago
  35. 9382bb8 binman: Drop unnecessary debug handling by Simon Glass · 5 years ago
  36. 86679ce binman: Ensure that coverage has access to site packages by Simon Glass · 5 years ago
  37. 45cb9d8 binman: Detect skipped tests by Simon Glass · 5 years ago
  38. 35343dc binman: Don't show errors for failed tests by Simon Glass · 5 years ago
  39. 2ca8468 binman: Convert print statements to Python 3 by Simon Glass · 5 years ago
  40. 11ae93e binman: Run tests concurrently by Simon Glass · 6 years ago
  41. ed59e00 binman: Add a default path to libfdt.py by Simon Glass · 6 years ago
  42. fd8d1f7 binman: Allow creation of entry documentation by Simon Glass · 6 years ago
  43. ff1fd6c binman: Move coverage logic into a new test_util file by Simon Glass · 6 years ago
  44. 2cd0128 binman: Tidy up execution of tests by Simon Glass · 6 years ago
  45. 16d836c binman: Switch to 'python-coverage' by Tom Rini · 6 years ago
  46. 084059a binman: Allow a single test to be executed by Simon Glass · 6 years ago
  47. badf0ec binman: Avoid setting sys.path globally by Simon Glass · 6 years ago
  48. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  49. 1979063 binman: Support accessing binman tables at run time by Simon Glass · 7 years ago
  50. 7fe9173 binman: Support enabling debug in tests by Simon Glass · 7 years ago
  51. b50e561 binman: Add a function to read ELF symbols by Simon Glass · 7 years ago
  52. 9677faa binman: Return non-zero exit code on test failure by Simon Glass · 7 years ago
  53. a25ebed binman: Check for files missing from test coverage by Simon Glass · 7 years ago
  54. 934cdcf binman: Add tests for importlib availability by Simon Glass · 7 years ago
  55. 5a3f222 binman: Append to PYTHONPATH when running test coverage by Simon Glass · 7 years ago
  56. 680e331 binman: Rename tests to ftest by Simon Glass · 7 years ago
  57. 15b97f5 pylibfdt: move pylibfdt to scripts/dtc/pylibfdt and refactor makefile by Masahiro Yamada · 7 years ago
  58. 7feccfd binman: Put our local modules ahead of system modules by Simon Glass · 7 years ago
  59. b436020 fdt: Support use of the new python libfdt library by Simon Glass · 7 years ago
  60. 66a7a24 tools: binman: change shebang from python into python2 by Jörg Krause · 8 years ago
  61. 80d2ae5 binman: add tools directory to the python path by Emmanuel Vadot · 8 years ago
  62. 6d799d0 tools: binman: Use /usr/bin/env to find python executable by Emmanuel Vadot · 8 years ago
  63. bf7fd50 binman: Introduce binman, a tool for building binary images by Simon Glass · 8 years ago