summaryrefslogtreecommitdiff
path: root/BraswellPlatformPkg/PlatformPkgConfig.dsc
diff options
context:
space:
mode:
authorGuo Mang <mang.guo@intel.com>2016-06-02 11:15:38 +0800
committerHao Wu <hao.a.wu@intel.com>2016-06-07 09:57:02 +0800
commitf8ee764a8740d0216d42e1c48ee72b38dbca61f9 (patch)
treecd499e72566207707f41bcb17f4981ba6ff06aa7 /BraswellPlatformPkg/PlatformPkgConfig.dsc
parent71358da1e703a35ca5f5c9d684a0c457e9b1a8b7 (diff)
downloadedk2-platforms-f8ee764a8740d0216d42e1c48ee72b38dbca61f9.tar.xz
BraswellPlatformPkg: Add dsc, fdf file and some scripts.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang <mang.guo@intel.com>
Diffstat (limited to 'BraswellPlatformPkg/PlatformPkgConfig.dsc')
-rw-r--r--BraswellPlatformPkg/PlatformPkgConfig.dsc72
1 files changed, 72 insertions, 0 deletions
diff --git a/BraswellPlatformPkg/PlatformPkgConfig.dsc b/BraswellPlatformPkg/PlatformPkgConfig.dsc
new file mode 100644
index 0000000000..4cc2fa2105
--- /dev/null
+++ b/BraswellPlatformPkg/PlatformPkgConfig.dsc
@@ -0,0 +1,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