]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/PlatformPkgConfig.dsc
ArmVirtPkg/PrePi ARM CLANG35: drop incompatible command line option
[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
DW
5# \r\r
6# This program and the accompanying materials are licensed and made available under\r\r
7# the terms and conditions of the BSD License that accompanies this distribution. \r\r
8# The full text of the license may be found at \r\r
9# http://opensource.org/licenses/bsd-license.php. \r\r
10# \r\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r\r
13# \r\r
14#\r
15#**/\r
16\r
17#\r
18# TRUE is ENABLE. FASLE is DISABLE.\r
19#\r
20\r
21#\r
22# FSP selection\r
23#\r
24DEFINE MINNOW2_FSP_BUILD = FALSE\r
25\r
26\r
27DEFINE SCSI_ENABLE = TRUE\r
28\r
29\r
30#\r
31# To enable extra configuration for clk gen\r
32#\r
33DEFINE CLKGEN_CONFIG_EXTRA_ENABLE=TRUE\r
34\r
35#\r
36# Feature selection\r
37#\r
38\r
39#\r
40# Select system timer which is used to produce Timer Arch Protocol:\r
41# TRUE - HPET timer is used.\r
42# FALSE - 8254 timer is used.\r
43#\r
44DEFINE USE_HPET_TIMER = FALSE\r
45\r
f4e7aa05 46\r
3cbfba02
DW
47#\r
48# Feature selection\r
49#\r
50\r
51DEFINE TPM_ENABLED = FALSE\r
52\r
53DEFINE ACPI50_ENABLE = TRUE\r
54DEFINE PERFORMANCE_ENABLE = FALSE\r
55\r
56\r
57DEFINE LFMA_ENABLE = FALSE # Load module at fixed address feature\r
58DEFINE DXE_COMPRESS_ENABLE = TRUE\r
59DEFINE DXE_CRC32_SECTION_ENABLE = TRUE\r
60DEFINE SSE2_ENABLE = FALSE\r
61\r
62DEFINE SECURE_BOOT_ENABLE = TRUE\r
63DEFINE USER_IDENTIFICATION_ENABLE = FALSE\r
64DEFINE VARIABLE_INFO_ENABLE = FALSE\r
65DEFINE S3_ENABLE = TRUE\r
eadc05bd 66DEFINE CAPSULE_ENABLE = TRUE\r
3cbfba02 67DEFINE CAPSULE_RESET_ENABLE = TRUE\r
c5a59080 68DEFINE RECOVERY_ENABLE = FALSE\r
1aa9314e 69DEFINE MICOCODE_CAPSULE_ENABLE = TRUE\r
3cbfba02
DW
70\r
71DEFINE GOP_DRIVER_ENABLE = TRUE\r
72DEFINE DATAHUB_ENABLE = TRUE\r
73DEFINE DATAHUB_STATUS_CODE_ENABLE = TRUE\r
74DEFINE USB_ENABLE = TRUE\r
75\r
76DEFINE ISA_SERIAL_STATUS_CODE_ENABLE = TRUE\r
77DEFINE USB_SERIAL_STATUS_CODE_ENABLE = FALSE\r
78DEFINE RAM_SERIAL_STATUS_CODE_ENABLE = FALSE\r
79\r
80DEFINE ENBDT_S3_SUPPORT = TRUE\r
81\r
82DEFINE LZMA_ENABLE = TRUE\r
83DEFINE S4_ENABLE = TRUE\r
84DEFINE NETWORK_ENABLE = TRUE\r
85DEFINE NETWORK_IP6_ENABLE = TRUE\r
86DEFINE NETWORK_ISCSI_ENABLE = FALSE\r
87DEFINE NETWORK_VLAN_ENABLE = FALSE\r
88\r
89DEFINE SATA_ENABLE = TRUE\r
90DEFINE PCIESC_ENABLE = TRUE\r
91\r
92#\r
93# Enable source level debug default\r
94#\r
95DEFINE SOURCE_DEBUG_ENABLE = FALSE\r
96\r
1aa9314e
MK
97#\r
98# Capsule Pubic Certificate. Default is EDK_TEST. Options are:\r
99# SAMPLE_DEVELOPMENT - Only signtool SAMPLE_DEVELOPMENT\r
100# SAMPLE_DEVELOPMENT_SAMPLE_PRODUCTION - Both signtool SAMPLE_DEVELOPMENT and SAMPLE_PRODUCTION\r
101# EDKII_TEST - Only openssl EDK II test certificate\r
102# NEW_ROOT - Only openssl new VLV2 certificate\r
103#\r
104DEFINE CAPSULE_PKCS7_CERT = EDKII_TEST\r
3cbfba02 105\r
1aa9314e
MK
106#\r
107# Define ESRT GUIDs for Firmware Management Protocol instances\r
108#\r
109DEFINE FMP_MINNOW_MAX_SYSTEM = 4096267b-da0a-42eb-b5eb-fef31d207cb4\r
110DEFINE FMP_RED_SAMPLE_DEVICE = 72E2945A-00DA-448E-9AA7-075AD840F9D4\r
111DEFINE FMP_BLUE_SAMPLE_DEVICE = 149DA854-7D19-4FAA-A91E-862EA1324BE6\r
112DEFINE FMP_GREEN_SAMPLE_DEVICE = 79179BFD-704D-4C90-9E02-0AB8D968C18A\r