1. 90d75d2 Merge tag 'xilinx-for-v2018.01-rc2-v2' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 7 years ago
  2. 3e229a8 test/py: Setup variables based on HUSH selection by Stephen Warren · 7 years ago
  3. 15616a0 Merge git://git.denx.de/u-boot-dm by Tom Rini · 7 years ago
  4. bf802f5 power: extend prefix match to regulator-name property by Felix Brack · 7 years ago
  5. 040f5f1 test: py: Add an option to skip sleep test by Michal Simek · 7 years ago
  6. f031464 test/py: gpt: update size of gpt partition by Patrick Delaunay · 7 years ago
  7. 20faa27 log: test: Add a pytest for logging by Simon Glass · 7 years ago
  8. ef11ed8 log: Add a test command by Simon Glass · 7 years ago
  9. 9188c43 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 7 years ago
  10. 0aac10f test: compression: Convert to unit test framework by Simon Glass · 7 years ago
  11. 1f0fe88 test/py: Allow any unit test suite to be found by Simon Glass · 7 years ago
  12. 49f22c3 test: compression: Put test variables in a struct by Simon Glass · 7 years ago
  13. e93232e test: overlay: Use cmd_ut_category() by Simon Glass · 7 years ago
  14. 4d869c1 test: Add a command function for test execution by Simon Glass · 7 years ago
  15. 45055aa test/py: check return code of helloworld by Heinrich Schuchardt · 7 years ago
  16. 83dee94 test/py: fix typo in test_efi_loader.py by Heinrich Schuchardt · 7 years ago
  17. df172e1 test/py: test reboot by EFI watchdog by Heinrich Schuchardt · 7 years ago
  18. 73a01d9 test: Correct operation when tests pass by Simon Glass · 7 years ago
  19. 2f52018 test/run: Report and return failure by Simon Glass · 7 years ago
  20. 9679d33 test/py: add timestamps to log by Stephen Warren · 7 years ago
  21. ac122ef test/py: regenerate persistent GPT image if code changes by Stephen Warren · 7 years ago
  22. 3aca4a4 test/py: fix typos in README.md by Masahiro Yamada · 7 years ago
  23. 3a2605f cmd: gpt: solve issue for swap and rename command by Patrick Delaunay · 7 years ago
  24. 0cf02ff test/py: gpt: test start LBA for sub-command rename and swap by Patrick Delaunay · 7 years ago
  25. b61a3b5 test/py: gpt: add test for sub-command write by Patrick Delaunay · 7 years ago
  26. 30ef7cb test/py: gpt: add test for sub-command read and verify by Patrick Delaunay · 7 years ago
  27. da4c4bb test/py: gpt: copy persistent file by Patrick Delaunay · 7 years ago
  28. 6c7c3dc test/py/tests/test_sleep.py: test time approximately by Heinrich Schuchardt · 7 years ago
  29. ebdd652 Merge git://git.denx.de/u-boot-dm by Tom Rini · 7 years ago
  30. 74d90d1 Merge git://git.denx.de/u-boot-video by Tom Rini · 7 years ago
  31. 085391b test: print_ut: Add test for %ls strings by Rob Clark · 7 years ago
  32. e2e6dae test/dm: Fix string handling issues in the eth test by Tom Rini · 7 years ago
  33. d91062c test/overlay: Fix various malloc/free leaks by Tom Rini · 7 years ago
  34. 7c890f1 fs-test: Add test for a filename using '..' to go back to the root by Tuomas Tynkkynen · 7 years ago
  35. edce588 fs-test: Add FAT16 support by Tuomas Tynkkynen · 7 years ago
  36. 4d1c166 Merge git://git.denx.de/u-boot-usb by Tom Rini · 7 years ago
  37. f4d4f7d test: dm: usb: Update test cases for USB by Bin Meng · 7 years ago
  38. 958046f Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 7 years ago
  39. 117eeb7 test/py: fix anchors in HTML status report by Stephen Warren · 7 years ago
  40. 2d26bf6 test/py: add skip marker for reliance on tools by Stephen Warren · 7 years ago
  41. d517044 test/py: provide more information about test skip reason by Stephen Warren · 7 years ago
  42. af3fae0 test/py: Document required tools/packages by Stephen Warren · 7 years ago
  43. 40186ee video: test: Add ANSI escape sequence tests by Rob Clark · 7 years ago
  44. a7495ac video: test: Helper for writing strings by Rob Clark · 7 years ago
  45. 38b1b79 test/py: add a test calling the EFI selftest by Heinrich Schuchardt · 7 years ago
  46. 08cebee Merge git://git.denx.de/u-boot-fdt by Tom Rini · 7 years ago
  47. 110ba62 test/py: gpt: make use of infra-structure by Stephen Warren · 7 years ago
  48. cd3e8a7 test/py: u_boot_console_base.py: fix typo by Heinrich Schuchardt · 7 years ago
  49. ea28e48 test: overlay: Add unit test for stacked overlay by Pantelis Antoniou · 7 years ago
  50. 706708d ut: fix fdt_getprop_u32() change by Pantelis Antoniou · 7 years ago
  51. c577218 add pytests for 'gpt rename' and 'gpt swap' by Alison Chaiken · 7 years ago
  52. a2f4225 add pytests for 'gpt guid' command in sandbox by Alison Chaiken · 7 years ago
  53. bf6d76b GPT: create block device for sandbox testing by Alison Chaiken · 7 years ago
  54. ee87a09 dm: test: replace dm_scan_dt() by of dm_extended_scan_fdt() in dm_do_test by Patrice Chotard · 7 years ago
  55. 5fe7702 blk: dm: make blk_create_device() take a number of block instead of a size by Jean-Jacques Hiblot · 7 years ago
  56. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  57. 382bee5 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  58. 3a37aee test: Move the FIT test into the correct place by Simon Glass · 7 years ago
  59. 77b4267 test: Convert the FIT test to test/py by Simon Glass · 7 years ago
  60. bde6712 test: Indent test-fit.py to match the next patch by Simon Glass · 7 years ago
  61. 010ad8c test: Fix FIT test to pass again by Simon Glass · 7 years ago
  62. 845e10d tests: test_dfu.py: Add example udev rule for host_usb_dev_node by Tom Rini · 8 years ago
  63. 2028cc5 sandbox: Stop printing platdata at the start of SPL by Simon Glass · 7 years ago
  64. e5a9d27 test: Add a test for snprintf() and the banner/version by Simon Glass · 7 years ago
  65. 95ce385 dm: core: Add uclass_first/next_device_check() by Simon Glass · 7 years ago
  66. 9856157 dm: core: Test uclass_first/next_device() on probe failure by Simon Glass · 7 years ago
  67. 630dfed tools/tbot: update README by Heiko Schocher · 7 years ago
  68. 4f414d3 test: bus: Add a check that dev is not NULL by Simon Glass · 7 years ago
  69. 9eace7f test: wdt: Add a check that dev is not NULL by Simon Glass · 7 years ago
  70. 1a596c4 test: pwm: Add a check that dev is not NULL by Simon Glass · 7 years ago
  71. 9f103b9 dm: blk: Add a way to obtain a block device from its parent by Simon Glass · 7 years ago
  72. 5bdb317 test: py: hush: Add echo dependency by Michal Simek · 7 years ago
  73. a5b5481 test: py: Use global pytestmark for hush tests by Michal Simek · 7 years ago
  74. ac206a0 dm: phy: Update tests to use ut_asserteq() by Simon Glass · 7 years ago
  75. 86b54ec dm: test: Disable the fdt_offset test with livetree by Simon Glass · 7 years ago
  76. 298afb5 dm: test: Separate out the bus DT offset test by Simon Glass · 7 years ago
  77. 029ab15 test: Update 'make test' to run more tests by Simon Glass · 7 years ago
  78. 6fb2f57 dm: core: Run tests with both livetree and flat tree by Simon Glass · 7 years ago
  79. c166c47 dm: test: Add support for running tests with livetree by Simon Glass · 7 years ago
  80. 801587b dm: test: Show the test filename when running by Simon Glass · 7 years ago
  81. f86db10 dm: test: Move test running code into a separate function by Simon Glass · 7 years ago
  82. 34b744b sandbox: Add a way to reset sandbox state for tests by Simon Glass · 7 years ago
  83. 19c8205 dm: core: Scan the live tree when setting up driver model by Simon Glass · 7 years ago
  84. e48eeb9 dm: blk: Improve block device claiming by Simon Glass · 7 years ago
  85. 6139281 dm: blk: Allow finding block devices without probing by Simon Glass · 7 years ago
  86. 6b83c38 test: py: Add cmd_echo dependency by Michal Simek · 7 years ago
  87. 5540e25 dm: sandbox: pwm: add test for pwm_set_invert() by Kever Yang · 7 years ago
  88. 86322f5 dm: test: Add tests for the generic PHY uclass by Jean-Jacques Hiblot · 7 years ago
  89. 0753bc2 dm: Simple Watchdog uclass by maxims@google.com · 7 years ago
  90. 43b4156 dm: sandbox: pwm: Add a basic pwm test by Simon Glass · 7 years ago
  91. 53378da dm: led: Add support for blinking LEDs by Simon Glass · 7 years ago
  92. 9413ad4 dm: led: Support toggling LEDs by Simon Glass · 7 years ago
  93. 8f4b612 dm: led: Add support for getting the state of an LED by Simon Glass · 7 years ago
  94. ddae9fc dm: led: Adjust the LED uclass by Simon Glass · 7 years ago
  95. 24f927c dm: test: Add test for device removal by Stefan Roese · 7 years ago
  96. 706865a dm: core: Add flags parameter to device_remove() by Stefan Roese · 8 years ago
  97. b28c5fc test-fit.py: Minor grammar/spelling/clarification tweaks by Robert P. J. Day · 8 years ago
  98. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  99. 0e4e38a travis: Add efi_loader grub2 test by Alexander Graf · 8 years ago
  100. 95b62b2 efi_loader: Allow to compile helloworld.efi w/o bundling it by Alexander Graf · 8 years ago