From patchwork Mon Sep 5 14:33:10 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ard Biesheuvel X-Patchwork-Id: 75432 Delivered-To: patch@linaro.org Received: by 10.140.106.11 with SMTP id d11csp103242qgf; Mon, 5 Sep 2016 07:34:37 -0700 (PDT) X-Received: by 10.55.79.139 with SMTP id d133mr40034061qkb.110.1473086068905; Mon, 05 Sep 2016 07:34:28 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id o2si17783363qkc.114.2016.09.05.07.34.28; Mon, 05 Sep 2016 07:34:28 -0700 (PDT) Received-SPF: pass (google.com: domain of linaro-uefi-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linaro-uefi-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=linaro-uefi-bounces@lists.linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 99EFE60A3B; Mon, 5 Sep 2016 14:34:28 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 290C160A2F; Mon, 5 Sep 2016 14:34:04 +0000 (UTC) X-Original-To: linaro-uefi@lists.linaro.org Delivered-To: linaro-uefi@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 1363360C16; Mon, 5 Sep 2016 14:34:00 +0000 (UTC) Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by lists.linaro.org (Postfix) with ESMTPS id 00189609D2 for ; Mon, 5 Sep 2016 14:33:33 +0000 (UTC) Received: by mail-wm0-f42.google.com with SMTP id b187so22544825wme.1 for ; Mon, 05 Sep 2016 07:33:33 -0700 (PDT) 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=Vv3u6u5lrvkHC2N0tElVZw4BCExu3k2IiVvTIS4O9J8=; b=mgkaCeglDF2OwEIp8duw0+StnuN09msrvseZSkiVIFTyFAdivuD6ikiISmZb1ftwtK mHZEt1X67uDRrh+qkHTVW5+d4LekIE1F6aP8xxyZfE6RGVEjn3+R1JO6lqOUH343zRoa RN1z4TLBASqcg5m2ouOXhfBpt2//b5j/VYBpD4B/7oHJykY4P9AVwWvFZiQMtgkvKVSZ JRQWnZEQOMFU5cAH9tu0VVsirH5KkVB9Glb6Ueoqviz5HaQXgZgydoG+0ARi6NoFY+lI Ulps/3n9gwoRKL4S3HsoUERSAX5kgnDkuK0JEBX3fiuoHLWjcvxWDcGeuKJkaibYSk8e jJRQ== X-Gm-Message-State: AE9vXwMO9PY9QTM1vc4jL0pO0zHEGGetLQVXGMx+0DL7fN/wMSOCIeU7XbiYs/Ob4xaM8mY+yy4= X-Received: by 10.28.97.2 with SMTP id v2mr15138086wmb.31.1473086012973; Mon, 05 Sep 2016 07:33:32 -0700 (PDT) Received: from localhost.localdomain ([197.130.133.164]) by smtp.gmail.com with ESMTPSA id v203sm21186640wmv.2.2016.09.05.07.33.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 05 Sep 2016 07:33:32 -0700 (PDT) From: Ard Biesheuvel To: linaro-uefi@lists.linaro.org, leif.lindholm@linaro.org, ryan.harkin@linaro.org, heyi.guo@linaro.org Date: Mon, 5 Sep 2016 15:33:10 +0100 Message-Id: <1473085995-13742-5-git-send-email-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1473085995-13742-1-git-send-email-ard.biesheuvel@linaro.org> References: <1473085995-13742-1-git-send-email-ard.biesheuvel@linaro.org> Subject: [Linaro-uefi] [PATCH 4/9] Hisilicon/IoInitDxe: add hidden dependency on MemoryAllocationLib to .inf X-BeenThere: linaro-uefi@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: linaro-uefi-bounces@lists.linaro.org Sender: "Linaro-uefi" IoInitDxe uses the MemoryAllocationLib API, but does not declare it in its .inf file. This will cause breakage when this dependency is no longer fulfilled indirectly via another library, so make it explicit by adding it to the .inf. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel --- Chips/Hisilicon/Pv660/Drivers/IoInitDxe/IoInitDxe.inf | 1 + 1 file changed, 1 insertion(+) diff --git a/Chips/Hisilicon/Pv660/Drivers/IoInitDxe/IoInitDxe.inf b/Chips/Hisilicon/Pv660/Drivers/IoInitDxe/IoInitDxe.inf index 6e19068c2bba..a429cf38c7fb 100644 --- a/Chips/Hisilicon/Pv660/Drivers/IoInitDxe/IoInitDxe.inf +++ b/Chips/Hisilicon/Pv660/Drivers/IoInitDxe/IoInitDxe.inf @@ -41,6 +41,7 @@ CacheMaintenanceLib SerdesLib PlatformSysCtrlLib + MemoryAllocationLib [Guids]