From b0223dc831c7a8d46e7cbaece3f46a2de437fd39 Mon Sep 17 00:00:00 2001 From: Guo Mang Date: Fri, 23 Dec 2016 13:27:34 +0800 Subject: BroxtonPlatformPkg: Add LeafHill/BoardInitPostMem Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- .../LeafHill/BoardInitPostMem/BoardInitPostMem.inf | 79 ++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 Platform/BroxtonPlatformPkg/Board/LeafHill/BoardInitPostMem/BoardInitPostMem.inf (limited to 'Platform/BroxtonPlatformPkg/Board/LeafHill/BoardInitPostMem/BoardInitPostMem.inf') diff --git a/Platform/BroxtonPlatformPkg/Board/LeafHill/BoardInitPostMem/BoardInitPostMem.inf b/Platform/BroxtonPlatformPkg/Board/LeafHill/BoardInitPostMem/BoardInitPostMem.inf new file mode 100644 index 0000000000..a613fda258 --- /dev/null +++ b/Platform/BroxtonPlatformPkg/Board/LeafHill/BoardInitPostMem/BoardInitPostMem.inf @@ -0,0 +1,79 @@ +## @file +# Board detected module for Intel(R) Atom(TM) x5 Processor Series. +# +# It will detect the board ID. +# +# Copyright (c) 2014 - 2016, 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 + +[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 + +[Guids] + gEfiPlatformInfoGuid + gEfiAuthenticatedVariableGuid + gEfiVariableGuid + gPeiVariableCacheHobGuid + gEfiTpmDeviceSelectedGuid + gEfiTpmDeviceInstanceNoneGuid + gEfiTpmDeviceInstanceTpm12Guid + gEfiTpmDeviceInstanceTpm20DtpmGuid + gTpmDeviceInstanceTpm20PttPtpGuid + +[Ppis] + gBoardPostMemInitStartGuid + gBoardPostMemInitDoneGuid + gEfiPeiReadOnlyVariable2PpiGuid + gSeCfTPMPolicyPpiGuid + -- cgit v1.2.3