AKASHI Takahiro | 58c95c2 | 2020-04-14 11:51:49 +0900 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
| 2 | |
| 3 | # Disk image name |
| 4 | EFI_SECBOOT_IMAGE_NAME='test_efi_secboot.img' |
| 5 | |
| 6 | # Size in MiB |
| 7 | EFI_SECBOOT_IMAGE_SIZE=16 |
| 8 | EFI_SECBOOT_PART_SIZE=8 |
| 9 | |
| 10 | # Partition file system type |
| 11 | EFI_SECBOOT_FS_TYPE='vfat' |
| 12 | |
| 13 | # Owner guid |
| 14 | GUID='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. |
| 18 | EFITOOLS_PATH='' |
| 19 | |
| 20 | # Hello World application for sandbox |
| 21 | HELLO_PATH='' |