55 lines
1.5 KiB
INI
55 lines
1.5 KiB
INI
## @file
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2018, 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.
|
|
#*
|
|
#******************************************************************************
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = PeiInsydeChipsetLib
|
|
FILE_GUID = 20365820-5DAA-4e79-8BBB-229202DC5EC5
|
|
MODULE_TYPE = PEIM
|
|
VERSION_STRING = 1.0
|
|
LIBRARY_CLASS = PeiInsydeChipsetLib|PEI_CORE PEIM
|
|
|
|
[Sources]
|
|
PeiChipsetSetupVariable.c
|
|
PeiChipsetRcSetupVariable.c
|
|
PeiInsydeChipsetLib.c
|
|
|
|
[Sources.IA32]
|
|
Ia32/CpuRng.asm|MSFT
|
|
Ia32/CpuRng.nasm|GCC
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
$(CHIPSET_PKG)/$(CHIPSET_PKG).dec
|
|
$(CHIPSET_REF_CODE_PKG)/$(CHIPSET_REF_CODE_DEC_NAME).dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
AlderLakePlatSamplePkg/PlatformPkg.dec
|
|
|
|
[LibraryClasses]
|
|
PeiServicesLib
|
|
HobLib
|
|
PcdLib
|
|
|
|
[Ppis]
|
|
gEfiPeiReadOnlyVariable2PpiGuid
|
|
|
|
[Guids]
|
|
gSystemConfigurationGuid
|
|
gSetupVariableGuid
|
|
gSaSetupVariableGuid
|
|
gMeSetupVariableGuid
|
|
gCpuSetupVariableGuid
|
|
gPchSetupVariableGuid
|
|
|
|
[Pcd]
|
|
gChipsetPkgTokenSpaceGuid.PcdSetupConfigSize
|