diff options
Diffstat (limited to 'roms/u-boot/test/py/tests/test_efi_secboot/defs.py')
-rw-r--r-- | roms/u-boot/test/py/tests/test_efi_secboot/defs.py | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/roms/u-boot/test/py/tests/test_efi_secboot/defs.py b/roms/u-boot/test/py/tests/test_efi_secboot/defs.py new file mode 100644 index 000000000..b7a2a1185 --- /dev/null +++ b/roms/u-boot/test/py/tests/test_efi_secboot/defs.py @@ -0,0 +1,14 @@ +# SPDX-License-Identifier: GPL-2.0+ + +# Owner guid +GUID = '11111111-2222-3333-4444-123456789abc' + +# v1.5.1 or earlier of efitools has a bug in sha256 calculation, and +# you need build a newer version on your own. +# The path must terminate with '/'. +EFITOOLS_PATH = '' + +# "--addcert" option of sbsign must be available, otherwise +# you need build a newer version on your own. +# The path must terminate with '/'. +SBSIGN_PATH = '' |