From nobody Fri Dec 27 02:22:41 2024 Delivered-To: importer@patchew.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 1504081293969891.6772645592881; Wed, 30 Aug 2017 01:21:33 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id C316E21E95E17; Wed, 30 Aug 2017 01:18:45 -0700 (PDT) Received: from mail-wr0-x22e.google.com (mail-wr0-x22e.google.com [IPv6:2a00:1450:400c:c0c::22e]) (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 A7CE621CE748D for ; Wed, 30 Aug 2017 01:18:43 -0700 (PDT) Received: by mail-wr0-x22e.google.com with SMTP id 40so15791229wrv.5 for ; Wed, 30 Aug 2017 01:21:25 -0700 (PDT) Received: from localhost.localdomain ([105.133.189.215]) by smtp.gmail.com with ESMTPSA id h8sm3051642wma.46.2017.08.30.01.21.22 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 30 Aug 2017 01:21:22 -0700 (PDT) X-Original-To: edk2-devel@lists.01.org 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=2j4k4SAyLPHjr3TtxjkoXPKGWN1eEaxXzdL3pCmMCEg=; b=V+E25679YlEfp+PO91CYCxqqvnp4rlQuqs6GquFJlD74Oy/Xhvih6zhSfODNNN/zF0 Tg8s8cRm97jdjZsI7SYK3OuSKa2ppjCacLAO043kpJzxXGGBORTOMK3OwWs0nLMTZ5dv pkqhYpEeFHHMS3dVFAAMhvymK2wRyUCMe+N1w= 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=2j4k4SAyLPHjr3TtxjkoXPKGWN1eEaxXzdL3pCmMCEg=; b=SdJUFHcGVAAVTqU79t1GF+ZYVxRkn/08MyK3gwWrbXaUG10WeEFN+v3Pi7l4SGkBNM meZCu5Yack8mIAmYx+D7CsBbTCrt3HZEu8jeCseXVjKNAvSm0U0KZEThvCb5nUn19oGu meVEuscMdeiy0BuQwK1L4lSMpMSdR8R21sWmIk4hH6Rk86Ed7jbCH8fqCA0g9p8TLlp8 hye24Qfqwmsz+nYIUgtkzr+SqxRCDvhxE3n81+G/nUhc+WU+zR5232lBZBEIjSOp89OH FenLxtAksftL+LOiOKl2B3n/3lGOPC5UOKdRZhoEIGN7RtagNl7hOHkO23RDoYK5N7kW sdtw== X-Gm-Message-State: AHYfb5isxZVOHM3Yx53SwN3OfecX3f1KjAojxN2K7JmpHqYsH15E+8oW ruax25fsI0EPMFhF11K6tg== X-Received: by 10.223.199.135 with SMTP id l7mr611823wrg.94.1504081283549; Wed, 30 Aug 2017 01:21:23 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org, leif.lindholm@linaro.org Date: Wed, 30 Aug 2017 09:21:06 +0100 Message-Id: <20170830082108.7470-5-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170830082108.7470-1-ard.biesheuvel@linaro.org> References: <20170830082108.7470-1-ard.biesheuvel@linaro.org> Subject: [edk2] [PATCH 4/6] Omap35xxPkg: switch to EmbeddedPkg's NonCoherentDmaLib 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: , Cc: Ard Biesheuvel MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZohoMail: RDKM_2 RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Replace the reference to the ARM specific ArmDmaLib with a reference to the generic NonCoherentDmaLib. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- Omap35xxPkg/Omap35xxPkg.dsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Omap35xxPkg/Omap35xxPkg.dsc b/Omap35xxPkg/Omap35xxPkg.dsc index 941bc97060b9..c5d9746104e6 100644 --- a/Omap35xxPkg/Omap35xxPkg.dsc +++ b/Omap35xxPkg/Omap35xxPkg.dsc @@ -61,7 +61,7 @@ [LibraryClasses.common] DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableL= ib.inf UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntry= Point.inf UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiA= pplicationEntryPoint.inf - DmaLib|ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf + DmaLib|EmbeddedPkg/Library/NonCoherentDmaLib/NonCoherentDmaLib.inf =20 TimerLib|Omap35xxPkg/Library/Omap35xxTimerLib/Omap35xxTimerLib.inf =20 --=20 2.11.0 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel