From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-x22f.google.com (mail-wr0-x22f.google.com [IPv6:2a00:1450:400c:c0c::22f]) (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 52B262095B9FD for ; Fri, 25 Aug 2017 05:07:53 -0700 (PDT) Received: by mail-wr0-x22f.google.com with SMTP id a47so6763806wra.4 for ; Fri, 25 Aug 2017 05:10:29 -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=rDWcvXVjiNugUb0zxfMZwuXqYoESbWJ5dc7tZcMpnlg=; b=b1/xPPyWg2PbqtmjGd1dlFNHpNuSeqoEMsuz5JDwImuGH+lnFEHzluPNbbjvxJTY7w nlg/x+wKNGmGSffouys83eUI8+sZ3z+aPieKdflZEacqx08+uvGVOy/K/PCxCyS/MkCL hhRsBGO2qbt3bZVF4Ikuj6RoiyxNmvusJBR/c= 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=rDWcvXVjiNugUb0zxfMZwuXqYoESbWJ5dc7tZcMpnlg=; b=aFr55Muovc7lrRapPpEPjtsqXzFw0KXOHttylhP34e7u5xgbufGnmzl0KIeyJqFyY6 gw9dcGl/8IvEH8sQkJpMqH+/iL0W0OzeYabEWZxcmyLOsJUVru0R55bEoBny0YvD/B2P Q5aTlaca4l4AK6j0FYK477fNpNVcAOiedMw5DVUu69+eZxINTOrFIGGl3bwR2oipGeV0 ETmJoN7psooGKx3ZixwaGdrxq/9Xx/dyaUr2FcpPL4547aUHFhTRnirEwCazFNyH4i+P plB0OI46EALDjKzZVdGa5rmupNuY9N3wrdFJEMxQQXiNH3fj0x+U40wmSTNbFUkKfQX3 IDFA== X-Gm-Message-State: AHYfb5haQdTSx+tuaT4KiiAcJPPvJoxEZtMOrNwE65kzstNozRPT7chD Bl8BztsiCeLE2Z3Fl6KaWw== X-Received: by 10.223.146.3 with SMTP id 3mr279763wrj.296.1503663027713; Fri, 25 Aug 2017 05:10:27 -0700 (PDT) Received: from localhost.localdomain ([105.137.125.182]) by smtp.gmail.com with ESMTPSA id 9sm1996137wmo.35.2017.08.25.05.10.25 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 25 Aug 2017 05:10:26 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org, leif.lindholm@linaro.org Cc: Ard Biesheuvel Date: Fri, 25 Aug 2017 13:10:12 +0100 Message-Id: <20170825121014.15739-4-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170825121014.15739-1-ard.biesheuvel@linaro.org> References: <20170825121014.15739-1-ard.biesheuvel@linaro.org> Subject: [PATCH 3/5] BeagleBoardPkg: remove UncachedMemoryAllocationLib resolutions 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: Fri, 25 Aug 2017 12:07:53 -0000 ArmDmaLib no longer depends on UncachedMemoryAllocationLib, so we can remove the library class resolutions for it. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- BeagleBoardPkg/BeagleBoardPkg.dsc | 2 -- 1 file changed, 2 deletions(-) diff --git a/BeagleBoardPkg/BeagleBoardPkg.dsc b/BeagleBoardPkg/BeagleBoardPkg.dsc index b22f814a28a4..84aae84ff52d 100644 --- a/BeagleBoardPkg/BeagleBoardPkg.dsc +++ b/BeagleBoardPkg/BeagleBoardPkg.dsc @@ -44,10 +44,8 @@ [LibraryClasses.common] !if $(TARGET) == RELEASE DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf - UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf !else DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf - UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf !endif DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf -- 2.11.0