From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id 91E7D941425 for ; Fri, 30 Aug 2024 09:07:49 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=YCkirisiwrx+IN7h4pamy7b+Krq7oX7LiSemy2fExo8=; c=relaxed/simple; d=groups.io; h=MIME-Version:References:In-Reply-To:From:Date:Message-ID:Subject:To:Cc:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type; s=20240206; t=1725008869; v=1; b=WMrF7HA/M3vJED7m7VG4mdxvFHrsArKLeRiPZCNZcC+xCtdMfNIk5n+BU1/MJEye2qUhTMiP ve7z13yGrzScanpbSBunnKFvZ7XIL90MVp5moJvMotYpMVyDOj68PvePBaI4/ejOj2MLLz5S8cf Zc34GqCHCh/OZdk3wTcT0yiHPM4rK+/dv1tem0SxmaJybtqnwSKZI/ZgF+r3A0CpHr0+tZPREKy j+W5jp8/eOHaQmTHWIe4wDtL9P4v5NnMFXvnJDwNbCi1xlW350QrlJ7NLvdB2dd2Doxx2umvP/U RBJ5NRjpX948ZlYJUPmnKamRl3fxAJ0kiV5kBGl0uJx6Q== X-Received: by 127.0.0.2 with SMTP id WKzuYY7687511x4kpC6C0Okz; Fri, 30 Aug 2024 02:07:47 -0700 X-Received: from mail-pj1-f54.google.com (mail-pj1-f54.google.com [209.85.216.54]) by mx.groups.io with SMTP id smtpd.web10.8695.1725008867270180423 for ; Fri, 30 Aug 2024 02:07:47 -0700 X-Received: by mail-pj1-f54.google.com with SMTP id 98e67ed59e1d1-2d8815ef6d2so70754a91.0 for ; Fri, 30 Aug 2024 02:07:47 -0700 (PDT) X-Gm-Message-State: gRff3owUMW5aUw1vhEiOGjuwx7686176AA= X-Google-Smtp-Source: AGHT+IE5Pk3i5C+1um8LlhfdQ2Q80LEIiSMFkmKxM9F/roxBUUgvFlCdLvymPGC8MjCdO8db/SohOtKXGjWapygxoRU= X-Received: by 2002:a17:90a:ea90:b0:2d8:7970:726 with SMTP id 98e67ed59e1d1-2d879700fcbmr623115a91.12.1725008866290; Fri, 30 Aug 2024 02:07:46 -0700 (PDT) MIME-Version: 1.0 References: <20240829192854.1414325-1-ardb+git@google.com> <20240829192854.1414325-2-ardb+git@google.com> In-Reply-To: <20240829192854.1414325-2-ardb+git@google.com> From: "Ilias Apalodimas" Date: Fri, 30 Aug 2024 12:07:10 +0300 Message-ID: Subject: Re: [edk2-devel] [PATCH edk2-platforms 1/2] Platform/StMmRpmb: Fix build To: Ard Biesheuvel Cc: devel@edk2.groups.io, Ard Biesheuvel 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 Resent-Date: Fri, 30 Aug 2024 02:07:47 -0700 Resent-From: ilias.apalodimas@linaro.org Reply-To: devel@edk2.groups.io,ilias.apalodimas@linaro.org List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Type: text/plain; charset="UTF-8" X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b="WMrF7HA/"; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=linaro.org (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io Thanks Ard! On Thu, 29 Aug 2024 at 22:29, Ard Biesheuvel wrote: > > From: Ard Biesheuvel > > Add some missing library class resolutions relating to changes in the > core upstream EDK2 repo. > > Signed-off-by: Ard Biesheuvel > --- > Platform/StandaloneMm/PlatformStandaloneMmPkg/PlatformStandaloneMmRpmb.dsc | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Platform/StandaloneMm/PlatformStandaloneMmPkg/PlatformStandaloneMmRpmb.dsc b/Platform/StandaloneMm/PlatformStandaloneMmPkg/PlatformStandaloneMmRpmb.dsc > index 653029c52fdb..54c7a63b4157 100644 > --- a/Platform/StandaloneMm/PlatformStandaloneMmPkg/PlatformStandaloneMmRpmb.dsc > +++ b/Platform/StandaloneMm/PlatformStandaloneMmPkg/PlatformStandaloneMmRpmb.dsc > @@ -41,11 +41,14 @@ [LibraryClasses] > ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf > FvLib|StandaloneMmPkg/Library/FvLib/FvLib.inf > HobLib|StandaloneMmPkg/Library/StandaloneMmCoreHobLib/StandaloneMmCoreHobLib.inf > + HobPrintLib|MdeModulePkg/Library/HobPrintLib/HobPrintLib.inf > + ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf > IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf > NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf > MemLib|StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf > MemoryAllocationLib|StandaloneMmPkg/Library/StandaloneMmCoreMemoryAllocationLib/StandaloneMmCoreMemoryAllocationLib.inf > PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf > + PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf > PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf > PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf > VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.inf > -- > 2.46.0.469.g59c65b2a67-goog > Reviewed-by: Ilias Apalodimas -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120443): https://edk2.groups.io/g/devel/message/120443 Mute This Topic: https://groups.io/mt/108176227/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-