From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:4864:20::330; helo=mail-wm1-x330.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm1-x330.google.com (mail-wm1-x330.google.com [IPv6:2a00:1450:4864:20::330]) (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 3B73621A07A82 for ; Mon, 18 Mar 2019 08:57:02 -0700 (PDT) Received: by mail-wm1-x330.google.com with SMTP id f3so13708950wmj.4 for ; Mon, 18 Mar 2019 08:57:02 -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=/T3WvH2nTakHMlF1f0oDMWwUzpgyfnsm3g3Yt7kPLJE=; b=HNl35JHxt5gnxizEq6hvc2gSXJGSnBy+eSUCCMWaooCeDA+1ncRurnxLtiRiFuSHAr WAI/1XDJfshXWMjcaaMcHzPOLTyQMYspAzAdy2gAlmh9STjsGXUBEaTnCElTupozjnrw MVn+B/Vt7I9e7kqzJxz9j7ygzVu5tzeky7u8F6Jtps0kenHukTzwpePQD/VVNdPBdGKX 5kqaPD9jeGNYndYIHrGMF4qekj/8hTWc4qJ8kHT5Itu5TZxiaaav8PmF55tFpSwUGPtU 5PkjmDTxQB4FmQT7bcdhZTbqS9jt/pbnPkNSNx08DarIELyquk6optv/ho/3Zv21eC46 HM7A== 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=/T3WvH2nTakHMlF1f0oDMWwUzpgyfnsm3g3Yt7kPLJE=; b=cIOVgMfQ/amGqXof3wLQTPX8Cip00+dsNwtp/g02BhD9c6GtHr3prBbLXdKsydubfj Xob8BUHsXYwjY8i2g+NC0BMAF65Gv29LDtxjgYnWmHLx4nFcMUuDlV/EFkG1l8E4HPlC LSTJRpAY+MEcb2ypJB8v5jVBAbeyGWFML3n4glK5WGN8rScaori3GCL9a9MPpfHDEzdF ezWJ+eGsc6T55lVQKobgOGd1qkLxq0bMz00aPvdqfbKooZpO9iTf71wpUzIYoIobhOVj AIhKhpjG6fbwV7dRj50Y3V+nX3x5t0h5duD1npjkGyouurPEvrhlEvhoaBULTssg/Uod ADRA== X-Gm-Message-State: APjAAAUcz5GJhh1EpwPmbgCd5vE2wpcLI7deKU5mjpU3anBthJEBgq5p dmdr0GbfvgXcsnQzhZWKzZmi9mIRsxE= X-Google-Smtp-Source: APXvYqyLyiNPNoD0FsGJ+iWhCHGNTG7PKNb5cVsVZHcM2JSq0cggLxdx15VC1k8w3unZF0L+Ge8HHw== X-Received: by 2002:a7b:c04c:: with SMTP id u12mr12175968wmc.71.1552924620458; Mon, 18 Mar 2019 08:57:00 -0700 (PDT) Received: from vanye.hemma.eciton.net (cpc92302-cmbg19-2-0-cust304.5-4.cable.virginm.net. [82.1.209.49]) by smtp.gmail.com with ESMTPSA id u12sm7954274wrt.2.2019.03.18.08.56.59 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 18 Mar 2019 08:56:59 -0700 (PDT) From: Leif Lindholm To: edk2-devel@lists.01.org Cc: Sami Mujawar , Alexei Fedorov Date: Mon, 18 Mar 2019 15:56:56 +0000 Message-Id: <20190318155657.28324-2-leif.lindholm@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20190318155657.28324-1-leif.lindholm@linaro.org> References: <20190318155657.28324-1-leif.lindholm@linaro.org> Subject: [PATCH 1/2] DynamicTablesPkg: correct LibraryClass dependencies for Arm/DBG2 X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Mar 2019 15:57:02 -0000 This patch changes the stated dependency in AcpiDbg2LibArm.inf from currently listed SerialPortLib to actually required PL011UartLib. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Leif Lindholm --- DynamicTablesPkg/Library/Acpi/Arm/AcpiDbg2LibArm/AcpiDbg2LibArm.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DynamicTablesPkg/Library/Acpi/Arm/AcpiDbg2LibArm/AcpiDbg2LibArm.inf b/DynamicTablesPkg/Library/Acpi/Arm/AcpiDbg2LibArm/AcpiDbg2LibArm.inf index 4075862204..6682e92448 100644 --- a/DynamicTablesPkg/Library/Acpi/Arm/AcpiDbg2LibArm/AcpiDbg2LibArm.inf +++ b/DynamicTablesPkg/Library/Acpi/Arm/AcpiDbg2LibArm/AcpiDbg2LibArm.inf @@ -34,7 +34,7 @@ [Packages] [LibraryClasses] BaseLib - SerialPortLib + PL011UartLib [FixedPcd] gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate -- 2.11.0