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 8FCB67803D8 for ; Mon, 30 Oct 2023 14:37:22 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=3uZVoa0ZSVBcJlGx1xGLpSnIHX4g5iCWBGoewKlCk+U=; 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:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type; s=20140610; t=1698676641; v=1; b=vxct0KgQygEmvK7844gHcuq09QWNMphBYSgKJg5qs4HG7hHARpvH2wwTmk+bkGaO/Cyup8aj +BAw5uvzkdqfAa3TgcZCdLG23EtntDimA4OhJGIf4BskGSCYdzm74IbpzQisP0ymcHRHwSd5smr mGueIasw+WBP0+U/JNG1jLNE= X-Received: by 127.0.0.2 with SMTP id bnTSYY7687511xJj4IdPmn1I; Mon, 30 Oct 2023 07:37:21 -0700 X-Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by mx.groups.io with SMTP id smtpd.web11.150662.1698676640568916791 for ; Mon, 30 Oct 2023 07:37:20 -0700 X-Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id EFD3E60989 for ; Mon, 30 Oct 2023 14:37:19 +0000 (UTC) X-Received: by smtp.kernel.org (Postfix) with ESMTPSA id 920AFC433CB for ; Mon, 30 Oct 2023 14:37:19 +0000 (UTC) X-Received: by mail-lj1-f176.google.com with SMTP id 38308e7fff4ca-2c594196344so66387921fa.3 for ; Mon, 30 Oct 2023 07:37:19 -0700 (PDT) X-Gm-Message-State: eA20HWxlvY0Uen0thcXgNBLbx7686176AA= X-Google-Smtp-Source: AGHT+IHQB1Lpb9MhS4sd6dBlsyJ/nWmIA4vIWHSD1uRVyEf0hbc0e/pa2GmnSSMirbP+tKfFwtNmuznZdlVsGewBlVM= X-Received: by 2002:a19:ae0c:0:b0:500:b5db:990b with SMTP id f12-20020a19ae0c000000b00500b5db990bmr6239103lfc.47.1698676637817; Mon, 30 Oct 2023 07:37:17 -0700 (PDT) MIME-Version: 1.0 References: <20231027054300.1382-1-dun.tan@intel.com> <20231027054300.1382-6-dun.tan@intel.com> In-Reply-To: <20231027054300.1382-6-dun.tan@intel.com> From: "Ard Biesheuvel" Date: Mon, 30 Oct 2023 15:37:05 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [edk2-devel] [PATCH 5/7] OvmfPkg: Add CcProbeLib in PlatformInitLib.inf To: Dun Tan Cc: devel@edk2.groups.io, Ard Biesheuvel , Jiewen Yao , Jordan Justen , Gerd Hoffmann , Ray Ni 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,ardb@kernel.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=20140610 header.b=vxct0KgQ; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=kernel.org (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io On Fri, 27 Oct 2023 at 07:43, Dun Tan wrote: > > PlatformInitLib uses the CcProbe API in MemDetect.c > but doensn't add CcProbeLib in .inf LibraryClasses > section. Add CcProbeLib to fix the build error. > > Signed-off-by: Dun Tan > Cc: Ard Biesheuvel > Cc: Jiewen Yao > Cc: Jordan Justen > Cc: Gerd Hoffmann > Cc: Ray Ni Reviewed-by: Ard Biesheuvel > --- > OvmfPkg/Library/PlatformInitLib/PlatformInitLib.inf | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/OvmfPkg/Library/PlatformInitLib/PlatformInitLib.inf b/OvmfPkg/Library/PlatformInitLib/PlatformInitLib.inf > index 5a79d95b68..8ff9e699b1 100644 > --- a/OvmfPkg/Library/PlatformInitLib/PlatformInitLib.inf > +++ b/OvmfPkg/Library/PlatformInitLib/PlatformInitLib.inf > @@ -2,7 +2,7 @@ > # Platform Initialization Lib > # > # This module provides platform specific function to detect boot mode. > -# Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.
> +# Copyright (c) 2006 - 2023, Intel Corporation. All rights reserved.
> # > # SPDX-License-Identifier: BSD-2-Clause-Patent > # > @@ -52,6 +52,7 @@ > PcdLib > PciLib > PeiHardwareInfoLib > + CcProbeLib > > [LibraryClasses.X64] > TdxLib > -- > 2.31.1.windows.1 > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#110321): https://edk2.groups.io/g/devel/message/110321 Mute This Topic: https://groups.io/mt/102215667/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-