From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id D533CD8100D for ; Fri, 9 Feb 2024 22:48:41 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=Yp83DzUE09bhsb0hjcOjSoOAJms1BPr9H0/9DWtlIpU=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1707518920; v=1; b=oA5kqEZXG+Jb9aIvFsoMK/HYwktiMaYXpxg1W0Y8iJ7yv87O4es9zWVyxfsMSSHvnTl7Tf/l RGD3HrFTghLIuIsCKBA/2Ir5WZ34NjuBIxYNMW1eWWfxZ7jmN719mPHRXbSVXlnutBZ4tTUS+W3 QyFZa6+7GW1Q0ouJzAZEIJkU= X-Received: by 127.0.0.2 with SMTP id XoMjYY7687511xSo1jEES5gL; Fri, 09 Feb 2024 14:48:40 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.9]) by mx.groups.io with SMTP id smtpd.web10.1658.1707518919864028079 for ; Fri, 09 Feb 2024 14:48:40 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10979"; a="23990441" X-IronPort-AV: E=Sophos;i="6.05,258,1701158400"; d="scan'208";a="23990441" X-Received: from fmviesa005.fm.intel.com ([10.60.135.145]) by orvoesa101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Feb 2024 14:48:39 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.05,258,1701158400"; d="scan'208";a="6694988" X-Received: from nldesimo-desk.amr.corp.intel.com ([10.241.240.67]) by fmviesa005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Feb 2024 14:48:39 -0800 From: "Nate DeSimone" To: devel@edk2.groups.io Cc: Chasel Chiu Subject: [edk2-devel] [PATCH v1] PurleyOpenBoardPkg/TiogaPass: Fix Build Date: Fri, 9 Feb 2024 14:48:19 -0800 Message-Id: <20240209224819.11355-2-nathaniel.l.desimone@intel.com> In-Reply-To: <20240209224819.11355-1-nathaniel.l.desimone@intel.com> References: <20240209224819.11355-1-nathaniel.l.desimone@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,nathaniel.l.desimone@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: Uk9sHRd6BgHqGu1mqfkwn07Tx7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=oA5kqEZX; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none) Adds library instances for MM_Standalone, which are now required to build IpmiFeaturePkg. Cc: Chasel Chiu Signed-off-by: Nate DeSimone --- .../Intel/PurleyOpenBoardPkg/BoardTiogaPass/OpenBoardPkg.dsc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Platform/Intel/PurleyOpenBoardPkg/BoardTiogaPass/OpenBoardPkg.dsc b/Platform/Intel/PurleyOpenBoardPkg/BoardTiogaPass/OpenBoardPkg.dsc index 64e8978942..7738120017 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/BoardTiogaPass/OpenBoardPkg.dsc +++ b/Platform/Intel/PurleyOpenBoardPkg/BoardTiogaPass/OpenBoardPkg.dsc @@ -160,6 +160,8 @@ !else BoardBdsHookLib|$(PLATFORM_BOARD_PACKAGE)/Override/Platform/Intel/BoardModulePkg/Library/BoardBdsHookLib/BoardBdsHookLib.inf !endif + +[LibraryClasses.common.DXE_DRIVER, LibraryClasses.common.UEFI_DRIVER] !if gIpmiFeaturePkgTokenSpaceGuid.PcdIpmiFeatureEnable == TRUE IpmiBaseLib|OutOfBandManagement/IpmiFeaturePkg/Library/IpmiBaseLib/IpmiBaseLib.inf !endif @@ -169,6 +171,8 @@ TestPointCheckLib|$(PLATFORM_PACKAGE)/Test/Library/TestPointCheckLib/SmmTestPointCheckLib.inf !endif TestPointLib|$(PLATFORM_PACKAGE)/Test/Library/TestPointLib/SmmTestPointLib.inf + +[LibraryClasses.common.DXE_SMM_DRIVER, LibraryClasses.common.MM_STANDALONE] !if gIpmiFeaturePkgTokenSpaceGuid.PcdIpmiFeatureEnable == TRUE IpmiBaseLib|OutOfBandManagement/IpmiFeaturePkg/Library/SmmIpmiBaseLib/SmmIpmiBaseLib.inf !endif -- 2.39.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#115336): https://edk2.groups.io/g/devel/message/115336 Mute This Topic: https://groups.io/mt/104269624/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-