]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/PlatformPkgConfig.dsc
EmbeddedPkg: Extend NvVarStoreFormattedLib LIBRARY_CLASS
[mirror_edk2.git] / Vlv2TbltDevicePkg / PlatformPkgConfig.dsc
CommitLineData
3cbfba02
DW
1#/** @file\r
2# platform configuration file.\r
3#\r
c5a59080 4# Copyright (c) 2012 - 2016, Intel Corporation. All rights reserved.<BR>\r
3cbfba02 5# \r\r
9dc8036d
MK
6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
7\r
3cbfba02
DW
8# \r\r
9#\r
10#**/\r
11\r
12#\r
13# TRUE is ENABLE. FASLE is DISABLE.\r
14#\r
15\r
16#\r
17# FSP selection\r
18#\r
19DEFINE MINNOW2_FSP_BUILD = FALSE\r
20\r
21\r
22DEFINE SCSI_ENABLE = TRUE\r
23\r
24\r
25#\r
26# To enable extra configuration for clk gen\r
27#\r
28DEFINE CLKGEN_CONFIG_EXTRA_ENABLE=TRUE\r
29\r
30#\r
31# Feature selection\r
32#\r
33\r
34#\r
35# Select system timer which is used to produce Timer Arch Protocol:\r
36# TRUE - HPET timer is used.\r
37# FALSE - 8254 timer is used.\r
38#\r
07accfe3 39DEFINE USE_HPET_TIMER = TRUE\r
3cbfba02 40\r
f4e7aa05 41\r
3cbfba02
DW
42#\r
43# Feature selection\r
44#\r
45\r
46DEFINE TPM_ENABLED = FALSE\r
47\r
48DEFINE ACPI50_ENABLE = TRUE\r
49DEFINE PERFORMANCE_ENABLE = FALSE\r
50\r
51\r
52DEFINE LFMA_ENABLE = FALSE # Load module at fixed address feature\r
53DEFINE DXE_COMPRESS_ENABLE = TRUE\r
54DEFINE DXE_CRC32_SECTION_ENABLE = TRUE\r
55DEFINE SSE2_ENABLE = FALSE\r
56\r
57DEFINE SECURE_BOOT_ENABLE = TRUE\r
58DEFINE USER_IDENTIFICATION_ENABLE = FALSE\r
59DEFINE VARIABLE_INFO_ENABLE = FALSE\r
60DEFINE S3_ENABLE = TRUE\r
eadc05bd 61DEFINE CAPSULE_ENABLE = TRUE\r
3cbfba02 62DEFINE CAPSULE_RESET_ENABLE = TRUE\r
c5a59080 63DEFINE RECOVERY_ENABLE = FALSE\r
1aa9314e 64DEFINE MICOCODE_CAPSULE_ENABLE = TRUE\r
3cbfba02
DW
65\r
66DEFINE GOP_DRIVER_ENABLE = TRUE\r
67DEFINE DATAHUB_ENABLE = TRUE\r
68DEFINE DATAHUB_STATUS_CODE_ENABLE = TRUE\r
69DEFINE USB_ENABLE = TRUE\r
70\r
71DEFINE ISA_SERIAL_STATUS_CODE_ENABLE = TRUE\r
72DEFINE USB_SERIAL_STATUS_CODE_ENABLE = FALSE\r
73DEFINE RAM_SERIAL_STATUS_CODE_ENABLE = FALSE\r
74\r
75DEFINE ENBDT_S3_SUPPORT = TRUE\r
76\r
77DEFINE LZMA_ENABLE = TRUE\r
78DEFINE S4_ENABLE = TRUE\r
79DEFINE NETWORK_ENABLE = TRUE\r
80DEFINE NETWORK_IP6_ENABLE = TRUE\r
81DEFINE NETWORK_ISCSI_ENABLE = FALSE\r
82DEFINE NETWORK_VLAN_ENABLE = FALSE\r
83\r
84DEFINE SATA_ENABLE = TRUE\r
85DEFINE PCIESC_ENABLE = TRUE\r
86\r
87#\r
88# Enable source level debug default\r
89#\r
90DEFINE SOURCE_DEBUG_ENABLE = FALSE\r
91\r
1aa9314e
MK
92#\r
93# Capsule Pubic Certificate. Default is EDK_TEST. Options are:\r
94# SAMPLE_DEVELOPMENT - Only signtool SAMPLE_DEVELOPMENT\r
95# SAMPLE_DEVELOPMENT_SAMPLE_PRODUCTION - Both signtool SAMPLE_DEVELOPMENT and SAMPLE_PRODUCTION\r
96# EDKII_TEST - Only openssl EDK II test certificate\r
97# NEW_ROOT - Only openssl new VLV2 certificate\r
98#\r
99DEFINE CAPSULE_PKCS7_CERT = EDKII_TEST\r
3cbfba02 100\r
1aa9314e
MK
101#\r
102# Define ESRT GUIDs for Firmware Management Protocol instances\r
103#\r
104DEFINE FMP_MINNOW_MAX_SYSTEM = 4096267b-da0a-42eb-b5eb-fef31d207cb4\r
105DEFINE FMP_RED_SAMPLE_DEVICE = 72E2945A-00DA-448E-9AA7-075AD840F9D4\r
106DEFINE FMP_BLUE_SAMPLE_DEVICE = 149DA854-7D19-4FAA-A91E-862EA1324BE6\r
107DEFINE FMP_GREEN_SAMPLE_DEVICE = 79179BFD-704D-4C90-9E02-0AB8D968C18A\r