1. adef03d test: Set the DTC environment variable by Simon Glass · 7 years ago
  2. 2605acf binman: Run code coverage tests by Simon Glass · 7 years ago
  3. 533d8a9 test: Run dtoc tests by Simon Glass · 7 years ago
  4. e67d60c test: Run buildman tests by Simon Glass · 7 years ago
  5. f972736 test: Run patman tests by Simon Glass · 7 years ago
  6. 7465bd2 test: Run binman tests by Simon Glass · 7 years ago
  7. a471b67 dm: core: parse chosen node by Rob Clark · 7 years ago
  8. 01aea29 Merge tag 'xilinx-for-v2018.01-rc2-v2' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 7 years ago
  9. 16abcd9 test/py: Setup variables based on HUSH selection by Stephen Warren · 7 years ago
  10. 0f6cf5b Merge git://git.denx.de/u-boot-dm by Tom Rini · 7 years ago
  11. e23c388 power: extend prefix match to regulator-name property by Felix Brack · 7 years ago
  12. 3f090a2 test: py: Add an option to skip sleep test by Michal Simek · 7 years ago
  13. de7200a test/py: gpt: update size of gpt partition by Patrick Delaunay · 7 years ago
  14. 5f0e0c8 log: test: Add a pytest for logging by Simon Glass · 7 years ago
  15. 14c8a06 log: Add a test command by Simon Glass · 7 years ago
  16. 210e7fb Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 7 years ago
  17. 1edaed0 test: compression: Convert to unit test framework by Simon Glass · 7 years ago
  18. 7186167 test/py: Allow any unit test suite to be found by Simon Glass · 7 years ago
  19. 053f801 test: compression: Put test variables in a struct by Simon Glass · 7 years ago
  20. 17e9903 test: overlay: Use cmd_ut_category() by Simon Glass · 7 years ago
  21. 81cbe1c test: Add a command function for test execution by Simon Glass · 7 years ago
  22. 7161cb5 test/py: check return code of helloworld by Heinrich Schuchardt · 7 years ago
  23. 844b66a test/py: fix typo in test_efi_loader.py by Heinrich Schuchardt · 7 years ago
  24. 1dc0a1b test/py: test reboot by EFI watchdog by Heinrich Schuchardt · 7 years ago
  25. 2c0f815 test: Correct operation when tests pass by Simon Glass · 7 years ago
  26. 93c6205 test/run: Report and return failure by Simon Glass · 7 years ago
  27. b1c556a test/py: add timestamps to log by Stephen Warren · 7 years ago
  28. a3b8f99 test/py: regenerate persistent GPT image if code changes by Stephen Warren · 7 years ago
  29. c901891 test/py: fix typos in README.md by Masahiro Yamada · 7 years ago
  30. 309a6fa cmd: gpt: solve issue for swap and rename command by Patrick Delaunay · 7 years ago
  31. 0ffbb64 test/py: gpt: test start LBA for sub-command rename and swap by Patrick Delaunay · 7 years ago
  32. 5751c05 test/py: gpt: add test for sub-command write by Patrick Delaunay · 7 years ago
  33. c06b784 test/py: gpt: add test for sub-command read and verify by Patrick Delaunay · 7 years ago
  34. e9e3a3e test/py: gpt: copy persistent file by Patrick Delaunay · 7 years ago
  35. e2ecac2 test/py/tests/test_sleep.py: test time approximately by Heinrich Schuchardt · 7 years ago
  36. 056fe32 Merge git://git.denx.de/u-boot-dm by Tom Rini · 7 years ago
  37. 1cb894f Merge git://git.denx.de/u-boot-video by Tom Rini · 7 years ago
  38. 22ae0a7 test: print_ut: Add test for %ls strings by Rob Clark · 7 years ago
  39. 0ac17d8 test/dm: Fix string handling issues in the eth test by Tom Rini · 7 years ago
  40. aaa968b test/overlay: Fix various malloc/free leaks by Tom Rini · 7 years ago
  41. d1c9e80 fs-test: Add test for a filename using '..' to go back to the root by Tuomas Tynkkynen · 7 years ago
  42. e304b02 fs-test: Add FAT16 support by Tuomas Tynkkynen · 7 years ago
  43. 4647397 Merge git://git.denx.de/u-boot-usb by Tom Rini · 7 years ago
  44. b6189f2 test: dm: usb: Update test cases for USB by Bin Meng · 7 years ago
  45. df05b61 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 7 years ago
  46. e0d2aee test/py: fix anchors in HTML status report by Stephen Warren · 7 years ago
  47. 2079db3 test/py: add skip marker for reliance on tools by Stephen Warren · 7 years ago
  48. 0f0eeac test/py: provide more information about test skip reason by Stephen Warren · 7 years ago
  49. c22c7e2 test/py: Document required tools/packages by Stephen Warren · 7 years ago
  50. 09d64b3 video: test: Add ANSI escape sequence tests by Rob Clark · 7 years ago
  51. 985935b video: test: Helper for writing strings by Rob Clark · 7 years ago
  52. d828a05 test/py: add a test calling the EFI selftest by Heinrich Schuchardt · 7 years ago
  53. a33c14a Merge git://git.denx.de/u-boot-fdt by Tom Rini · 7 years ago
  54. 97dcbde test/py: gpt: make use of infra-structure by Stephen Warren · 7 years ago
  55. bec160a test/py: u_boot_console_base.py: fix typo by Heinrich Schuchardt · 7 years ago
  56. ccdc28b test: overlay: Add unit test for stacked overlay by Pantelis Antoniou · 7 years ago
  57. 6865002 ut: fix fdt_getprop_u32() change by Pantelis Antoniou · 7 years ago
  58. cb39296 add pytests for 'gpt rename' and 'gpt swap' by Alison Chaiken · 7 years ago
  59. 1b11fb0 add pytests for 'gpt guid' command in sandbox by Alison Chaiken · 7 years ago
  60. bccb8b6 GPT: create block device for sandbox testing by Alison Chaiken · 7 years ago
  61. 9cc2d14 dm: test: replace dm_scan_dt() by of dm_extended_scan_fdt() in dm_do_test by Patrice Chotard · 7 years ago
  62. 99b324a blk: dm: make blk_create_device() take a number of block instead of a size by Jean-Jacques Hiblot · 7 years ago
  63. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  64. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  65. 7b41d0c test: Move the FIT test into the correct place by Simon Glass · 7 years ago
  66. fe39411 test: Convert the FIT test to test/py by Simon Glass · 7 years ago
  67. 6867ec0 test: Indent test-fit.py to match the next patch by Simon Glass · 7 years ago
  68. 5735c98 test: Fix FIT test to pass again by Simon Glass · 7 years ago
  69. 0294c2f tests: test_dfu.py: Add example udev rule for host_usb_dev_node by Tom Rini · 8 years ago
  70. 17b1107 sandbox: Stop printing platdata at the start of SPL by Simon Glass · 7 years ago
  71. 75ee32f test: Add a test for snprintf() and the banner/version by Simon Glass · 7 years ago
  72. 3ff83bc dm: core: Add uclass_first/next_device_check() by Simon Glass · 8 years ago
  73. 9c433fe dm: core: Test uclass_first/next_device() on probe failure by Simon Glass · 8 years ago
  74. d551b84 tools/tbot: update README by Heiko Schocher · 7 years ago
  75. ac85552 test: bus: Add a check that dev is not NULL by Simon Glass · 7 years ago
  76. 2e8faa2 test: wdt: Add a check that dev is not NULL by Simon Glass · 7 years ago
  77. 680e932 test: pwm: Add a check that dev is not NULL by Simon Glass · 7 years ago
  78. 4f26913 dm: blk: Add a way to obtain a block device from its parent by Simon Glass · 7 years ago
  79. 240a036 test: py: hush: Add echo dependency by Michal Simek · 8 years ago
  80. 0976652 test: py: Use global pytestmark for hush tests by Michal Simek · 8 years ago
  81. d8c9bac dm: phy: Update tests to use ut_asserteq() by Simon Glass · 8 years ago
  82. 70b66e7 dm: test: Disable the fdt_offset test with livetree by Simon Glass · 8 years ago
  83. 9b4057a dm: test: Separate out the bus DT offset test by Simon Glass · 8 years ago
  84. e3c1327 test: Update 'make test' to run more tests by Simon Glass · 8 years ago
  85. 017886b dm: core: Run tests with both livetree and flat tree by Simon Glass · 8 years ago
  86. d0fbcab dm: test: Add support for running tests with livetree by Simon Glass · 8 years ago
  87. be408ee dm: test: Show the test filename when running by Simon Glass · 8 years ago
  88. 3f65b03 dm: test: Move test running code into a separate function by Simon Glass · 8 years ago
  89. 36d08d82 sandbox: Add a way to reset sandbox state for tests by Simon Glass · 8 years ago
  90. f19d9f2 dm: core: Scan the live tree when setting up driver model by Simon Glass · 8 years ago
  91. e4fef74 dm: blk: Improve block device claiming by Simon Glass · 8 years ago
  92. d5d4c10 dm: blk: Allow finding block devices without probing by Simon Glass · 8 years ago
  93. e710ab7 test: py: Add cmd_echo dependency by Michal Simek · 8 years ago
  94. 809c3e6 dm: sandbox: pwm: add test for pwm_set_invert() by Kever Yang · 8 years ago
  95. 7e9db02 dm: test: Add tests for the generic PHY uclass by Jean-Jacques Hiblot · 8 years ago
  96. daea6d4 dm: Simple Watchdog uclass by maxims@google.com · 8 years ago
  97. e62f4be dm: sandbox: pwm: Add a basic pwm test by Simon Glass · 8 years ago
  98. 3bd0c46 dm: led: Add support for blinking LEDs by Simon Glass · 8 years ago
  99. e445dfd dm: led: Support toggling LEDs by Simon Glass · 8 years ago
  100. dc53166 dm: led: Add support for getting the state of an LED by Simon Glass · 8 years ago