1. 56292b7 binman: Move the main code into a function by Simon Glass · 1 year, 9 months ago
  2. 131444f patman: Move library functions into a library directory by Simon Glass · 1 year, 9 months ago
  3. ca1c588 patman: test_util: Use unittest text runner to print test results by Alper Nebi Yasak · 2 years, 8 months ago
  4. 33978f2 binman: don't import deprecated distutils package by Heinrich Schuchardt · 2 years, 8 months ago
  5. bbdeb21 tools: binman: main.py: add build-sandbox in sys.path by Philippe Reynes · 2 years, 10 months ago
  6. 1b53d90 patman: Convert camel case in test_util.py by Simon Glass · 2 years, 10 months ago
  7. 620c446 binman: Add a command to generate bintool docs by Simon Glass · 2 years, 11 months ago
  8. 162017b binman: Enable bintool tests including cmdline processing by Simon Glass · 2 years, 11 months ago
  9. 6f64b60 binman: Use less hard coded magic when inserting new PATH by Andy Shevchenko · 3 years ago
  10. 12ae347 binman: Do not pollute source tree when build with `make O=...` by Andy Shevchenko · 3 years ago
  11. 2697b7c binman: Add a utility module for ATF FIP by Simon Glass · 3 years ago
  12. 90cd6f0 binman: Correct some import statements by Simon Glass · 4 years, 4 months ago
  13. 220ff5f binman: Move GetEntryModules() to control by Simon Glass · 4 years, 4 months ago
  14. 901ec8f binman: Set a default toolpath by Simon Glass · 4 years, 5 months ago
  15. 5d5930d binman: Specify the toolpath when running test coverage by Simon Glass · 4 years, 5 months ago
  16. 6a5d36e binman: Correct the search patch for pylibfdt by Simon Glass · 4 years, 5 months ago
  17. b5a8a94 binman: Output errors to stderr by Simon Glass · 4 years, 5 months ago
  18. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
  19. 8ed2523 binman: Set a default toolpath by Simon Glass · 4 years, 5 months ago
  20. b70caf7 binman: Specify the toolpath when running test coverage by Simon Glass · 4 years, 5 months ago
  21. 0b75468 binman: Correct the search patch for pylibfdt by Simon Glass · 4 years, 5 months ago
  22. 44c40fd binman: Output errors to stderr by Simon Glass · 4 years, 5 months ago
  23. 4214316 patman: Tidy up sys.path changes by Simon Glass · 4 years, 7 months ago
  24. a997ea5 patman: Move to absolute imports by Simon Glass · 4 years, 7 months ago
  25. c585dd4 binman: Move to absolute imports by Simon Glass · 4 years, 7 months ago
  26. 7330692 patman: Move test running/reporting to test_util by Simon Glass · 4 years, 7 months ago
  27. ebbb543 binman: Rename the main module by Simon Glass · 4 years, 7 months ago[Renamed (97%) from tools/binman/binman.py]
  28. b38aa01 patman: Drop references to __future__ by Simon Glass · 4 years, 7 months ago
  29. 377bca8 binman: Move to use Python 3 by Simon Glass · 5 years ago
  30. f46732a binman: Convert to use ArgumentParser by Simon Glass · 5 years ago
  31. 96a6296 binman: Add a utility library for coreboot CBFS by Simon Glass · 5 years ago
  32. cebfab2 binman: Pass the toolpath to tests by Simon Glass · 5 years ago
  33. 1c420c9 binman: Allow preserving test directories by Simon Glass · 5 years ago
  34. 8a50b4a binman: Allow verbosity control when running tests by Simon Glass · 5 years ago
  35. c9a5455 binman: Drop unnecessary debug handling by Simon Glass · 5 years ago
  36. 40778d7 binman: Ensure that coverage has access to site packages by Simon Glass · 5 years ago
  37. 231976a binman: Detect skipped tests by Simon Glass · 5 years ago
  38. d1ba61c binman: Don't show errors for failed tests by Simon Glass · 6 years ago
  39. 7cca27d binman: Convert print statements to Python 3 by Simon Glass · 6 years ago
  40. 7057d02 binman: Run tests concurrently by Simon Glass · 6 years ago
  41. 5656ca2 binman: Add a default path to libfdt.py by Simon Glass · 6 years ago
  42. 969616c binman: Allow creation of entry documentation by Simon Glass · 6 years ago
  43. 132be85 binman: Move coverage logic into a new test_util file by Simon Glass · 6 years ago
  44. 02e0fc6 binman: Tidy up execution of tests by Simon Glass · 6 years ago
  45. c2a849d binman: Switch to 'python-coverage' by Tom Rini · 6 years ago
  46. 5666f9a binman: Allow a single test to be executed by Simon Glass · 6 years ago
  47. 691198c binman: Avoid setting sys.path globally by Simon Glass · 6 years ago
  48. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  49. 4ca8e04 binman: Support accessing binman tables at run time by Simon Glass · 7 years ago
  50. 075a45c binman: Support enabling debug in tests by Simon Glass · 7 years ago
  51. 24ad365 binman: Add a function to read ELF symbols by Simon Glass · 7 years ago
  52. 9ba021c binman: Return non-zero exit code on test failure by Simon Glass · 7 years ago
  53. 2c3cf45 binman: Check for files missing from test coverage by Simon Glass · 7 years ago
  54. 8f52136 binman: Add tests for importlib availability by Simon Glass · 7 years ago
  55. c303b9a binman: Append to PYTHONPATH when running test coverage by Simon Glass · 7 years ago
  56. 076e63b binman: Rename tests to ftest by Simon Glass · 7 years ago
  57. 47ae539 pylibfdt: move pylibfdt to scripts/dtc/pylibfdt and refactor makefile by Masahiro Yamada · 7 years ago
  58. dde3e71 binman: Put our local modules ahead of system modules by Simon Glass · 7 years ago
  59. 55901ff fdt: Support use of the new python libfdt library by Simon Glass · 8 years ago
  60. cd6d46e tools: binman: change shebang from python into python2 by Jörg Krause · 8 years ago
  61. a5b2007 binman: add tools directory to the python path by Emmanuel Vadot · 8 years ago
  62. a5c90ac tools: binman: Use /usr/bin/env to find python executable by Emmanuel Vadot · 8 years ago
  63. 2574ef6 binman: Introduce binman, a tool for building binary images by Simon Glass · 8 years ago