1. fe6e1f1 test: sandbox: add test for erase command by Patrick Delaunay · 4 years, 4 months ago
  2. 57951c5 test: environment in ext4 by Patrick Delaunay · 4 years, 4 months ago
  3. f718fa3 test: efi_selftest: Do not force serial# setting by Tom Rini · 4 years, 4 months ago
  4. fdf52c7 test: do not rely on => being the prompt by Heinrich Schuchardt · 4 years, 4 months ago
  5. 1ee2648 test/py: add tests for the button commands by Philippe Reynes · 4 years, 4 months ago
  6. dc4d1c5 test: env: add test for env info sub-command by Patrick Delaunay · 4 years, 5 months ago
  7. 798f306 test/py: efi_secboot: fix additional pylint errors by AKASHI Takahiro · 4 years, 4 months ago
  8. ce94086 test/py: efi_secboot: remove unused function by AKASHI Takahiro · 4 years, 4 months ago
  9. bb38a1f efi_loader: use logging for bootefi command by Heinrich Schuchardt · 4 years, 5 months ago
  10. 5ecb53a efi_loader: skip warnings for network configuration by Heinrich Schuchardt · 4 years, 5 months ago
  11. 33424ea test: use virt-make-fs to build image by Heinrich Schuchardt · 4 years, 5 months ago
  12. 0f6e3eb test/py: efi_secboot: add a test for verifying with digest of signed image by AKASHI Takahiro · 4 years, 5 months ago
  13. db20a3e test/py: efi_secboot: add a test for multiple signatures by AKASHI Takahiro · 4 years, 5 months ago
  14. d4ece53 test/py: efi_secboot: add a test against certificate revocation by AKASHI Takahiro · 4 years, 5 months ago
  15. b61fd4b test/py: efi_secboot: split "signed image" test case-1 into two cases by AKASHI Takahiro · 4 years, 5 months ago
  16. be5dbf0 test/py: efi_secboot: more fixes against pylint by AKASHI Takahiro · 4 years, 5 months ago
  17. 719e89d test/py: efi_secboot: apply autopep8 by AKASHI Takahiro · 4 years, 5 months ago
  18. 2901ac6 drivers: rename drivers to match compatible string by Walter Lozano · 4 years, 5 months ago
  19. 2d349c7 log: don't show function by default by Heinrich Schuchardt · 4 years, 6 months ago
  20. 83b73fc test_sleep.py: make sleep time and margin configurable by Heiko Schocher · 4 years, 6 months ago
  21. 09262bb cmd: blkls: Add blkls command by Niel Fourie · 4 years, 8 months ago
  22. 39832fb cmd: dm: Fixed/Added DM driver listing subcommands by Niel Fourie · 4 years, 8 months ago
  23. 9252d70 cmd: fs: Add command to list supported fs types by Niel Fourie · 4 years, 8 months ago
  24. 40102bc cmd: part: Add subcommand to list supported partition tables by Niel Fourie · 4 years, 8 months ago
  25. 446b148 test: correct time stamps for UEFI authentication by Heinrich Schuchardt · 4 years, 5 months ago
  26. bdcdde7 test/py: efi_secboot: fix test case 1g of test_authvar by AKASHI Takahiro · 4 years, 6 months ago
  27. f62b024 test/py: efi_secboot: remove all "re.search" by AKASHI Takahiro · 4 years, 6 months ago
  28. 836bdc8 Revert "test: stabilize test_efi_secboot" by AKASHI Takahiro · 4 years, 6 months ago
  29. 524961a test/py: test_efi_fit: Update #size-cells to 1 by Bin Meng · 4 years, 5 months ago
  30. f78bbf8 test/py: use actual core count for parallel builds by Heinrich Schuchardt · 4 years, 6 months ago
  31. df6c36c test: describe naming conventions for macro UNIT_TEST by Heinrich Schuchardt · 4 years, 7 months ago
  32. fa4207d test: stabilize test_efi_secboot by Heinrich Schuchardt · 4 years, 7 months ago
  33. 2fbd17c test/py: vboot: add a test to check fit signature on fit with padding by Philippe Reynes · 4 years, 7 months ago
  34. b7e1d65 test/py: fix test_efi_secboot/conftest.py by Heinrich Schuchardt · 4 years, 7 months ago
  35. bc85617 test: test_fs error message by Heinrich Schuchardt · 4 years, 7 months ago
  36. 1b4a22f test: pinmux: add pincontrol-gpio for pin configuration by Patrick Delaunay · 4 years, 11 months ago
  37. 939cbe9 test: dm: update test for pins configuration in pinctrl node by Patrick Delaunay · 4 years, 11 months ago
  38. bcab983 efi_loader, pytest: add UEFI secure boot tests (image) by AKASHI Takahiro · 4 years, 8 months ago
  39. 8e71bb5 efi_loader, pytest: add UEFI secure boot tests (authenticated variables) by AKASHI Takahiro · 4 years, 8 months ago
  40. 58c95c2 efi_loader, pytest: set up secure boot environment by AKASHI Takahiro · 4 years, 8 months ago
  41. f282d76 Merge branch 'next' by Tom Rini · 4 years, 8 months ago
  42. 6e09484 test/py: Allow using buildman to build U-Boot by Simon Glass · 4 years, 9 months ago
  43. 7240fa7 test/py: Update u_boot_utils.find_ram_base to bypass the low 2MiB memory by Bin Meng · 4 years, 8 months ago
  44. 439f1c6 cmd: Add test and fix bugs for dm drivers by Sean Anderson · 4 years, 8 months ago
  45. 9be531f test: vboot: Reduce fake kernel size to 500 bytes by Simon Glass · 4 years, 9 months ago
  46. b4a2f6a test: vboot: Move key creation into a function by Simon Glass · 4 years, 9 months ago
  47. 861b504 test: vboot: Fix pylint errors by Simon Glass · 4 years, 9 months ago
  48. 724c03b test: vboot: Tidy up the code a little by Simon Glass · 4 years, 9 months ago
  49. a0ba39d test: vboot: Parameterise the test by Simon Glass · 4 years, 9 months ago
  50. c35df8f test: vboot: Add a test for a forged configuration by Simon Glass · 4 years, 9 months ago
  51. f411a89 test: vboot: Drop unnecessary parameter for fit_check_sign by Simon Glass · 4 years, 9 months ago
  52. 783151e test/py: test_efi_grub_net() requires OF_CONTROL by Heinrich Schuchardt · 4 years, 8 months ago
  53. f8ce185 test/py: UEFI helloworld requires OF_CONTROL by Heinrich Schuchardt · 4 years, 8 months ago
  54. 84803e5 test/py: mmc: Fix 'mmc info' testcase by Harald Seiler · 4 years, 8 months ago
  55. 1073c23 cmd: gpio: Make `gpio input` return pin value again by Alex Kiernan · 4 years, 9 months ago
  56. ba41e3e test: efi_selftest: fix pylint warnings by Heinrich Schuchardt · 4 years, 10 months ago
  57. a944dbb test: test_efi_fit: fix pylint warnings by Heinrich Schuchardt · 4 years, 10 months ago
  58. 61c72ea test/py: android: Add test for abootimg by Sam Protsenko · 4 years, 10 months ago
  59. cd43fa1 doc: android: Convert to Sphinx format by Sam Protsenko · 4 years, 10 months ago
  60. 91366e2 Merge tag 'xilinx-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 4 years, 11 months ago
  61. dca1056 test/py: use valid device tree in test_fit.py by Heinrich Schuchardt · 5 years ago
  62. a4eb5f1 test/py: hush_if_test: Add tests to cover octal/hex values by Michal Simek · 5 years ago
  63. 1cdae97 test/py: Create a test for launching UEFI binaries from FIT images by Cristian Ciocaltea · 5 years ago
  64. 0e5f653 test/py: describe env__efi_loader_helloworld_file by Heinrich Schuchardt · 5 years ago
  65. 6c6c807 test/py: Fix broken 'notbuildconfigspec' marker by Cristian Ciocaltea · 5 years ago
  66. 1a6b0f1 Merge branch 'next' by Tom Rini · 5 years ago
  67. dd8e634 test: Fix the boardspec for the SPL handoff test by Simon Glass · 5 years ago
  68. 66b5b9e test_env: don't strip() printenv results by Stephen Warren · 5 years ago
  69. de8e25b test.py: Make search for autoconf.mk more permissive by Simon Glass · 5 years ago
  70. 4b63f69 test/py: test_fs: add tests for creating/deleting many files by AKASHI Takahiro · 5 years ago
  71. 649bdaf test/py: Use raw strings more to avoid deprecation warnings by Tom Rini · 5 years ago
  72. a39e81b test/py: Update docs, add requirements.txt for pip by Tom Rini · 5 years ago
  73. 741e393 test/py: Rework test.py to be a different kind of wrapper by Tom Rini · 5 years ago
  74. 784e27d test/py: Update test_fs to decode check_output calls by Tom Rini · 5 years ago
  75. b18abd0 test/py: test_efi_selftest.py: Updates for python 3 support by Tom Rini · 5 years ago
  76. 439ed3e test/py: test_ut.py: Ensure we use bytes by Tom Rini · 5 years ago
  77. 6a99041 test/py: Manual python3 fixes by Tom Rini · 5 years ago
  78. 7f24c19 test/py: Automated conversion to Python 3 by Tom Rini · 5 years ago
  79. 9dfdf6e test/py: Fix pytest4 deprecation warnings by Marek Vasut · 5 years ago
  80. 1ba0781 test/py: Split mark to multiple lines by Tom Rini · 5 years ago
  81. 6814897 dm: Tidy up dump output when there are many devices by Patrick Delaunay · 5 years ago
  82. 1d5ef52 pytest: vboot: add a test for required key by Philippe Reynes · 5 years ago
  83. 5b1769c8 test/py: Add cmd_memory dependency back to test_mmc_wr by Michal Simek · 5 years ago
  84. 71a3584 test/py: Fix MMC/SD block write test dependency by Michal Simek · 5 years ago
  85. 89bda31 test/py: avb: Move AVB test to android dir by Sam Protsenko · 5 years ago
  86. 8804002 fit: Do not automatically decompress ramdisk images by Julius Werner · 5 years ago
  87. a35de5a test/py: add MMC/SD block write test by Jean-Jacques Hiblot · 5 years ago
  88. 97b09cd fit: Support compression for non-kernel components (e.g. FDT) by Julius Werner · 5 years ago
  89. ec264b4 test/py: Add base test case for A/B updates by Ruslan Trofymenko · 5 years ago
  90. c37e68f treewide: Fix stale references of Android docs by Eugeniu Rosca · 5 years ago
  91. 13616a9 test/py: gpt: Use long options for sgdisk by Sam Protsenko · 5 years ago
  92. ae84ff1 test: check u-boot properties in SPL device tree by Patrick Delaunay · 6 years ago
  93. 269c33d test/py: not all boards support UEFI runtime reset by Heinrich Schuchardt · 5 years ago
  94. e2193d6 test/py: error message test_efi_selftest_device_tree by Heinrich Schuchardt · 5 years ago
  95. 3647901 test/py: don't use mmc_rd config for other mmc tests by Stephen Warren · 6 years ago
  96. 78b0b9d avb: add support for named persistent values by Igor Opaniuk · 6 years ago
  97. 1c111f9 efi_selftest: do not run FDT test with ACPI table. by Heinrich Schuchardt · 6 years ago
  98. 59264ae test/py: pytest.mark.notbuildconfigspec() by Heinrich Schuchardt · 6 years ago
  99. 9b3fe13 test: py: Extend fpga test with fit image with external data by Michal Simek · 6 years ago
  100. d7e439c test.py: Disable fsck for FAT tests for now by Tom Rini · 6 years ago