From nobody Mon Apr 29 23:10:33 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+47225+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+47225+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linaro.org ARC-Seal: i=1; a=rsa-sha256; t=1568401503; cv=none; d=zoho.com; s=zohoarc; b=FkT8UV07TrM9WW8sly27LigsEwRbVx1jGD+SZEicTpBAv3hibBLTnTzzgdqx3rJ4kByUBKKPUyjhKW4CGlevP3NHTiIr/EHrU4sCmtE5mrV7eAOVKXYtGattiSNcKOB5PfS1EOvN474cR19G+bKnyMdfeul4gRCFXQKqtvGjNVk= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1568401503; h=Cc:Date:From:List-Id:List-Unsubscribe:Message-ID:Reply-To:Sender:Subject:To:ARC-Authentication-Results; bh=oEGaEJcEF1aP7P8un1GbXkGy1mHJ6pWte1ms7Cr/XW0=; b=VFMaNe+xeJGDL21mMtKP7iNY8m8prkG0hFnHxFzkUEXGSTlt4NCO+9UqoQ9Oz759pbTzd17s8yykJkjaLCC9O9JZH4WySzSkCG4mVnPy6Jumit33vo/F3LB6fL2FRWwGWNTO75uydPUlAU9cZVeOQN/B4bsUrJycQIgB8UQG/zc= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+47225+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1568401502892438.5065989310533; Fri, 13 Sep 2019 12:05:02 -0700 (PDT) Return-Path: X-Received: from mail-wr1-f68.google.com (mail-wr1-f68.google.com [209.85.221.68]) by groups.io with SMTP; Fri, 13 Sep 2019 12:05:01 -0700 X-Received: by mail-wr1-f68.google.com with SMTP id i1so32517222wro.4 for ; Fri, 13 Sep 2019 12:05:00 -0700 (PDT) X-Gm-Message-State: APjAAAVqJutGh/A/zFSukBfJEG5q3lULYDQubWCKwLfq1Fp9hb85mxaD pUaMWM42hmevUv6CFc07xoQ6DevXvIWmeo0l X-Google-Smtp-Source: APXvYqx6F3wSStRe0nZ+MVHhq8FQSrNZrmne4gX7VEVbTZy5M+teGJY8D5xskzQSA0DDdpLeLbDTDQ== X-Received: by 2002:a5d:4b4e:: with SMTP id w14mr12527167wrs.191.1568401499285; Fri, 13 Sep 2019 12:04:59 -0700 (PDT) X-Received: from e111045-lin.c.hoisthospitality.com ([135.196.99.211]) by smtp.gmail.com with ESMTPSA id f143sm4988618wme.40.2019.09.13.12.04.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 13 Sep 2019 12:04:58 -0700 (PDT) From: "Ard Biesheuvel" To: devel@edk2.groups.io Cc: lersek@redhat.com, achin.gupta@arm.com, jiewen.yao@intel.com, Ard Biesheuvel Subject: [edk2-devel] [PATCH] StandaloneMmPkg: make package .DSC file build again Date: Fri, 13 Sep 2019 20:04:45 +0100 Message-Id: <20190913190445.9832-1-ard.biesheuvel@linaro.org> Precedence: Bulk List-Unsubscribe: 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,ard.biesheuvel@linaro.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1568401501; bh=v94nLetbnFiHntgCJe2r12maXZM+IPS8fFBJgAkCr4w=; h=Cc:Date:From:Reply-To:Subject:To; b=jBLdgmXKuTbkYZCU06kzVEvWCiGacllar9a+4fbu8hCABzqdwHOK0ytEepO5qD34eeX LyuUdC9KSs1MARWRddBepfixKm5qQzaAjSAGKxINuWV/GoZfiv0nwC6JFEcLN7vOHWaqt szc+2cz3rsjaujKv30c/bv7BZorSEOVDoLg= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" The StandaloneMmPkg .DSC file went out of sync with the changes applied to the package when I enabled this code on the Synquacer platform in edk2-platforms. So apply the necessary changes to make this package build in isolation. Signed-off-by: Ard Biesheuvel Reviewed-by: Jiewen Yao Reviewed-by: Laszlo Ersek --- StandaloneMmPkg/StandaloneMmPkg.dsc | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/StandaloneMmPkg/StandaloneMmPkg.dsc b/StandaloneMmPkg/Standalo= neMmPkg.dsc index 8c5b9b3a3d47..8a68d397469b 100644 --- a/StandaloneMmPkg/StandaloneMmPkg.dsc +++ b/StandaloneMmPkg/StandaloneMmPkg.dsc @@ -39,29 +39,32 @@ BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseD= ebugPrintErrorLevelLib.inf + ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib= /PrePiExtractGuidedSectionLib.inf FvLib|StandaloneMmPkg/Library/FvLib/FvLib.inf - HobLib|StandaloneMmPkg/Library/StandaloneMmCoreHobLib/StandaloneMmCoreHo= bLib.inf + HobLib|StandaloneMmPkg/Library/StandaloneMmHobLib/StandaloneMmHobLib.inf IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf MemLib|StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf MemoryAllocationLib|StandaloneMmPkg/Library/StandaloneMmCoreMemoryAlloca= tionLib/StandaloneMmCoreMemoryAllocationLib.inf + MmServicesTableLib|MdePkg/Library/StandaloneMmServicesTableLib/Standalon= eMmServicesTableLib.inf PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf + PeCoffExtraActionLib|StandaloneMmPkg/Library/StandaloneMmPeCoffExtraActi= onLib/StandaloneMmPeCoffExtraActionLib.inf PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseRepor= tStatusCodeLibNull.inf - - # - # Entry point - # - StandaloneMmDriverEntryPoint|StandaloneMmPkg/Library/StandaloneMmDriverE= ntryPoint/StandaloneMmDriverEntryPoint.inf + StandaloneMmCoreEntryPoint|StandaloneMmPkg/Library/StandaloneMmCoreEntry= Point/StandaloneMmCoreEntryPoint.inf + StandaloneMmDriverEntryPoint|MdePkg/Library/StandaloneMmDriverEntryPoint= /StandaloneMmDriverEntryPoint.inf =20 [LibraryClasses.AARCH64] ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf StandaloneMmMmuLib|ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmL= ib.inf ArmSvcLib|ArmPkg/Library/ArmSvcLib/ArmSvcLib.inf CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMainte= nanceLib.inf - PeCoffExtraActionLib|StandaloneMmPkg/Library/StandaloneMmPeCoffExtraActi= onLib/StandaloneMmPeCoffExtraActionLib.inf =20 - StandaloneMmCoreEntryPoint|StandaloneMmPkg/Library/StandaloneMmCoreEntry= Point/StandaloneMmCoreEntryPoint.inf + NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf + NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf + +[LibraryClasses.common.MM_CORE_STANDALONE] + HobLib|StandaloneMmPkg/Library/StandaloneMmCoreHobLib/StandaloneMmCoreHo= bLib.inf =20 ##########################################################################= ###### # --=20 2.17.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#47225): https://edk2.groups.io/g/devel/message/47225 Mute This Topic: https://groups.io/mt/34130722/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-