1. 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
  2. b7e1d65 test/py: fix test_efi_secboot/conftest.py by Heinrich Schuchardt · Tue Apr 21 18:44:39 2020 +0200
  3. bc85617 test: test_fs error message by Heinrich Schuchardt · Mon Apr 20 20:48:40 2020 +0200
  4. 1b4a22f test: pinmux: add pincontrol-gpio for pin configuration by Patrick Delaunay · Mon Jan 13 11:35:15 2020 +0100
  5. 939cbe9 test: dm: update test for pins configuration in pinctrl node by Patrick Delaunay · Mon Jan 13 11:35:12 2020 +0100
  6. bcab983 efi_loader, pytest: add UEFI secure boot tests (image) by AKASHI Takahiro · Tue Apr 14 11:51:51 2020 +0900
  7. 8e71bb5 efi_loader, pytest: add UEFI secure boot tests (authenticated variables) by AKASHI Takahiro · Tue Apr 14 11:51:50 2020 +0900
  8. 58c95c2 efi_loader, pytest: set up secure boot environment by AKASHI Takahiro · Tue Apr 14 11:51:49 2020 +0900
  9. 439f1c6 cmd: Add test and fix bugs for dm drivers by Sean Anderson · Mon Apr 06 10:23:09 2020 -0400
  10. 9be531f test: vboot: Reduce fake kernel size to 500 bytes by Simon Glass · Wed Mar 18 11:44:08 2020 -0600
  11. b4a2f6a test: vboot: Move key creation into a function by Simon Glass · Wed Mar 18 11:44:07 2020 -0600
  12. 861b504 test: vboot: Fix pylint errors by Simon Glass · Wed Mar 18 11:44:05 2020 -0600
  13. 724c03b test: vboot: Tidy up the code a little by Simon Glass · Wed Mar 18 11:44:04 2020 -0600
  14. a0ba39d test: vboot: Parameterise the test by Simon Glass · Wed Mar 18 11:44:00 2020 -0600
  15. c35df8f test: vboot: Add a test for a forged configuration by Simon Glass · Wed Mar 18 11:43:59 2020 -0600
  16. f411a89 test: vboot: Drop unnecessary parameter for fit_check_sign by Simon Glass · Wed Mar 18 11:43:58 2020 -0600
  17. 783151e test/py: test_efi_grub_net() requires OF_CONTROL by Heinrich Schuchardt · Mon Mar 30 20:27:42 2020 +0200
  18. f8ce185 test/py: UEFI helloworld requires OF_CONTROL by Heinrich Schuchardt · Sat Mar 28 10:41:20 2020 +0100
  19. 84803e5 test/py: mmc: Fix 'mmc info' testcase by Harald Seiler · Thu Mar 26 18:07:27 2020 +0100
  20. 1073c23 cmd: gpio: Make `gpio input` return pin value again by Alex Kiernan · Wed Mar 11 08:46:29 2020 +0000
  21. ba41e3e test: efi_selftest: fix pylint warnings by Heinrich Schuchardt · Sat Jan 25 21:58:56 2020 +0100
  22. a944dbb test: test_efi_fit: fix pylint warnings by Heinrich Schuchardt · Sat Jan 25 21:41:29 2020 +0100
  23. 61c72ea test/py: android: Add test for abootimg by Sam Protsenko · Fri Jan 24 17:53:45 2020 +0200
  24. cd43fa1 doc: android: Convert to Sphinx format by Sam Protsenko · Fri Jan 24 17:53:44 2020 +0200
  25. 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
  26. dca1056 test/py: use valid device tree in test_fit.py by Heinrich Schuchardt · Wed Dec 18 11:05:59 2019 +0100
  27. a4eb5f1 test/py: hush_if_test: Add tests to cover octal/hex values by Michal Simek · Thu Oct 10 13:00:38 2019 +0200
  28. 1cdae97 test/py: Create a test for launching UEFI binaries from FIT images by Cristian Ciocaltea · Mon Dec 30 03:34:27 2019 +0200
  29. 0e5f653 test/py: describe env__efi_loader_helloworld_file by Heinrich Schuchardt · Thu Dec 19 13:39:30 2019 +0100
  30. dd8e634 test: Fix the boardspec for the SPL handoff test by Simon Glass · Fri Dec 27 07:46:30 2019 -0700
  31. 66b5b9e test_env: don't strip() printenv results by Stephen Warren · Wed Dec 18 11:37:21 2019 -0700
  32. 4b63f69 test/py: test_fs: add tests for creating/deleting many files by AKASHI Takahiro · Tue Nov 26 17:28:49 2019 +0900
  33. 649bdaf test/py: Use raw strings more to avoid deprecation warnings by Tom Rini · Thu Oct 24 11:59:28 2019 -0400
  34. 784e27d test/py: Update test_fs to decode check_output calls by Tom Rini · Thu Oct 24 11:59:24 2019 -0400
  35. b18abd0 test/py: test_efi_selftest.py: Updates for python 3 support by Tom Rini · Thu Oct 24 11:59:23 2019 -0400
  36. 439ed3e test/py: test_ut.py: Ensure we use bytes by Tom Rini · Thu Oct 24 11:59:22 2019 -0400
  37. 6a99041 test/py: Manual python3 fixes by Tom Rini · Thu Oct 24 11:59:21 2019 -0400
  38. 7f24c19 test/py: Automated conversion to Python 3 by Tom Rini · Thu Oct 24 11:59:20 2019 -0400
  39. 1ba0781 test/py: Split mark to multiple lines by Tom Rini · Thu Oct 24 11:59:18 2019 -0400
  40. 6814897 dm: Tidy up dump output when there are many devices by Patrick Delaunay · Mon Sep 30 10:19:13 2019 +0200
  41. 1d5ef52 pytest: vboot: add a test for required key by Philippe Reynes · Wed Sep 18 16:04:53 2019 +0200
  42. 5b1769c8 test/py: Add cmd_memory dependency back to test_mmc_wr by Michal Simek · Mon Aug 19 11:06:13 2019 +0200
  43. 71a3584 test/py: Fix MMC/SD block write test dependency by Michal Simek · Fri Aug 02 06:48:44 2019 +0200
  44. 89bda31 test/py: avb: Move AVB test to android dir by Sam Protsenko · Tue Jul 02 21:18:02 2019 +0300
  45. 8804002 fit: Do not automatically decompress ramdisk images by Julius Werner · Fri Aug 02 15:52:28 2019 -0700
  46. a35de5a test/py: add MMC/SD block write test by Jean-Jacques Hiblot · Mon Jun 17 17:49:21 2019 +0200
  47. 97b09cd fit: Support compression for non-kernel components (e.g. FDT) by Julius Werner · Wed Jul 24 19:37:55 2019 -0700
  48. ec264b4 test/py: Add base test case for A/B updates by Ruslan Trofymenko · Fri Jul 05 15:37:34 2019 +0300
  49. c37e68f treewide: Fix stale references of Android docs by Eugeniu Rosca · Fri Jul 19 23:26:11 2019 +0200
  50. 13616a9 test/py: gpt: Use long options for sgdisk by Sam Protsenko · Tue Jul 02 21:20:32 2019 +0300
  51. ae84ff1 test: check u-boot properties in SPL device tree by Patrick Delaunay · Tue May 21 19:19:11 2019 +0200
  52. 269c33d test/py: not all boards support UEFI runtime reset by Heinrich Schuchardt · Fri Jul 05 18:16:51 2019 +0200
  53. e2193d6 test/py: error message test_efi_selftest_device_tree by Heinrich Schuchardt · Fri Jul 05 17:43:13 2019 +0200
  54. 3647901 test/py: don't use mmc_rd config for other mmc tests by Stephen Warren · Tue Apr 16 16:04:49 2019 -0600
  55. 78b0b9d avb: add support for named persistent values by Igor Opaniuk · Tue Apr 09 15:38:14 2019 +0200
  56. 1c111f9 efi_selftest: do not run FDT test with ACPI table. by Heinrich Schuchardt · Sat Apr 20 13:33:55 2019 +0200
  57. 9b3fe13 test: py: Extend fpga test with fit image with external data by Michal Simek · Mon Feb 18 13:22:56 2019 +0100
  58. d7e439c test.py: Disable fsck for FAT tests for now by Tom Rini · Tue Apr 09 16:08:52 2019 -0400
  59. 9320e2b test/py: mmc: Add 'mmc read' performance check by Marek Vasut · Wed Mar 13 17:49:29 2019 +0100
  60. d9b1ef3 test/py: mmc: Add 'mmc info' test by Marek Vasut · Wed Mar 13 17:49:28 2019 +0100
  61. faaa690 test/py: mmc: Add 'mmc rescan' test by Marek Vasut · Wed Mar 13 17:49:27 2019 +0100
  62. 6476d85 test/py: mmc: Add 'mmc dev' test by Marek Vasut · Wed Mar 13 17:49:26 2019 +0100
  63. 72bf72d test/py: mmc: Factor out device selection by Marek Vasut · Wed Mar 13 17:49:25 2019 +0100
  64. 8aea8a6 test: fs: Added tests for symlinks by Jean-Jacques Hiblot · Wed Feb 13 12:15:27 2019 +0100
  65. d2fd35c test: fs: Add filesystem integrity checks by Jean-Jacques Hiblot · Wed Feb 13 12:15:23 2019 +0100
  66. 5390ced test: fs: disable the metadata checksums on ext4 filesystems by Jean-Jacques Hiblot · Wed Feb 13 12:15:22 2019 +0100
  67. 00b00a1 efi_loader: correct CTRL-A - CTRL-Z console input by Heinrich Schuchardt · Sat Apr 06 20:59:24 2019 +0200
  68. 23287c8 test/py: use default load address for tftp by Heinrich Schuchardt · Sat Jan 26 15:25:12 2019 +0100
  69. 76d42c1 Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dm by Tom Rini · Tue Jan 15 22:05:34 2019 -0500
  70. e9f4d87 test: Use single quote consistently by Simon Glass · Thu Dec 27 08:11:13 2018 -0700
  71. df60424 dm: Tidy up 'dm tree' output when there are many devices by Simon Glass · Wed Dec 05 18:42:52 2018 -0700
  72. de320b8 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · Mon Dec 03 17:52:40 2018 -0500
  73. a28e922 test: vboot: clean its file by Philippe Reynes · Wed Nov 14 13:51:05 2018 +0100
  74. afdbcdb test: vboot: add padding pss for rsa signature by Philippe Reynes · Wed Nov 14 13:51:04 2018 +0100
  75. 48161e1 efi_selftest: check fdt is marked as runtime data by Heinrich Schuchardt · Sun Nov 18 17:58:54 2018 +0100
  76. 3fcb828 test: Add a 'make qcheck' target for quicker testing by Simon Glass · Sun Nov 18 08:14:29 2018 -0700
  77. e14f1a2 spl: Add support for passing handoff info to U-Boot proper by Simon Glass · Thu Nov 15 18:44:09 2018 -0700
  78. f250d47 sandbox: Drop the deprecated 'sb' command by Simon Glass · Thu Nov 15 18:44:02 2018 -0700
  79. b5dfea8 sandbox: Add an option to display of-platdata in SPL by Simon Glass · Thu Nov 15 18:44:01 2018 -0700
  80. 764cae5 dm: core: Widen the dump tree to show more of the driver's name. by Liviu Dudau · Mon Oct 15 10:03:06 2018 +0100
  81. 0fc8afc test/py: test pinmux command by Patrice Chotard · Wed Oct 24 14:10:23 2018 +0200
  82. 1b69a99 log: Add helpers for common log levels by Simon Glass · Mon Oct 01 11:55:06 2018 -0600
  83. 404dee1 test_avb: Update pymark.buildconfigspec information for the AVB tests by Jens Wiklander · Tue Sep 25 16:40:21 2018 +0200
  84. bcdd1f2 test/py: test_fs: add docstring comments to helper functions by Akashi Takahiro · Thu Sep 27 16:07:23 2018 +0900
  85. 89101f8 test/py: test_fs: remove fs_type argument from umount_fs() by Akashi Takahiro · Thu Sep 27 16:07:22 2018 +0900
  86. a882c4c efi_selftest: test key notification functions by Heinrich Schuchardt · Tue Sep 11 22:38:13 2018 +0200
  87. 7ecaf97 test/py: test EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL by Heinrich Schuchardt · Tue Sep 11 22:38:11 2018 +0200
  88. d2cab7f test/py: rework test_efi_selftest_text_input() by Heinrich Schuchardt · Tue Sep 11 22:38:07 2018 +0200
  89. 8b2ba08 test/py: Unicode w/ EFI_SIMPLE_TEXT_INPUT_PROTOCOL by Heinrich Schuchardt · Tue Sep 11 22:38:03 2018 +0200
  90. d49e799 test/py: fs: add fstest/unlink test by Akashi, Takahiro · Tue Sep 11 16:06:03 2018 +0900
  91. 1e90c2c test/py: fs: add fstest/mkdir test by AKASHI Takahiro · Tue Sep 11 15:59:21 2018 +0900
  92. dde5d3f test/py: fs: add extended write operation test by AKASHI Takahiro · Tue Sep 11 15:59:20 2018 +0900
  93. 615af9a test/py: convert fs-test.sh to pytest by AKASHI Takahiro · Tue Sep 11 15:59:19 2018 +0900
  94. 40e99c1 test/py: typo occured by Heinrich Schuchardt · Thu Sep 06 20:29:50 2018 +0200
  95. 5e450d4 test/py: test EFI_SIMPLE_TEXT_INPUT_PROTOCOL by Heinrich Schuchardt · Thu Sep 06 20:19:31 2018 +0200
  96. 95ec830 test/py: Extend fpga command to test all fpga load types by Michal Simek · Wed May 30 13:42:22 2018 +0200
  97. e83a31b cmd: Add bind/unbind commands to bind a device to a driver from the command line by Jean-Jacques Hiblot · Thu Aug 09 16:17:46 2018 +0200
  98. 6a53b82 test/py: tpm2: switch from 'tpm' to 'tpm2' command by Miquel Raynal · Thu Jul 19 22:35:10 2018 +0200
  99. e74def5 test/py: add test for whitelist of variables while importing environment by Quentin Schulz · Mon Jul 09 19:16:30 2018 +0200
  100. dae1aa8 test/py: remove hacks for non-zero RAM base address in tests by Quentin Schulz · Mon Jul 09 19:16:27 2018 +0200