forked from tianocore/edk2-platforms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PlatformPkgConfig.dsc
42 lines (32 loc) · 1.05 KB
/
PlatformPkgConfig.dsc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
## @file
# platform configuration file for DEBUG build.
#
# @copyright
# Copyright 2011 - 2021 Intel Corporation. <BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
#
# TRUE is ENABLE. FALSE is DISABLE.
#
[Defines]
DEFINE CRB_FLAG_ENABLE = TRUE
!if $(TARGET) == "RELEASE"
DEFINE DEBUG_FLAGS_ENABLE = FALSE
!else
DEFINE DEBUG_FLAGS_ENABLE = TRUE
!endif
DEFINE SERVER_BIOS_ENABLE = TRUE
DEFINE PCH_SERVER_BIOS_ENABLE = TRUE
!if $(CPUTARGET) == "CPX"
DEFINE CPU_CPX_SUPPORT = TRUE
!else
DEFINE CPU_CPX_SUPPORT = FALSE
!endif
DEFINE RAS_CPU_ONLINE_OFFLINE_ENABLE = FALSE
DEFINE SPARING_SCRATCHPAD_ENABLE = TRUE
DEFINE SCRATCHPAD_DEBUG = TRUE
DEFINE TPM2_ENABLE = FALSE
DEFINE ME_PATH_CONFIG = Me/MeSps.4
DEFINE SECURE_BOOT_ENABLE = FALSE
DEFINE PLATFORMX64_ENABLE = TRUE