## @file # Board detected module for Intel(R) Atom(TM) x5 Processor Series. # # It will detect the board ID. # # Copyright (c) 2014 - 2017, Intel Corporation. All rights reserved.
# # 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. # ## [Defines] INF_VERSION = 0x00010017 BASE_NAME = LeafHillInitPostMem FILE_GUID = 4F31BF17-393E-4BE8-9402-A6DA006220B7 VERSION_STRING = 1.0 MODULE_TYPE = PEIM CONSTRUCTOR = LeafHillInitConstructor [Sources] BoardInit.c BoardInit.h BoardInitMiscs.c BoardInitMiscs.h PlatformInfoHob.c BoardGpios.c BoardGpios.h HdaVerbTables.c [LibraryClasses] PeiServicesLib PcdLib DebugLib HeciMsgLib HobLib IoLib SteppingLib GpioLib [Packages] MdePkg/MdePkg.dec BroxtonPlatformPkg/PlatformPkg.dec BroxtonSiPkg/BroxtonSiPkg.dec MdeModulePkg/MdeModulePkg.dec IntelFrameworkPkg/IntelFrameworkPkg.dec SecurityPkg/SecurityPkg.dec BroxtonSiPkg/BroxtonSiPkg.dec UefiCpuPkg/UefiCpuPkg.dec [Pcd] gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid gEfiBxtTokenSpaceGuid.PcdPmcGcrBaseAddress gPlatformModuleTokenSpaceGuid.PcdBoardPostMemInitFunc gPlatformModuleTokenSpaceGuid.PcdBoardId gPlatformModuleTokenSpaceGuid.PcdFabId gPlatformModuleTokenSpaceGuid.PcdResetType gPlatformModuleTokenSpaceGuid.PcdBoardVbtFileGuid gPlatformModuleTokenSpaceGuid.PcdSueCreek gPlatformModuleTokenSpaceGuid.PcdMaxPkgCState gPlatformModuleTokenSpaceGuid.PcdeMMCHostMaxSpeed gPlatformModuleTokenSpaceGuid.PcdHdaVerbTablePtr gPlatformModuleTokenSpaceGuid.HdaVerbTableEntryNum gEfiBxtTokenSpaceGuid.HdaEndpointBtRenderVirtualBusId gEfiBxtTokenSpaceGuid.HdaEndpointBtCaptureVirtualBusId gEfiBxtTokenSpaceGuid.HdaEndpointI2sRenderSKPVirtualBusId gEfiBxtTokenSpaceGuid.HdaEndpointI2sRenderHPVirtualBusId gEfiBxtTokenSpaceGuid.HdaEndpointI2sCaptureVirtualBusId [Guids] gEfiPlatformInfoGuid gEfiAuthenticatedVariableGuid gEfiVariableGuid gPeiVariableCacheHobGuid gEfiTpmDeviceSelectedGuid gEfiTpmDeviceInstanceNoneGuid gEfiTpmDeviceInstanceTpm12Guid gEfiTpmDeviceInstanceTpm20DtpmGuid gTpmDeviceInstanceTpm20PttPtpGuid gPeiLeafHillVbtGuid [Ppis] gBoardPostMemInitStartGuid gBoardPostMemInitDoneGuid gEfiPeiReadOnlyVariable2PpiGuid gSeCfTPMPolicyPpiGuid