From patchwork Fri Apr 8 09:45:09 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ard Biesheuvel X-Patchwork-Id: 65386 Delivered-To: patch@linaro.org Received: by 10.112.43.237 with SMTP id z13csp569548lbl; Fri, 8 Apr 2016 02:46:40 -0700 (PDT) X-Received: by 10.98.40.4 with SMTP id o4mr11585021pfo.76.1460108785950; Fri, 08 Apr 2016 02:46:25 -0700 (PDT) Return-Path: Received: from ml01.01.org (ml01.01.org. [2001:19d0:306:5::1]) by mx.google.com with ESMTPS id dj8si24347pad.244.2016.04.08.02.46.25 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 08 Apr 2016 02:46:25 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of edk2-devel-bounces@lists.01.org designates 2001:19d0:306:5::1 as permitted sender) client-ip=2001:19d0:306:5::1; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of edk2-devel-bounces@lists.01.org designates 2001:19d0:306:5::1 as permitted sender) smtp.mailfrom=edk2-devel-bounces@lists.01.org; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id CBC6B1A1FC2; Fri, 8 Apr 2016 02:45:55 -0700 (PDT) X-Original-To: edk2-devel@lists.01.org Delivered-To: edk2-devel@lists.01.org Received: from mail-wm0-x22a.google.com (mail-wm0-x22a.google.com [IPv6:2a00:1450:400c:c09::22a]) (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 CDE8A1A1FE8 for ; Fri, 8 Apr 2016 02:45:53 -0700 (PDT) Received: by mail-wm0-x22a.google.com with SMTP id l6so57646640wml.1 for ; Fri, 08 Apr 2016 02:45:53 -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:in-reply-to:references; bh=fPkzm2sljC7m/TGSmqs+GnViN0hkzSlgXZLrSNNM9tc=; b=Jl18jhVUDkqGPYNDE3KdHxDrvqxp1Lj2sqmeK2kB5pSIumXgLkiYLfvDuUU5d5q+mU bp3+L343pVwQ95ZmpvsRIOJUFrVdVfq8PcRXt4ymnBAEbiAm+jgtLp+QniUdH9oCCnVC b/5e36A7zBhuEAXHrUWgafPk1R59xD43eSqYc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=fPkzm2sljC7m/TGSmqs+GnViN0hkzSlgXZLrSNNM9tc=; b=LPalvtP8/t4zLkqwS7OXti7o4u+2BLsLTVeui4D/YpIy3l8BBvgfph2b4qykT6VCRU WbdcrSdr4jlP9VWt6YSzeabfACAQy87c9vqIBPKGRg9v9bgJyuBzQorb1a2HYgUuB/OJ i2HrXJQeornHHVP9lSqlCOQat3DXl+Q9fQJ641zLY28Sm9IICw0ABPWKTSvIL0DaPyvT 6PYNG0UE/VEjertHx19iEtH9nP9PJZqlY09ORMOyf6Jv+ncaEP47EpI160CejNZh969p 53um10qKe49t3laB9OuJT+3osrDfnfy83dsETPkhSKhKeCxLYmz121kZTmDUZEReI1ZS utXA== X-Gm-Message-State: AD7BkJKgjmgiU/S21YD0HQSPkv0JpFCUA+25UA3pak5XLRE1LkplBC0+nbYponCzGDBO4opa X-Received: by 10.194.6.36 with SMTP id x4mr8415376wjx.122.1460108752586; Fri, 08 Apr 2016 02:45:52 -0700 (PDT) Received: from localhost.localdomain ([195.55.142.58]) by smtp.gmail.com with ESMTPSA id s10sm9710681wjp.3.2016.04.08.02.45.50 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 08 Apr 2016 02:45:51 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org, lersek@redhat.com Date: Fri, 8 Apr 2016 11:45:09 +0200 Message-Id: <1460108711-12122-23-git-send-email-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1460108711-12122-1-git-send-email-ard.biesheuvel@linaro.org> References: <1460108711-12122-1-git-send-email-ard.biesheuvel@linaro.org> Subject: [edk2] [PATCH v2 22/24] OvmfPkg/XenIoMmioLib: add missing MemoryAllocationLib dependency to INF X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: Ard Biesheuvel MIME-Version: 1.0 Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" XenIoMmioLib depends on MemoryAllocationLib, and uses its header, but failed to declare the dependency in its INF. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel --- OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib.inf | 1 + 1 file changed, 1 insertion(+) -- 2.5.0 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel diff --git a/OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib.inf b/OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib.inf index 16cc4530355e..d02588f281d2 100644 --- a/OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib.inf +++ b/OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib.inf @@ -30,6 +30,7 @@ [Packages] [LibraryClasses] BaseMemoryLib + MemoryAllocationLib [Guids] gXenBusRootDeviceGuid