From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:4864:20::444; helo=mail-wr1-x444.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr1-x444.google.com (mail-wr1-x444.google.com [IPv6:2a00:1450:4864:20::444]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 6F064211B738E for ; Mon, 14 Jan 2019 05:28:19 -0800 (PST) Received: by mail-wr1-x444.google.com with SMTP id t27so22837274wra.6 for ; Mon, 14 Jan 2019 05:28:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=2I1ajjaBppEFXp9AjJBUjf5RT2qHfVKEzLwEPvRzgLU=; b=JFy5vpJhB1NTMB1/tKoBpjmGRV1kYs6MuYgYvHNrm+drfJmccUYi/Wh7iedMnNtitp C30OXkdi5Ynpi7Hpx37e19dZROmYhiR5fmJe5Zx0YfHPDFAcLO4taQcdr7/sgxxO7dMD Pm9qVNMX4l5BPvOFxZ5BoSd0CPUuizSn7cVrg= 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=2I1ajjaBppEFXp9AjJBUjf5RT2qHfVKEzLwEPvRzgLU=; b=mG+dlegGrYR7uNQ+9dKh3rILTOKGy/qWz+H2G3Ixa9eNYs45zU11d9X1DwTYSrU4gG TsvGYyZGYSMaSvB+15imduPTDViwm69BP8RUDjUcLD8eDaF90F9SkXT52xqmFAFASv/c YG2z4vDl3v9wW8UXcmytCqggW4CS80msmc4uNEKAh0MGUsqgY04QulJJwu8ubD+ixzCj sbxwc57wtNhxtmAHn9ilQrVWGxNPprGV08sYz8B5lU1xKqle71x637MmdtX4pJVPNCYY FapOMgMGOwXXXVIr6VtcI11H67hLCkOmYYkR4skl1bc/EP7lmB8Y0tPK+LKtvvLtMYQg 9SIg== X-Gm-Message-State: AJcUukfvvqqqeMYA/aIsZL+C9sV/hFUBUEXLWX52D3s/EwA29ekl/735 FuzbRQbbsUBZRVZTzOf2xA7lvY7XM9w= X-Google-Smtp-Source: ALg8bN4Q9KrGxh3qWDHGzt+vK9BnwK+O5QqJMMQuWstWnRHScHcNRxzC+uXnAwHBlCYO7lmOfPVK/Q== X-Received: by 2002:a5d:64c7:: with SMTP id y7mr23775917wrv.207.1547472497831; Mon, 14 Jan 2019 05:28:17 -0800 (PST) Received: from localhost.localdomain (aputeaux-684-1-19-62.w90-86.abo.wanadoo.fr. [90.86.222.62]) by smtp.gmail.com with ESMTPSA id 202sm33446560wmt.8.2019.01.14.05.28.16 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 14 Jan 2019 05:28:17 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: Ard Biesheuvel , Laszlo Ersek , Leif Lindholm , Michael D Kinney , Liming Gao , Jian J Wang , Hao Wu , Jagadeesh Ujja , Achin Gupta , Thomas Panakamattam Abraham , Sami Mujawar , Star Zeng Date: Mon, 14 Jan 2019 14:27:45 +0100 Message-Id: <20190114132758.24054-5-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190114132758.24054-1-ard.biesheuvel@linaro.org> References: <20190114132758.24054-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 Subject: [PATCH v2 04/17] Vlv2TbltDevicePkg: add MmServicesTableLib resolution X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2019 13:28:19 -0000 Content-Transfer-Encoding: 8bit The SMM based FTW and variable drivers are going to depend on MmServicesTableLib after a subsequent patch, so add a resolution for it to various Vlv2TbltDevicePkg .dsc files. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc | 1 + Vlv2TbltDevicePkg/PlatformPkgIA32.dsc | 1 + Vlv2TbltDevicePkg/PlatformPkgX64.dsc | 1 + 3 files changed, 3 insertions(+) diff --git a/Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc b/Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc index d43611550285..eb7c205a10a6 100644 --- a/Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc +++ b/Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc @@ -406,6 +406,7 @@ [LibraryClasses.X64.DXE_CORE] !endif [LibraryClasses.X64.DXE_SMM_DRIVER] + MmServicesTableLib|MdePkg/Library/MmServicesTableLib/MmServicesTableLib.inf SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf ReportStatusCodeLib|MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf diff --git a/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc b/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc index a33816c4d18b..b2f0d73f6d05 100644 --- a/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc +++ b/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc @@ -406,6 +406,7 @@ [LibraryClasses.IA32.DXE_CORE] !endif [LibraryClasses.IA32.DXE_SMM_DRIVER] + MmServicesTableLib|MdePkg/Library/MmServicesTableLib/MmServicesTableLib.inf SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf ReportStatusCodeLib|MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf diff --git a/Vlv2TbltDevicePkg/PlatformPkgX64.dsc b/Vlv2TbltDevicePkg/PlatformPkgX64.dsc index 1da1442c64c6..aa62c07f177b 100644 --- a/Vlv2TbltDevicePkg/PlatformPkgX64.dsc +++ b/Vlv2TbltDevicePkg/PlatformPkgX64.dsc @@ -408,6 +408,7 @@ [LibraryClasses.X64.DXE_CORE] !endif [LibraryClasses.X64.DXE_SMM_DRIVER] + MmServicesTableLib|MdePkg/Library/MmServicesTableLib/MmServicesTableLib.inf SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf ReportStatusCodeLib|MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf -- 2.20.1