49 lines
1.5 KiB
Bash
49 lines
1.5 KiB
Bash
## @file
|
|
# Platform Environment Settings
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2014 - 2020, Insyde Software Corp. All Rights Reserved.
|
|
#*
|
|
#* You may not reproduce, distribute, publish, display, perform, modify, adapt,
|
|
#* transmit, broadcast, present, recite, release, license or otherwise exploit
|
|
#* any part of this publication in any form, by any means, without the prior
|
|
#* written permission of Insyde Software Corporation.
|
|
#*
|
|
#******************************************************************************
|
|
DEFINE PLATFORM_SI_PACKAGE = ClientOneSiliconPkg
|
|
DEFINE C1S_PRODUCT_PATH = ClientOneSiliconPkg/Product/AlderLake
|
|
|
|
|
|
|
|
DEFINE CHIPSET_REF_CODE_PKG = ClientOneSiliconPkg
|
|
DEFINE CHIPSET_REF_CODE_DEC_NAME = SiPkg
|
|
DEFINE PLATFORM_SAMPLE_CODE_DEC_NAME = AlderLakePlatSamplePkg
|
|
#
|
|
# 256MB, BAR = 0xE0000000, Max bus = 0xFF
|
|
# 128MB, BAR = 0xF0000000, Max bus = 0x7F
|
|
# 64MB, BAR = 0xF0000000, Max bus = 0x3F
|
|
#
|
|
DEFINE PCI_EXPRESS_SIZE = 256 # for ADL setting
|
|
#
|
|
# Intel MCH
|
|
#
|
|
#
|
|
# ME
|
|
#
|
|
#[-start-180331-IB11270199-modify]#
|
|
DEFINE MEBX_VERSION = 13.0.0.0004
|
|
#[-end-180331-IB11270198-modify]#
|
|
|
|
DEFINE CSM_VERSION = 096
|
|
|
|
DEFINE CC_FLAGS = -D MEMORY_DOWN_SUPPORT
|
|
|
|
!if $(EFI_DEBUG) == YES
|
|
DEFINE CC_FLAGS = $(CC_FLAGS) -D EFI_DEBUG
|
|
!endif
|
|
|
|
DEFINE CC_FLAGS = $(CC_FLAGS) -D ACPI_DEBUG_FLAG=1
|
|
|
|
|
|
|