From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=IwiFXM1+; spf=pass (domain: linaro.org, ip: 209.85.221.68, mailfrom: ard.biesheuvel@linaro.org) 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 Received: by mail-wr1-f68.google.com with SMTP id i1so32517222wro.4 for ; Fri, 13 Sep 2019 12:05:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=cnNwwxL/GLgHSbMOsIMrs7OXlNFeJJthFWCl/IphKkQ=; b=IwiFXM1+2Pf1hUZzPe7s0B8A04X67MotNGvAElylO5gNM1JOUhY80D4XTqJvB3lucp LHgBWa59JSqASdd4unSsa+WalzqUioBg0ibLAWq30xzaG5ksHJaeVHCZQrKtwveZRpQV geYlisMAlTWfOrWJ9AfdxzDq3RbrqZb7V0zGr/kk5uimlfn3FcDxCyb5AgyDvpNcjbNt zKJXKLz5CO0FbzZk2bTLU6LHDSdkzcmb9qvXtZitWpwwCGp2cDVUkbhsGgnGzr/xSxpy P7jsn7Mc4G1+xmr1ZbqqOUnbZKzXW8QIFZqBGvuDR6BGbb5MIr8wwUGvQ4PQa+UW6Fl9 wPOg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=cnNwwxL/GLgHSbMOsIMrs7OXlNFeJJthFWCl/IphKkQ=; b=FMMpBuwFJ9CeIDXLOS1rk//m7WrDpc9UwxvXeLgCuJlfkd35V7r0pqYLlDuhHi+BZY ehpjsiHH05P55KxNlHX8TvMEnlfiDahWPmdR9cuqTAsNq4nTe7jo9HFyyzH47nZrWQ7O 94/fSoxKoyPl06hnq8SQSEexpG+765xQYjdrQdZMaPQpNwqzvCJ5+MKkDTUmMSpd+uWW uJQLGwPRdW+YgsXKYCkTVAQpYX+k+vTB6zFsdhophGC2GNTgD+hEZPYNr3Yg964MYP/j SSvUOZbHXbyKn1P7+dOwHu5Y4n6+PZw+2OEARj7nQjZF0t3ZQGcRaLszbW6XiU/wCDsE AzpA== 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) Return-Path: 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: [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> X-Mailer: git-send-email 2.17.1 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 --- StandaloneMmPkg/StandaloneMmPkg.dsc | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/StandaloneMmPkg/StandaloneMmPkg.dsc b/StandaloneMmPkg/StandaloneMmPkg.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/BaseDebugPrintErrorLevelLib.inf + ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf FvLib|StandaloneMmPkg/Library/FvLib/FvLib.inf - HobLib|StandaloneMmPkg/Library/StandaloneMmCoreHobLib/StandaloneMmCoreHobLib.inf + HobLib|StandaloneMmPkg/Library/StandaloneMmHobLib/StandaloneMmHobLib.inf IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf MemLib|StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf MemoryAllocationLib|StandaloneMmPkg/Library/StandaloneMmCoreMemoryAllocationLib/StandaloneMmCoreMemoryAllocationLib.inf + MmServicesTableLib|MdePkg/Library/StandaloneMmServicesTableLib/StandaloneMmServicesTableLib.inf PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf + PeCoffExtraActionLib|StandaloneMmPkg/Library/StandaloneMmPeCoffExtraActionLib/StandaloneMmPeCoffExtraActionLib.inf PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf - - # - # Entry point - # - StandaloneMmDriverEntryPoint|StandaloneMmPkg/Library/StandaloneMmDriverEntryPoint/StandaloneMmDriverEntryPoint.inf + StandaloneMmCoreEntryPoint|StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf + StandaloneMmDriverEntryPoint|MdePkg/Library/StandaloneMmDriverEntryPoint/StandaloneMmDriverEntryPoint.inf [LibraryClasses.AARCH64] ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf StandaloneMmMmuLib|ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmLib.inf ArmSvcLib|ArmPkg/Library/ArmSvcLib/ArmSvcLib.inf CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf - PeCoffExtraActionLib|StandaloneMmPkg/Library/StandaloneMmPeCoffExtraActionLib/StandaloneMmPeCoffExtraActionLib.inf - StandaloneMmCoreEntryPoint|StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf + NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf + NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf + +[LibraryClasses.common.MM_CORE_STANDALONE] + HobLib|StandaloneMmPkg/Library/StandaloneMmCoreHobLib/StandaloneMmCoreHobLib.inf ################################################################################ # -- 2.17.1