From patchwork Tue Oct 18 13:10:04 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: gary guo X-Patchwork-Id: 78032 Delivered-To: patch@linaro.org Received: by 10.140.97.247 with SMTP id m110csp884036qge; Tue, 18 Oct 2016 06:24:24 -0700 (PDT) X-Received: by 10.237.37.68 with SMTP id w4mr466931qtc.112.1476797064902; Tue, 18 Oct 2016 06:24:24 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id o92si20938978qko.138.2016.10.18.06.24.24; Tue, 18 Oct 2016 06:24:24 -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 6E1B360C39; Tue, 18 Oct 2016 13:24:24 +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=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2 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 D6C1560DD5; Tue, 18 Oct 2016 13:14:09 +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 796456158C; Tue, 18 Oct 2016 13:13:12 +0000 (UTC) Received: from mail-pf0-f182.google.com (mail-pf0-f182.google.com [209.85.192.182]) by lists.linaro.org (Postfix) with ESMTPS id 5C41F60C86 for ; Tue, 18 Oct 2016 13:12:11 +0000 (UTC) Received: by mail-pf0-f182.google.com with SMTP id e6so94380666pfk.3 for ; Tue, 18 Oct 2016 06:12:11 -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=vTetKqee2xdntMJPCq8LPN7/4hdSP1g2pDRP0a/VsZs=; b=NWNaoIbKI8wIjXoluJrU6iqMRK4yQgD6r0hdE4GzYCJFJO8c7cR0jME7uJORb5QtzB 0kJgL0VnQF3ndYqcg1qVGK5+F4dioHXi/8LpPYJqn6YC6EeyCXMq5do8exRt9nfE0Co+ V4fq9Tte7DS7A4oTDqQ7wtoOp0XB25jRopHvdzfwEAgWNc7OFsW/9Aa8KzPDSAN/9BbZ zMTwaSC6hnif+uCoMCJ/Zqzf/6w1ZuFw1GNhfjCF8MGIkTxqCGD54rG2Koa6WMW1GYsz 7mfn6997UvMh6FCVfbAAUXl86KtkOiWDit6RSKAQBSdNjem1MIDZrgmuaKqIzRJT3/aK kk/g== X-Gm-Message-State: AA6/9RkxErU9yfEHsT/L6fSo/aPY+TWtxp2DMWEYPZgJ6TvEJASC2F0LoauCjAgmtK0uuYaIsgI= X-Received: by 10.98.91.134 with SMTP id p128mr695863pfb.22.1476796330721; Tue, 18 Oct 2016 06:12:10 -0700 (PDT) Received: from localhost.localdomain ([119.145.15.121]) by smtp.gmail.com with ESMTPSA id a88sm56088460pfe.21.2016.10.18.06.12.07 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 18 Oct 2016 06:12:08 -0700 (PDT) From: Heyi Guo To: linaro-uefi@lists.linaro.org Date: Tue, 18 Oct 2016 21:10:04 +0800 Message-Id: <1476796207-94336-21-git-send-email-heyi.guo@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1476796207-94336-1-git-send-email-heyi.guo@linaro.org> References: <1476796207-94336-1-git-send-email-heyi.guo@linaro.org> Subject: [Linaro-uefi] [PATCH v2 20/24] D03/OemNicConfig: add CpldIoLib to avoid potential build error 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" D03 OemNicConfig driver is using CpldIoLib, so CpldIoLib needs to be added to the INF file to avoid potential build error. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Heyi Guo --- Platforms/Hisilicon/D03/Drivers/OemNicConfig2PHi1610/OemNicConfig2P.inf | 1 + 1 file changed, 1 insertion(+) diff --git a/Platforms/Hisilicon/D03/Drivers/OemNicConfig2PHi1610/OemNicConfig2P.inf b/Platforms/Hisilicon/D03/Drivers/OemNicConfig2PHi1610/OemNicConfig2P.inf index 4327406..7867fd0 100644 --- a/Platforms/Hisilicon/D03/Drivers/OemNicConfig2PHi1610/OemNicConfig2P.inf +++ b/Platforms/Hisilicon/D03/Drivers/OemNicConfig2PHi1610/OemNicConfig2P.inf @@ -41,6 +41,7 @@ TimerLib I2CLib PcdLib + CpldIoLib [FixedPcd]