1#/** @file 2# platform configuration file. 3# 4# Copyright (c) 2012 - 2015, Intel Corporation. All rights reserved.<BR> 5# 6 7# This program and the accompanying materials are licensed and made available under 8 9# the terms and conditions of the BSD License that accompanies this distribution. 10 11# The full text of the license may be found at 12 13# http://opensource.org/licenses/bsd-license.php. 14 15# 16 17# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 18 19# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 20 21# 22 23# 24#**/ 25 26# 27# TRUE is ENABLE. FASLE is DISABLE. 28# 29 30# 31# FSP selection 32# 33DEFINE MINNOW2_FSP_BUILD = FALSE 34 35 36DEFINE SCSI_ENABLE = TRUE 37 38 39# 40# To enable extra configuration for clk gen 41# 42DEFINE CLKGEN_CONFIG_EXTRA_ENABLE=TRUE 43 44# 45# Feature selection 46# 47 48# 49# Select system timer which is used to produce Timer Arch Protocol: 50# TRUE - HPET timer is used. 51# FALSE - 8254 timer is used. 52# 53DEFINE USE_HPET_TIMER = FALSE 54 55 56# 57# Feature selection 58# 59 60DEFINE TPM_ENABLED = FALSE 61 62DEFINE ACPI50_ENABLE = TRUE 63DEFINE PERFORMANCE_ENABLE = FALSE 64 65 66DEFINE LFMA_ENABLE = FALSE # Load module at fixed address feature 67DEFINE DXE_COMPRESS_ENABLE = TRUE 68DEFINE DXE_CRC32_SECTION_ENABLE = TRUE 69DEFINE SSE2_ENABLE = FALSE 70 71DEFINE SECURE_BOOT_ENABLE = TRUE 72DEFINE USER_IDENTIFICATION_ENABLE = FALSE 73DEFINE VARIABLE_INFO_ENABLE = FALSE 74DEFINE S3_ENABLE = TRUE 75DEFINE CAPSULE_ENABLE = FALSE 76DEFINE CAPSULE_RESET_ENABLE = TRUE 77 78DEFINE GOP_DRIVER_ENABLE = TRUE 79DEFINE DATAHUB_ENABLE = TRUE 80DEFINE DATAHUB_STATUS_CODE_ENABLE = TRUE 81DEFINE USB_ENABLE = TRUE 82 83DEFINE ISA_SERIAL_STATUS_CODE_ENABLE = TRUE 84DEFINE USB_SERIAL_STATUS_CODE_ENABLE = FALSE 85DEFINE RAM_SERIAL_STATUS_CODE_ENABLE = FALSE 86 87DEFINE ENBDT_S3_SUPPORT = TRUE 88 89DEFINE LZMA_ENABLE = TRUE 90DEFINE S4_ENABLE = TRUE 91DEFINE NETWORK_ENABLE = TRUE 92DEFINE NETWORK_IP6_ENABLE = TRUE 93DEFINE NETWORK_ISCSI_ENABLE = FALSE 94DEFINE NETWORK_VLAN_ENABLE = FALSE 95 96DEFINE SATA_ENABLE = TRUE 97DEFINE PCIESC_ENABLE = TRUE 98 99# 100# Enable source level debug default 101# 102DEFINE SOURCE_DEBUG_ENABLE = FALSE 103 104 105 106 107