1. 34b01c2 test/py: Run simple dm commands without checking by Michal Simek · 2 years, 4 months ago
  2. 2075215 py: tests: Bind should run only on sandbox by Michal Simek · 2 years, 4 months ago
  3. 052e8ca efi: test/py: repair authenticated capsules tests by Vincent Stehlé · 2 years, 4 months ago
  4. 36b661d Merge branch 'next' by Tom Rini · 2 years, 3 months ago
  5. b960d65 requirements: Move to atomicwrites==1.4.1 by Tom Rini · 2 years, 3 months ago
  6. 52686b8 requirements: Move to atomicwrites==1.4.1 by Tom Rini · 2 years, 3 months ago
  7. 8fb9dbd test/py: efi_secboot: add a test for a forged signed image by AKASHI Takahiro · 2 years, 4 months ago
  8. 06d5908 test: fix some pylint errors in test_bind.py by Heinrich Schuchardt · 2 years, 6 months ago
  9. 791de33 test/py: test_stackprotector: Disable for ASAN by Andrew Scull · 2 years, 5 months ago
  10. e05bd68 test: work around for EFI terminal size probing by Heinrich Schuchardt · 2 years, 4 months ago
  11. 8645aef efi: test/py: authenticate fit capsules by Vincent Stehlé · 2 years, 5 months ago
  12. 82b3f4c test/py: efi_capsule: repair image authentication test by Vincent Stehlé · 2 years, 5 months ago
  13. b96de9c test: don't change console timeout in EFI selftest. by Heinrich Schuchardt · 2 years, 5 months ago
  14. b9bf9c5 test: fix pylint warnings in test_efi_selftest.py by Heinrich Schuchardt · 2 years, 6 months ago
  15. 018b993 test: restore timeout after bootmenu unit test by Heinrich Schuchardt · 2 years, 5 months ago
  16. d051a91 test: fix parsing the mksquashfs version number by Heinrich Schuchardt · 2 years, 5 months ago
  17. 9e892ac test/py: test_part: Correct the test case name by Bin Meng · 2 years, 5 months ago
  18. 7eb2e88 test/py: test_fs: Correct the test case name by Bin Meng · 2 years, 5 months ago
  19. 7bb6835 test/py: Reset the console timeout value by Bin Meng · 2 years, 5 months ago
  20. 20cd584 Merge tag 'efi-2022-07-rc3-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 6 months ago
  21. 4b49477 test/py: Add more test cases for rejecting an EFI image by Ilias Apalodimas · 2 years, 6 months ago
  22. b6b6a90 test: py: tests: test_gpt.py: add a simple test for the command gpt repair by Philippe Reynes · 2 years, 6 months ago
  23. ccf24a9 sandbox: Avoid binman error when run without device tree by Simon Glass · 2 years, 6 months ago
  24. ee93f61 test/py: Add a way to start sandbox without a device tree by Simon Glass · 2 years, 6 months ago
  25. c23bb03 menu: always show the menu regardless of the number of entry by Masahisa Kojima · 2 years, 6 months ago
  26. 1979404 test: fix some pylint problems in test_capsule_firmware_raw.py by Heinrich Schuchardt · 2 years, 6 months ago
  27. f2c534d test: unit test for bootmenu by Heinrich Schuchardt · 2 years, 6 months ago
  28. 5f19514 vpl: Test that VPL runs correctly through to U-Boot proper by Simon Glass · 2 years, 6 months ago
  29. 313438c vpl: Support running vpl tests by Simon Glass · 2 years, 6 months ago
  30. fca20a5 bootstd: Add setup for the bootflow tests by Simon Glass · 2 years, 6 months ago
  31. dd2b8c1 cmd: gpio: Add `gpio read` subcommand by Diego Rondini · 2 years, 6 months ago
  32. 2e9c3c6 test: capsule: Modify the capsule tests to use GUID values for sandbox by Sughosh Ganu · 2 years, 6 months ago
  33. 965b989 test/py:Update python tests for ‘gpio’ cmd by Adarsh Babu Kalepalli · 3 years, 5 months ago
  34. 6910dbe env: Allow text-env tests to run with awk by Simon Glass · 2 years, 7 months ago
  35. 01f1ab6 Merge branch 'next' by Tom Rini · 2 years, 7 months ago
  36. 776db4f test: py: vboot: add test for global image signature by Philippe Reynes · 2 years, 7 months ago
  37. 059df56 arch: Kconfig: imply BINMAN for SANDBOX by Philippe Reynes · 2 years, 7 months ago
  38. 86fa918 test: fix pylint warnings in test_efi_bootmgr by Heinrich Schuchardt · 2 years, 7 months ago
  39. edd8f66 test: fix pylint warnings for test_efi_fit.py by Heinrich Schuchardt · 2 years, 7 months ago
  40. 34d2b7f Merge tag 'v2022.04-rc5' into next by Tom Rini · 2 years, 7 months ago
  41. 46490ab test: test UEFI boot manager by Heinrich Schuchardt · 2 years, 8 months ago
  42. 2c30aa3 test/py: Add tests for the erofs by Huang Jianan · 2 years, 8 months ago
  43. 9de3773 event: Add a script to decode the event-spy list by Simon Glass · 2 years, 8 months ago
  44. 9e00777 test: Correct pylint errors by Simon Glass · 2 years, 8 months ago
  45. 3e6f810 efi_loader: test/py: Reset system after capsule update on disk by Masami Hiramatsu · 2 years, 8 months ago
  46. e7233c9 test/py: Handle expected reboot while booting sandbox by Masami Hiramatsu · 2 years, 8 months ago
  47. 06396e2 test/py: Handle expected reset by command by Masami Hiramatsu · 2 years, 8 months ago
  48. 162c22b Merge tag 'efi-2022-04-rc2-4' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 8 months ago
  49. 72b509b test/py: efi_secboot: adjust secure boot tests to code changes by Ilias Apalodimas · 2 years, 8 months ago
  50. e012550 test/py: efi_capsule: check the results in case of CAPSULE_AUTHENTICATE by AKASHI Takahiro · 2 years, 8 months ago
  51. e9b7497 test/py: efi_capsule: add a test for "--guid" option by AKASHI Takahiro · 2 years, 8 months ago
  52. 460c94a test/py: efi_capsule: align with the syntax change of mkeficapsule by AKASHI Takahiro · 2 years, 8 months ago
  53. bad58cb test/py: efi_capsule: add image authentication test by AKASHI Takahiro · 2 years, 8 months ago
  54. 7ace56a test/py: Add test case for mkimage -o argument by Jan Kiszka · 2 years, 9 months ago
  55. 2a4b0d5 rsa: adds rsa3072 algorithm by Jamin Lin · 2 years, 9 months ago
  56. 93ad262 test: fix pylint warnings in test_env.py by Heinrich Schuchardt · 2 years, 11 months ago
  57. 0a4512b test: test_lsblk: Mark as sandbox specific by Patrick Delaunay · 2 years, 11 months ago
  58. 4afab30 Merge tag 'v2022.01-rc4' into next by Tom Rini · 2 years, 10 months ago
  59. 3b7bf8a test: unit test for the EFI_TCG2_PROTOCOL by Heinrich Schuchardt · 3 years ago
  60. 617270b configs: enable CMD_TPM on QEMU ARM by Heinrich Schuchardt · 3 years ago
  61. 2402c93 Merge tag 'v2022.01-rc3' into next by Tom Rini · 2 years, 11 months ago
  62. 452e8c9 test/py: Raise a ValueError if a command fails by Simon Glass · 3 years ago
  63. 689d0a1 test/py: Relax the naming rules for unit tests by Simon Glass · 3 years ago
  64. 15156c9 test/py: Allow passing input to a program by Simon Glass · 3 years ago
  65. 2b5e710 test: fix pylint error in u_boot_console_exec_attach.py by Heinrich Schuchardt · 2 years, 11 months ago
  66. 6e6d37f test: fix pylint error in u_boot_console_sandbox.py by Heinrich Schuchardt · 2 years, 11 months ago
  67. 9aa1a14 test: fix pylint errors in u_boot_utils.py by Heinrich Schuchardt · 2 years, 11 months ago
  68. 67e9b64 test: fix pylint errors in u_boot_spawn.py by Heinrich Schuchardt · 2 years, 11 months ago
  69. 09e4098 test: fix pylint errors in multiplexed_log.py by Heinrich Schuchardt · 2 years, 11 months ago
  70. 1ae35c7 test: address some pylint warnings by Heinrich Schuchardt · 2 years, 11 months ago
  71. 86b9c3e env: Allow U-Boot scripts to be placed in a .env file by Simon Glass · 3 years ago
  72. 35839ed pytest: Show a message when sandbox crashes by Simon Glass · 3 years ago
  73. b04f64a pytest: Shorten traceback length by default by Simon Glass · 3 years ago
  74. 776bf6a Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years ago
  75. 39bd2c8 test/py: Add usb gadget binding test by Patrice Chotard · 3 years, 1 month ago
  76. 17d1fe1 test: Allow tpm2 tests to run in parallel by Simon Glass · 3 years, 1 month ago
  77. ea3164e test: Allow hush tests to run in parallel by Simon Glass · 3 years, 1 month ago
  78. cfb83f3 test: Allow vboot tests to run in parallel by Simon Glass · 3 years, 1 month ago
  79. 01e1e2a test/py: Check hashes produced by mkimage against known values by Alexandru Gagniuc · 3 years, 1 month ago
  80. e908d20 Merge tag 'v2021.10-rc5' into next by Tom Rini · 3 years, 1 month ago
  81. 8870daa test/py: tpm2: Skip tpm pytest based on env variable by T Karthik Reddy · 3 years, 3 months ago
  82. 2a73606 serial: Rename SERIAL_SUPPORT to SERIAL by Simon Glass · 3 years, 2 months ago
  83. 1c6608b sandbox: tpm: Support extending a PCR multiple times by Simon Glass · 3 years, 3 months ago
  84. 89795ef test/py: Improve check for mksquashfs version by Marek Behún · 3 years, 3 months ago
  85. 67778ff test/py: efi_capsule: align with efidebug syntax changes by AKASHI Takahiro · 3 years, 3 months ago
  86. 4c60fd9 cmd: pinmux: update result of do_status by Patrick Delaunay · 3 years, 5 months ago
  87. 9bde9b5 test/py: rewrite sqfsls command test suite by Joao Marcos Costa · 3 years, 4 months ago
  88. 208eb2a test/py: rewrite sqfsload command test suite by Joao Marcos Costa · 3 years, 4 months ago
  89. 04c9813 test/py: rewrite common tools for SquashFS tests by Joao Marcos Costa · 3 years, 4 months ago
  90. 99f5303 test/py: Wait for guestmount worker to exit after running guestunmount by Alper Nebi Yasak · 3 years, 5 months ago
  91. 8f5f5d3 test/py: Use loop mounts if guestmount fails in filesystem tests by Alper Nebi Yasak · 3 years, 5 months ago
  92. b2710fa test: Include /sbin to the PATH when creating file system by Andy Shevchenko · 3 years, 4 months ago
  93. 77bfaad test: Fix filesystem tests always being skipped by Alper Nebi Yasak · 3 years, 5 months ago
  94. 6f243e2 test/py: improve regular expression for ut subtest symbol matcher by Marek Behún · 3 years, 5 months ago
  95. 95300f2 pytest: add sandbox test for "extension" command by Kory Maincent · 3 years, 6 months ago
  96. 5f0d23c tests: patman: Add requests to the module list by Tom Rini · 3 years, 8 months ago
  97. e133343 test/py: Bump py to 1.10.0 for CVE-2020-29651 by Tom Rini · 3 years, 6 months ago
  98. ce62b0f test/py: Fix efidebug related tests by Ilias Apalodimas · 3 years, 6 months ago
  99. 4e9bce1 Add support for stack-protector by Joel Peshkin · 3 years, 6 months ago
  100. 7801526 test/py: ecdsa: Use mkimage keyfile instead of keydir argument by Alexandru Gagniuc · 3 years, 8 months ago