UefiPayloadPkg: Add Secure Boot support
Cc: Guo Dong <guo.dong@intel.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Maurice Ma <maurice.ma@intel.com> Cc: Benjamin You <benjamin.you@intel.com> Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: I4f44e29bc967b7d2208193e21aeeef8b96afcc69
This commit is contained in:
committed by
Tim Crawford
parent
35dde2452d
commit
2dc1e51593
20
UefiVariableBinary/UefiVariableBinary.dsc
Normal file
20
UefiVariableBinary/UefiVariableBinary.dsc
Normal file
@ -0,0 +1,20 @@
|
||||
## @file
|
||||
# Secure Boot Variable File
|
||||
#
|
||||
# Builds a firmware volume to contain Secure Boot keys
|
||||
#
|
||||
# Copyright (c) 2021, Star Labs Online Limited. All rights reserved.<BR>
|
||||
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
#
|
||||
##
|
||||
[Defines]
|
||||
PLATFORM_NAME = SecureBoot
|
||||
PLATFORM_GUID = 1035eeff-543e-4abb-ac7e-bcd68cb530f8
|
||||
PLATFORM_VERSION = 0.1
|
||||
OUTPUT_DIRECTORY = Build/UefiVariableBinary
|
||||
SUPPORTED_ARCHITECTURES = IA32|X64
|
||||
BUILD_TARGETS = DEBUG|RELEASE|NOOPT
|
||||
SKUID_IDENTIFIER = DEFAULT
|
||||
FLASH_DEFINITION = UefiVariableBinary/UefiVariableBinary.fdf
|
||||
|
||||
|
Reference in New Issue
Block a user