blob: d6222809c54713f5256deade0dde6c202e98cdd8 [file] [log] [blame]
AKASHI Takahiro58c95c22020-04-14 11:51:49 +09001# SPDX-License-Identifier: GPL-2.0+
2
3# Disk image name
4EFI_SECBOOT_IMAGE_NAME='test_efi_secboot.img'
5
6# Size in MiB
7EFI_SECBOOT_IMAGE_SIZE=16
8EFI_SECBOOT_PART_SIZE=8
9
10# Partition file system type
11EFI_SECBOOT_FS_TYPE='vfat'
12
13# Owner guid
14GUID='11111111-2222-3333-4444-123456789abc'
15
16# v1.5.1 or earlier of efitools has a bug in sha256 calculation, and
17# you need build a newer version on your own.
18EFITOOLS_PATH=''
19
20# Hello World application for sandbox
21HELLO_PATH=''