1#/** @file 2# platform configuration file. 3# 4# Copyright (c) 2012 - 2016, 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 = TRUE 76DEFINE CAPSULE_RESET_ENABLE = TRUE 77DEFINE RECOVERY_ENABLE = FALSE 78DEFINE MICOCODE_CAPSULE_ENABLE = FALSE 79 80DEFINE GOP_DRIVER_ENABLE = TRUE 81DEFINE DATAHUB_ENABLE = TRUE 82DEFINE DATAHUB_STATUS_CODE_ENABLE = TRUE 83DEFINE USB_ENABLE = TRUE 84 85DEFINE ISA_SERIAL_STATUS_CODE_ENABLE = TRUE 86DEFINE USB_SERIAL_STATUS_CODE_ENABLE = FALSE 87DEFINE RAM_SERIAL_STATUS_CODE_ENABLE = FALSE 88 89DEFINE ENBDT_S3_SUPPORT = TRUE 90 91DEFINE LZMA_ENABLE = TRUE 92DEFINE S4_ENABLE = TRUE 93DEFINE NETWORK_ENABLE = TRUE 94DEFINE NETWORK_IP6_ENABLE = TRUE 95DEFINE NETWORK_ISCSI_ENABLE = FALSE 96DEFINE NETWORK_VLAN_ENABLE = FALSE 97 98DEFINE SATA_ENABLE = TRUE 99DEFINE PCIESC_ENABLE = TRUE 100 101# 102# Enable source level debug default 103# 104DEFINE SOURCE_DEBUG_ENABLE = FALSE 105 106 107 108 109