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 275797803CE for ; Tue, 3 Sep 2024 18:03:35 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=5mxEa8r/kE6sZ0LUKou2XOY1YT1Sa64tVg6fKEJuzz0=; c=relaxed/simple; d=groups.io; h=Date:In-Reply-To:Mime-Version:References:Message-ID:Subject:From: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=20240830; t=1725386615; v=1; x=1725645814; b=G0pbx+9NDhx9Q3xpR50jWYWlwOxKYRq8K02mYsK0mIMMAqnSr1P3duJ1d2U58r5+nFCeCqww 9flo/DmLsL6nqJe5xn/C+Nz5vd9JTLsGW5X6GiTwYqoJhxj+a8s2jSmUpc+ijjES+V11YGRii8I AUHz12fWhLswit+Z/dAcO9ZFYIP4bp9KfmE8rU3t8LiKgGBJGc/BKi+y6X8VRHgsryCAOAYQE7+ 6rsS3ZX9cG+6J0a0YMogzpt2vYXeovE9PuccK+dNzjtPBsfIzqoeRhvj072OpqzLMs2HLS48EIn Uhxje52dGUDVJhKJttRS83Obk73QchC8mbQZei3vpPHhg== X-Received: by 127.0.0.2 with SMTP id au16YY7687511xrko0YCy0B9; Tue, 03 Sep 2024 11:03:34 -0700 X-Received: from mail-wm1-f73.google.com (mail-wm1-f73.google.com [209.85.128.73]) by mx.groups.io with SMTP id smtpd.web11.29857.1724959749318980890 for ; Thu, 29 Aug 2024 12:29:09 -0700 X-Received: by mail-wm1-f73.google.com with SMTP id 5b1f17b1804b1-42bb6f7e7adso9047325e9.0 for ; Thu, 29 Aug 2024 12:29:09 -0700 (PDT) X-Gm-Message-State: OI2DtkGg1xG5RenjJ4FptTDxx7686176AA= X-Google-Smtp-Source: AGHT+IEAd7/+Fct+/IqrplnDgPEmAFpHmRYSf8VkwNKdY02DL4ddr8hIl0/78SsMbR/94mk7BViSY95J X-Received: from palermo.c.googlers.com ([fda3:e722:ac3:cc00:7b:198d:ac11:8138]) (user=ardb job=sendgmr) by 2002:a05:600c:4b8a:b0:424:9023:a7f9 with SMTP id 5b1f17b1804b1-42bb028a88dmr146325e9.4.1724959746798; Thu, 29 Aug 2024 12:29:06 -0700 (PDT) Date: Thu, 29 Aug 2024 21:28:53 +0200 In-Reply-To: <20240829192854.1414325-1-ardb+git@google.com> Mime-Version: 1.0 References: <20240829192854.1414325-1-ardb+git@google.com> Message-ID: <20240829192854.1414325-2-ardb+git@google.com> Subject: [edk2-devel] [PATCH edk2-platforms 1/2] Platform/StMmRpmb: Fix build From: "Ard Biesheuvel via groups.io" To: devel@edk2.groups.io Cc: ilias.apalodimas@linaro.org, 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: Tue, 03 Sep 2024 11:03:33 -0700 Resent-From: ardb+git@google.com Reply-To: devel@edk2.groups.io,ardb+git@google.com 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=20240830 header.b=G0pbx+9N; dmarc=pass (policy=none) header.from=groups.io; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io 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 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120476): https://edk2.groups.io/g/devel/message/120476 Mute This Topic: https://groups.io/mt/108250186/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-