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 3A206211B5082 for ; Mon, 14 Jan 2019 05:28:18 -0800 (PST) Received: by mail-wr1-x444.google.com with SMTP id x10so22803969wrs.8 for ; Mon, 14 Jan 2019 05:28:18 -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=pJam5DxSbUJRBurxGouukeax/deugnF9Oh7Os20CAOE=; b=echcENjO8TCg82U5CbuI402vczk+7rMtao2lG+j+8ZKWMEuGj/TKEUoOjtTdYFghY/ 9KNhUJdRKD4SYOWmUn2MpYYknQyhmYFuyLyUZpgRq4QbWeeeRexldPFFWgzf5DeaRoj5 8DuVOBJz7kbLCQfTf/edvY+Y/Ye7jOOFcipv4= 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=pJam5DxSbUJRBurxGouukeax/deugnF9Oh7Os20CAOE=; b=QSlTrA2xTX/5lGfzq2tU4Cc8p+X/+BMMz7r6/1ofCboIMF6rm6ac4IRg5YOy33WiTA CKhI/CMYB7Y0NI6Nk1fPPcyuy1Wi1/n43X7GKPYY26de96XYrL9rI+bx59RlzYMaOCHL 58EVCtZndXcGxjfY2DkfFp78+WWIhlzUeqOWlvBhdh2PY+8tgN2+2tAZV0cOSkAJiXyl 3J7EubHYnhSlZ9jWXye7/K30OfqI/2D+FYtDjqQUg/z3o9ndFMTOOpH6NUEIKL34V268 WZN905VPxNNmfJpotMzrfJr06C21YX29iEcdCefw3gucTQdbysZOEwuEQO/nbleSQ+M6 mmIw== X-Gm-Message-State: AJcUukdRypn8aPhewy2l3WpGN+lL8qCvFHtApJY5eHTLcr20WXjjuy/8 Xth5r4gnYh28b1qglIU6a306FcZlvWw= X-Google-Smtp-Source: ALg8bN5ZpVkf40y3R/cBi6OJ8W0kbwqI5mb0Mh5lSPTuY1E50RepZ7UoWBUpMG4Ubtia/YoVtZtQOg== X-Received: by 2002:adf:a743:: with SMTP id e3mr23360208wrd.56.1547472496477; Mon, 14 Jan 2019 05:28:16 -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.14 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 14 Jan 2019 05:28:15 -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:44 +0100 Message-Id: <20190114132758.24054-4-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 03/17] QuarkPlatformPkg: 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:18 -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 QuarkPlatformPkg .dsc files. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- QuarkPlatformPkg/Quark.dsc | 1 + QuarkPlatformPkg/QuarkMin.dsc | 1 + 2 files changed, 2 insertions(+) diff --git a/QuarkPlatformPkg/Quark.dsc b/QuarkPlatformPkg/Quark.dsc index 96ae404f476c..0e69b3c51f97 100644 --- a/QuarkPlatformPkg/Quark.dsc +++ b/QuarkPlatformPkg/Quark.dsc @@ -282,6 +282,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/QuarkPlatformPkg/QuarkMin.dsc b/QuarkPlatformPkg/QuarkMin.dsc index d7a25686a30b..0f6da821cb82 100644 --- a/QuarkPlatformPkg/QuarkMin.dsc +++ b/QuarkPlatformPkg/QuarkMin.dsc @@ -242,6 +242,7 @@ [LibraryClasses.IA32.DXE_CORE] !endif [LibraryClasses.IA32.DXE_SMM_DRIVER] + MmServicesTableLib|MdePkg/Library/MmServicesTableLib/MmServicesTableLib.inf SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf -- 2.20.1