Merge tag 'u-boot-at91-fixes-2022.04-a' of https://source.denx.de/u-boot/custodians...
[platform/kernel/u-boot.git] / test / py / tests / test_efi_capsule / capsule_defs.py
1 # SPDX-License-Identifier:      GPL-2.0+
2
3 # Directories
4 CAPSULE_DATA_DIR = '/EFI/CapsuleTestData'
5 CAPSULE_INSTALL_DIR = '/EFI/UpdateCapsule'
6
7 # v1.5.1 or earlier of efitools has a bug in sha256 calculation, and
8 # you need build a newer version on your own.
9 # The path must terminate with '/' if it is not null.
10 EFITOOLS_PATH = ''