summaryrefslogtreecommitdiff
path: root/BraswellPlatformPkg/PlatformPkgConfig.dsc
blob: 4cc2fa210565e13fe8cf1aab36388d97de503d50 (plain)
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
## @file
#  Contains the Platform Configuration
#
#  Copyright (c) 2012 - 2015, Intel Corporation. All rights reserved.<BR>
#
#  This program and the accompanying materials
#  are licensed and made available under the terms and conditions of the BSD License
#  which accompanies this distribution.  The full text of the license may be found at
#  http://opensource.org/licenses/bsd-license.php.
#
#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
##

#
# TRUE is ENABLE. FASLE is DISABLE.
#

#
# BIOS selection
#
DEFINE MINI_BIOS_ENABLE = FALSE

DEFINE HYBRID_ENABLE = FALSE

#
# To enable extra configuration for clk gen
#
DEFINE CLKGEN_CONFIG_EXTRA_ENABLE=TRUE

DEFINE FSP_BOOT_ENABLE = TRUE
DEFINE SEC_ENABLE = FALSE

DEFINE TPM_ENABLED = FALSE
DEFINE FTPM_ENABLE = FALSE

DEFINE ISH_ENABLE = FALSE

!if $(MINI_BIOS_ENABLE) == TRUE

!else # $(MINI_BIOS_ENABLE) == TRUE
  DEFINE ACPI50_ENABLE = FALSE ## BUGBUG ZWEI4: DxeTscTimerLib Timer Lib uses wrong registers?
  DEFINE PERFORMANCE_ENABLE = FALSE

  DEFINE SCSI_ENABLE = TRUE

  DEFINE SECURE_BOOT_ENABLE = TRUE
  DEFINE S3_ENABLE = TRUE
  DEFINE ACPI_ENABLE = TRUE
  DEFINE CAPSULE_ENABLE = TRUE
  DEFINE SIGNED_CAPSULE_ENABLE = TRUE
  DEFINE SMBIOS_ENABLE = TRUE
  DEFINE GOP_DRIVER_ENABLE = TRUE
  DEFINE DATAHUB_ENABLE = TRUE
  DEFINE USB_ENABLE = TRUE
  DEFINE ATA_ENABLE = TRUE
  DEFINE SMM_VARIABLE_ENABLE = TRUE

  DEFINE NETWORK_ENABLE = FALSE

!endif # $(MINI_BIOS_ENABLE) == TRUE

DEFINE NETWORK_ENABLE = TRUE
DEFINE NETWORK_IP6_ENABLE = TRUE
DEFINE NETWORK_ISCSI_ENABLE = FALSE
DEFINE NETWORK_VLAN_ENABLE = FALSE

DEFINE SATA_ENABLE       = TRUE
DEFINE PCIESC_ENABLE     = TRUE

DEFINE ENABLE_FAST_BOOT  = FALSE