From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-x230.google.com (mail-wr0-x230.google.com [IPv6:2a00:1450:400c:c0c::230]) (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 D5D8721E95DED for ; Wed, 30 Aug 2017 02:49:37 -0700 (PDT) Received: by mail-wr0-x230.google.com with SMTP id 40so16438724wrv.5 for ; Wed, 30 Aug 2017 02:52:19 -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=f1SbDrlDNl4qQnakQZ6308gKeez7SEX6d40ur6g/5Qc=; b=UQEApdIFybAEWq2t8CaT6KWOq6BCk+zzoBKH6u+8qyqHdenGwLmmAe6ECM+1fFbGNm Tlg6rmQBi0OpPuJuUR7tj43zPZ1u/j9aDET175ZdckahYGndpuAoo11qDWpVe/GmATOx 9CvkMlwS7XN+Mva8+xo601ivSsB+7ZhlB5HEw= 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; bh=f1SbDrlDNl4qQnakQZ6308gKeez7SEX6d40ur6g/5Qc=; b=kI5nzhtOn/5+ydjMW5Tm0Yfruu+22ffJ6RAATLf10YGV96hUjcIqlFCNfbOqRxjOPS Az8DHewCF066zxvxtzKEu0Eu4yuAYVy0MFKPa5ZByMcuCz/oNVbvEMpASLI3INciI+uN CIIqVAdu5f1Th1sEArkG8+y6NXN2AGSxZsH9Bvde1yLqKDE+nmm1+TcKATk1Hqwdgp2p S99GtDT6egIx1v6HRMjYprSSb1xGo+jMPD/HBiMKDuxBetZ/rQfqK6J1UFZpQSVZ12bD /RPv0WP186FrYrVL2wWfoneaGU+sthYHHSrCTcU6qp3dF2qQ+BttkkHbTuaGz0sPBAGi iw7g== X-Gm-Message-State: AHYfb5gtrhAX+QIG3LK0kQYiWIo1FkMuHT6J1D/JHWUti6fJlPCK30vX YjKxFDHKEDYIZIBU5kpkKQ== X-Received: by 10.223.160.99 with SMTP id l32mr808610wrl.75.1504086737782; Wed, 30 Aug 2017 02:52:17 -0700 (PDT) Received: from localhost.localdomain ([105.133.189.215]) by smtp.gmail.com with ESMTPSA id s9sm5760365wrb.65.2017.08.30.02.52.16 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 30 Aug 2017 02:52:17 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org, leif.lindholm@linaro.org Cc: Ard Biesheuvel Date: Wed, 30 Aug 2017 10:52:08 +0100 Message-Id: <20170830095208.25549-2-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170830095208.25549-1-ard.biesheuvel@linaro.org> References: <20170830095208.25549-1-ard.biesheuvel@linaro.org> Subject: [PATCH edk2-platforms 2/2] Platform/HiKey: remove DmaLib library class resolution X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Aug 2017 09:49:38 -0000 The HiKey platform does not incorporate any drivers that depend on the DmaLib library class so we can remove the resolution for it. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- Platform/Hisilicon/HiKey/HiKey.dsc | 1 - 1 file changed, 1 deletion(-) diff --git a/Platform/Hisilicon/HiKey/HiKey.dsc b/Platform/Hisilicon/HiKey/HiKey.dsc index 9accf781c25f..968e8acc0883 100644 --- a/Platform/Hisilicon/HiKey/HiKey.dsc +++ b/Platform/Hisilicon/HiKey/HiKey.dsc @@ -108,7 +108,6 @@ # USB Requirements UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf - DmaLib|ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf # Network Libraries UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf -- 2.11.0