AKASHI Takahiro | 58c95c2 | 2020-04-14 11:51:49 +0900 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
| 2 | |
AKASHI Takahiro | 58c95c2 | 2020-04-14 11:51:49 +0900 | [diff] [blame] | 3 | # Owner guid |
AKASHI Takahiro | 719e89d | 2020-07-08 14:01:58 +0900 | [diff] [blame] | 4 | GUID = '11111111-2222-3333-4444-123456789abc' |
AKASHI Takahiro | 58c95c2 | 2020-04-14 11:51:49 +0900 | [diff] [blame] | 5 | |
| 6 | # v1.5.1 or earlier of efitools has a bug in sha256 calculation, and |
| 7 | # you need build a newer version on your own. |
AKASHI Takahiro | 79f428e | 2020-07-21 19:35:24 +0900 | [diff] [blame] | 8 | # The path must terminate with '/'. |
AKASHI Takahiro | 719e89d | 2020-07-08 14:01:58 +0900 | [diff] [blame] | 9 | EFITOOLS_PATH = '' |
AKASHI Takahiro | 79f428e | 2020-07-21 19:35:24 +0900 | [diff] [blame] | 10 | |
| 11 | # "--addcert" option of sbsign must be available, otherwise |
| 12 | # you need build a newer version on your own. |
| 13 | # The path must terminate with '/'. |
| 14 | SBSIGN_PATH = '' |