diff options
author | Tom Rini <trini@konsulko.com> | 2022-02-11 15:07:49 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-02-11 15:11:52 -0500 |
commit | 162c22bfbc4141f22937c6bc37aa02fd4621e76c (patch) | |
tree | 11bf6381111a8a5eade9fc5f8a0dc91e5f402b74 /scripts/pylint.base | |
parent | dd1c255cbc6d3bdf3211a7c9d8fd36e7696e39bb (diff) | |
parent | 72b509b7019878e2a5f69bcf7198a0927a77ad60 (diff) | |
download | u-boot-162c22bfbc4141f22937c6bc37aa02fd4621e76c.tar.gz u-boot-162c22bfbc4141f22937c6bc37aa02fd4621e76c.tar.bz2 u-boot-162c22bfbc4141f22937c6bc37aa02fd4621e76c.zip |
Merge tag 'efi-2022-04-rc2-4' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request for efi-2022-04-rc2-4
Documentation:
* mkeficapsule man-page
UEFI changes:
* add support for signing images to mkeficapsule
* add support for user define capsule GUID
* adjust unit tests for capsules
* fix UEFI image signature validation in case of multiple signatures
Diffstat (limited to 'scripts/pylint.base')
-rw-r--r-- | scripts/pylint.base | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/scripts/pylint.base b/scripts/pylint.base index e84ae52cbe..9f199dc712 100644 --- a/scripts/pylint.base +++ b/scripts/pylint.base @@ -9,15 +9,16 @@ test_tests_test_bind.py -2.99 test_tests_test_button.py 3.33 test_tests_test_dfu.py 5.45 test_tests_test_dm.py 9.52 -test_tests_test_efi_capsule_capsule_defs.py 5.00 -test_tests_test_efi_capsule_conftest.py 1.88 -test_tests_test_efi_capsule_test_capsule_firmware.py 3.89 +test_tests_test_efi_capsule_capsule_defs.py 6.67 +test_tests_test_efi_capsule_conftest.py 1.86 +test_tests_test_efi_capsule_test_capsule_firmware.py 4.52 +test_tests_test_efi_capsule_test_capsule_firmware_signed.py 4.85 test_tests_test_efi_fit.py 8.16 test_tests_test_efi_loader.py 7.38 test_tests_test_efi_secboot_conftest.py -3.29 test_tests_test_efi_secboot_defs.py 6.67 test_tests_test_efi_secboot_test_authvar.py 8.93 -test_tests_test_efi_secboot_test_signed.py 8.38 +test_tests_test_efi_secboot_test_signed.py 8.41 test_tests_test_efi_secboot_test_signed_intca.py 8.10 test_tests_test_efi_secboot_test_unsigned.py 8.00 test_tests_test_efi_selftest.py 6.36 |