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