1. a6bfd71 cmd/button: return button status by Heinrich Schuchardt · 4 years, 2 months ago
  2. 39916bb test: sharpen button label unit test by Heinrich Schuchardt · 4 years, 2 months ago
  3. 26f555a test: Add PStore command tests by Frédéric Danis · 4 years, 8 months ago
  4. feaeee8 test: vboot: add tests for multiple required keys by Thirupathaiah Annapureddy · 4 years, 3 months ago
  5. 3d03ab6 log: Add a way to enable/disable a log device by Simon Glass · 4 years, 2 months ago
  6. 7f0f180 test: pinmux: Add test for pin muxing by Sean Anderson · 4 years, 2 months ago
  7. 8a34d3d test/py: allow multi-digit index in in_tree() by Pratyush Yadav · 4 years, 2 months ago
  8. 185440f test: do no assume hush parser in validate_empty() by Heinrich Schuchardt · 4 years, 3 months ago WIP/2020-09-12-assorted-bugfixes
  9. 8ee3a24 Merge branch '2020-08-24-misc-improvements' by Tom Rini · 4 years, 3 months ago
  10. 91f6c1c test/py: Add tests for LZO and ZSTD by Joao Marcos Costa · 4 years, 3 months ago
  11. 2b3fbcb efi_loader: use ':' as separator for setenv -i by Heinrich Schuchardt · 4 years, 3 months ago
  12. e37d4c4 test/py: Update test_bind by Patrice Chotard · 4 years, 4 months ago
  13. 1f0d588 sandbox: dts: Add compatible string for bind-test node by Patrice Chotard · 4 years, 4 months ago
  14. 0274e50 test/py: efi_secboot: modify 'multiple signatures' test case by AKASHI Takahiro · 4 years, 3 months ago
  15. e1174c5 test/py: efi_secboot: add test for intermediate certificates by AKASHI Takahiro · 4 years, 4 months ago
  16. 57be8cd test/py: efi_secboot: small rework for adding a new test by AKASHI Takahiro · 4 years, 4 months ago
  17. 74795f1 test/py: fix SquashFS tests by Joao Marcos Costa · 4 years, 4 months ago
  18. 38ee01e test/py: serial# cannot be overwritten on some devices by Heinrich Schuchardt · 4 years, 4 months ago
  19. acb021e test: py: test_shell_run() with CONFIG_HUSH_PARSER=n by Heinrich Schuchardt · 4 years, 4 months ago
  20. cc88625 tests: support mkfs.ext4 without metadata_csum by Stephen Warren · 4 years, 4 months ago
  21. f428e33 test/py: Add tests for the SquashFS commands by Joao Marcos Costa · 4 years, 4 months ago
  22. ef5cc2e test: sandbox: add test for erase command by Patrick Delaunay · 4 years, 4 months ago
  23. ad04576 test: environment in ext4 by Patrick Delaunay · 4 years, 4 months ago
  24. 8a5cdf6 test: efi_selftest: Do not force serial# setting by Tom Rini · 4 years, 4 months ago
  25. 87438b5 test: do not rely on => being the prompt by Heinrich Schuchardt · 4 years, 4 months ago
  26. a6c6f0f test/py: add tests for the button commands by Philippe Reynes · 4 years, 4 months ago
  27. acbf93b test: env: add test for env info sub-command by Patrick Delaunay · 4 years, 5 months ago
  28. a58dfd2 test/py: efi_secboot: fix additional pylint errors by AKASHI Takahiro · 4 years, 4 months ago
  29. d09745b test/py: efi_secboot: remove unused function by AKASHI Takahiro · 4 years, 4 months ago
  30. c001837 efi_loader: use logging for bootefi command by Heinrich Schuchardt · 4 years, 4 months ago
  31. f49ca85 efi_loader: skip warnings for network configuration by Heinrich Schuchardt · 4 years, 5 months ago
  32. 53ce9a6 test: use virt-make-fs to build image by Heinrich Schuchardt · 4 years, 5 months ago
  33. 7fdc02b test/py: efi_secboot: add a test for verifying with digest of signed image by AKASHI Takahiro · 4 years, 5 months ago
  34. 0c7772d test/py: efi_secboot: add a test for multiple signatures by AKASHI Takahiro · 4 years, 5 months ago
  35. c6361e7 test/py: efi_secboot: add a test against certificate revocation by AKASHI Takahiro · 4 years, 5 months ago
  36. 48ead60 test/py: efi_secboot: split "signed image" test case-1 into two cases by AKASHI Takahiro · 4 years, 5 months ago
  37. d863b30 test/py: efi_secboot: more fixes against pylint by AKASHI Takahiro · 4 years, 5 months ago
  38. 91d2b62 test/py: efi_secboot: apply autopep8 by AKASHI Takahiro · 4 years, 5 months ago
  39. e3e2470 drivers: rename drivers to match compatible string by Walter Lozano · 4 years, 5 months ago
  40. 3c21d77 log: don't show function by default by Heinrich Schuchardt · 4 years, 5 months ago
  41. fa91467 test_sleep.py: make sleep time and margin configurable by Heiko Schocher · 4 years, 6 months ago
  42. e369790 cmd: blkls: Add blkls command by Niel Fourie · 4 years, 8 months ago
  43. 2e48836 cmd: dm: Fixed/Added DM driver listing subcommands by Niel Fourie · 4 years, 8 months ago
  44. 2280fa5 cmd: fs: Add command to list supported fs types by Niel Fourie · 4 years, 8 months ago
  45. 0ffdfbd cmd: part: Add subcommand to list supported partition tables by Niel Fourie · 4 years, 8 months ago
  46. bc246c6 test: correct time stamps for UEFI authentication by Heinrich Schuchardt · 4 years, 5 months ago
  47. 4edd9cc test/py: efi_secboot: fix test case 1g of test_authvar by AKASHI Takahiro · 4 years, 6 months ago
  48. bed118f test/py: efi_secboot: remove all "re.search" by AKASHI Takahiro · 4 years, 6 months ago
  49. dc2b473 Revert "test: stabilize test_efi_secboot" by AKASHI Takahiro · 4 years, 6 months ago
  50. b7cae57 test/py: test_efi_fit: Update #size-cells to 1 by Bin Meng · 4 years, 5 months ago
  51. d0ba026 test: describe naming conventions for macro UNIT_TEST by Heinrich Schuchardt · 4 years, 7 months ago
  52. 5827c25 test: stabilize test_efi_secboot by Heinrich Schuchardt · 4 years, 7 months ago
  53. eb7690e test/py: vboot: add a test to check fit signature on fit with padding by Philippe Reynes · 4 years, 7 months ago
  54. b32ac16 test/py: fix test_efi_secboot/conftest.py by Heinrich Schuchardt · 4 years, 7 months ago
  55. d497821 test: test_fs error message by Heinrich Schuchardt · 4 years, 7 months ago
  56. e5301ba test: pinmux: add pincontrol-gpio for pin configuration by Patrick Delaunay · 4 years, 11 months ago
  57. d15c05b test: dm: update test for pins configuration in pinctrl node by Patrick Delaunay · 4 years, 11 months ago
  58. 7254ebe efi_loader, pytest: add UEFI secure boot tests (image) by AKASHI Takahiro · 4 years, 8 months ago
  59. a9d5666 efi_loader, pytest: add UEFI secure boot tests (authenticated variables) by AKASHI Takahiro · 4 years, 8 months ago
  60. fe6ca4d efi_loader, pytest: set up secure boot environment by AKASHI Takahiro · 4 years, 8 months ago
  61. 97c7ac2 cmd: Add test and fix bugs for dm drivers by Sean Anderson · 4 years, 8 months ago
  62. 0e29648 test: vboot: Reduce fake kernel size to 500 bytes by Simon Glass · 4 years, 8 months ago
  63. da76ed2 test: vboot: Move key creation into a function by Simon Glass · 4 years, 8 months ago
  64. b008677 test: vboot: Fix pylint errors by Simon Glass · 4 years, 8 months ago
  65. 3156ee3 test: vboot: Tidy up the code a little by Simon Glass · 4 years, 8 months ago
  66. 1b09003 test: vboot: Parameterise the test by Simon Glass · 4 years, 8 months ago
  67. c021971 test: vboot: Add a test for a forged configuration by Simon Glass · 4 years, 8 months ago
  68. 477f559 test: vboot: Drop unnecessary parameter for fit_check_sign by Simon Glass · 4 years, 8 months ago
  69. 6735755 test/py: test_efi_grub_net() requires OF_CONTROL by Heinrich Schuchardt · 4 years, 8 months ago
  70. 5721df3 test/py: UEFI helloworld requires OF_CONTROL by Heinrich Schuchardt · 4 years, 8 months ago
  71. 6748a1f test/py: mmc: Fix 'mmc info' testcase by Harald Seiler · 4 years, 8 months ago
  72. 4af2a33 cmd: gpio: Make `gpio input` return pin value again by Alex Kiernan · 4 years, 9 months ago
  73. db3b181 Merge tag 'efi-2020-04-rc4-3' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 9 months ago WIP/12Mar2020