1. 3647901 test/py: don't use mmc_rd config for other mmc tests by Stephen Warren · 6 years ago
  2. 78b0b9d avb: add support for named persistent values by Igor Opaniuk · 6 years ago
  3. 1c111f9 efi_selftest: do not run FDT test with ACPI table. by Heinrich Schuchardt · 6 years ago
  4. 59264ae test/py: pytest.mark.notbuildconfigspec() by Heinrich Schuchardt · 6 years ago
  5. 9b3fe13 test: py: Extend fpga test with fit image with external data by Michal Simek · 6 years ago
  6. d7e439c test.py: Disable fsck for FAT tests for now by Tom Rini · 6 years ago
  7. 9320e2b test/py: mmc: Add 'mmc read' performance check by Marek Vasut · 6 years ago
  8. d9b1ef3 test/py: mmc: Add 'mmc info' test by Marek Vasut · 6 years ago
  9. faaa690 test/py: mmc: Add 'mmc rescan' test by Marek Vasut · 6 years ago
  10. 6476d85 test/py: mmc: Add 'mmc dev' test by Marek Vasut · 6 years ago
  11. 72bf72d test/py: mmc: Factor out device selection by Marek Vasut · 6 years ago
  12. 8aea8a6 test: fs: Added tests for symlinks by Jean-Jacques Hiblot · 6 years ago
  13. d2fd35c test: fs: Add filesystem integrity checks by Jean-Jacques Hiblot · 6 years ago
  14. 5390ced test: fs: disable the metadata checksums on ext4 filesystems by Jean-Jacques Hiblot · 6 years ago
  15. 00b00a1 efi_loader: correct CTRL-A - CTRL-Z console input by Heinrich Schuchardt · 6 years ago
  16. ea5f17d test: let use gdbserver for all sandbox targets by Igor Opaniuk · 6 years ago
  17. 23287c8 test/py: use default load address for tftp by Heinrich Schuchardt · 6 years ago
  18. 76d42c1 Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  19. e9f4d87 test: Use single quote consistently by Simon Glass · 6 years ago
  20. df60424 dm: Tidy up 'dm tree' output when there are many devices by Simon Glass · 6 years ago
  21. ce25123 spl/tpl: change banner into upper case by Heiko Schocher · 6 years ago
  22. de320b8 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 6 years ago
  23. a28e922 test: vboot: clean its file by Philippe Reynes · 6 years ago
  24. afdbcdb test: vboot: add padding pss for rsa signature by Philippe Reynes · 6 years ago
  25. 48161e1 efi_selftest: check fdt is marked as runtime data by Heinrich Schuchardt · 6 years ago
  26. 3fcb828 test: Add a 'make qcheck' target for quicker testing by Simon Glass · 6 years ago
  27. e14f1a2 spl: Add support for passing handoff info to U-Boot proper by Simon Glass · 6 years ago
  28. f250d47 sandbox: Drop the deprecated 'sb' command by Simon Glass · 6 years ago
  29. b5dfea8 sandbox: Add an option to display of-platdata in SPL by Simon Glass · 6 years ago
  30. 8125f2c test/py: Add a way to pass flags to sandbox by Simon Glass · 6 years ago
  31. dbd3f11 spl: Add a define for SPL_TPL_PROMPT by Simon Glass · 6 years ago
  32. 764cae5 dm: core: Widen the dump tree to show more of the driver's name. by Liviu Dudau · 6 years ago
  33. 0fc8afc test/py: test pinmux command by Patrice Chotard · 6 years ago
  34. 1b69a99 log: Add helpers for common log levels by Simon Glass · 6 years ago
  35. 7057d02 binman: Run tests concurrently by Simon Glass · 6 years ago
  36. b6b3065 test/py: Fix unicode handling for log filtering by Simon Glass · 6 years ago
  37. 404dee1 test_avb: Update pymark.buildconfigspec information for the AVB tests by Jens Wiklander · 6 years ago
  38. bcdd1f2 test/py: test_fs: add docstring comments to helper functions by Akashi Takahiro · 6 years ago
  39. 89101f8 test/py: test_fs: remove fs_type argument from umount_fs() by Akashi Takahiro · 6 years ago
  40. 677b9cc test/py: ignore console read exceptions after test failure by Stephen Warren · 6 years ago
  41. a882c4c efi_selftest: test key notification functions by Heinrich Schuchardt · 6 years ago
  42. 7ecaf97 test/py: test EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL by Heinrich Schuchardt · 6 years ago
  43. d2cab7f test/py: rework test_efi_selftest_text_input() by Heinrich Schuchardt · 6 years ago
  44. 8b2ba08 test/py: Unicode w/ EFI_SIMPLE_TEXT_INPUT_PROTOCOL by Heinrich Schuchardt · 6 years ago
  45. d49e799 test/py: fs: add fstest/unlink test by Akashi, Takahiro · 6 years ago
  46. 1e90c2c test/py: fs: add fstest/mkdir test by AKASHI Takahiro · 6 years ago
  47. dde5d3f test/py: fs: add extended write operation test by AKASHI Takahiro · 6 years ago
  48. 615af9a test/py: convert fs-test.sh to pytest by AKASHI Takahiro · 6 years ago
  49. 40e99c1 test/py: typo occured by Heinrich Schuchardt · 6 years ago
  50. 5e450d4 test/py: test EFI_SIMPLE_TEXT_INPUT_PROTOCOL by Heinrich Schuchardt · 6 years ago
  51. 95ec830 test/py: Extend fpga command to test all fpga load types by Michal Simek · 6 years ago
  52. e83a31b cmd: Add bind/unbind commands to bind a device to a driver from the command line by Jean-Jacques Hiblot · 6 years ago
  53. 6a53b82 test/py: tpm2: switch from 'tpm' to 'tpm2' command by Miquel Raynal · 6 years ago
  54. e74def5 test/py: add test for whitelist of variables while importing environment by Quentin Schulz · 6 years ago
  55. dae1aa8 test/py: remove hacks for non-zero RAM base address in tests by Quentin Schulz · 6 years ago
  56. d9d570d test/py: return a RAM address different from 0 as it can be interpreted as NULL by Quentin Schulz · 6 years ago
  57. e1b75be Merge git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  58. e6a4783 vboot: Add FIT_SIGNATURE_MAX_SIZE protection by Teddy Reed · 6 years ago
  59. 2662c82 test/py: vboot: Remove stderr redirect from openssl command by Paul Burton · 7 years ago
  60. 92f0ac4 test/py: hush_if_test: Use open() in place of file() by Paul Burton · 7 years ago
  61. 4c35e97 test/py: fit: Open files as binary files by Paul Burton · 7 years ago
  62. 5ddc287 test/py: Import 'configparser' lower case to be python 3.x safe by Paul Burton · 7 years ago
  63. d2849ed test/py: Use range() rather than xrange() by Paul Burton · 7 years ago
  64. 00f2d20 test/py: Make print statements python 3.x safe by Paul Burton · 7 years ago
  65. 6c03ea1 test_avb: Add pymark.buildconfigspec information for the AVB tests by Tom Rini · 6 years ago
  66. a284632 test/py: avb2.0: add tests for avb commands by Igor Opaniuk · 6 years ago
  67. 686dc7e tests: Make test_log.py tests depend on cmd_log not log by Tom Rini · 7 years ago
  68. caaf40a test/py: add TPMv2.x test suite by Miquel Raynal · 7 years ago
  69. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  70. 43d2799 efi_selftest: check installation of the device tree by Heinrich Schuchardt · 7 years ago
  71. 776fc0a test/py: add spi_flash tests by Liam Beguin · 7 years ago
  72. d003078 test/py: add generic CRC32 function by Liam Beguin · 7 years ago
  73. 30bbb1e test/py: do not import pytest multiple times by Liam Beguin · 7 years ago
  74. ce3f90e test/py: README: add HOSTNAME to PYTHONPATH by Liam Beguin · 7 years ago
  75. 7fc3558 test/py: README: fix typo by Liam Beguin · 7 years ago
  76. e27a6ae test/py: highlight warnings in the log summary by Stephen Warren · 7 years ago
  77. 83698e3 test/py: add MMC/SD block read test by Stephen Warren · 7 years ago
  78. 32e9b16 log: Add tests for the new log features by Simon Glass · 7 years ago
  79. 44e5763 log: Update log_console to honour the log format by Simon Glass · 7 years ago
  80. c05e791 host-tools: use python2 explicitly for shebang by Masahiro Yamada · 7 years ago
  81. 16abcd9 test/py: Setup variables based on HUSH selection by Stephen Warren · 7 years ago
  82. 3f090a2 test: py: Add an option to skip sleep test by Michal Simek · 7 years ago
  83. de7200a test/py: gpt: update size of gpt partition by Patrick Delaunay · 7 years ago
  84. 5f0e0c8 log: test: Add a pytest for logging by Simon Glass · 7 years ago
  85. 210e7fb Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 7 years ago
  86. 7186167 test/py: Allow any unit test suite to be found by Simon Glass · 7 years ago
  87. 7161cb5 test/py: check return code of helloworld by Heinrich Schuchardt · 7 years ago
  88. 844b66a test/py: fix typo in test_efi_loader.py by Heinrich Schuchardt · 7 years ago
  89. 1dc0a1b test/py: test reboot by EFI watchdog by Heinrich Schuchardt · 7 years ago
  90. b1c556a test/py: add timestamps to log by Stephen Warren · 7 years ago
  91. a3b8f99 test/py: regenerate persistent GPT image if code changes by Stephen Warren · 7 years ago
  92. c901891 test/py: fix typos in README.md by Masahiro Yamada · 7 years ago
  93. 309a6fa cmd: gpt: solve issue for swap and rename command by Patrick Delaunay · 7 years ago
  94. 0ffbb64 test/py: gpt: test start LBA for sub-command rename and swap by Patrick Delaunay · 7 years ago
  95. 5751c05 test/py: gpt: add test for sub-command write by Patrick Delaunay · 7 years ago
  96. c06b784 test/py: gpt: add test for sub-command read and verify by Patrick Delaunay · 7 years ago
  97. e9e3a3e test/py: gpt: copy persistent file by Patrick Delaunay · 7 years ago
  98. e2ecac2 test/py/tests/test_sleep.py: test time approximately by Heinrich Schuchardt · 7 years ago
  99. df05b61 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 7 years ago
  100. e0d2aee test/py: fix anchors in HTML status report by Stephen Warren · 7 years ago