2020-04-14 02:51:49 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
|
|
|
|
# Owner guid
|
2020-07-08 05:01:58 +00:00
|
|
|
GUID = '11111111-2222-3333-4444-123456789abc'
|
2020-04-14 02:51:49 +00:00
|
|
|
|
|
|
|
# v1.5.1 or earlier of efitools has a bug in sha256 calculation, and
|
|
|
|
# you need build a newer version on your own.
|
2020-07-21 10:35:24 +00:00
|
|
|
# The path must terminate with '/'.
|
2020-07-08 05:01:58 +00:00
|
|
|
EFITOOLS_PATH = ''
|
2020-07-21 10:35:24 +00:00
|
|
|
|
|
|
|
# "--addcert" option of sbsign must be available, otherwise
|
|
|
|
# you need build a newer version on your own.
|
|
|
|
# The path must terminate with '/'.
|
|
|
|
SBSIGN_PATH = ''
|