From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x22b.google.com (mail-wm0-x22b.google.com [IPv6:2a00:1450:400c:c09::22b]) (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 D109381F29 for ; Thu, 1 Dec 2016 07:53:32 -0800 (PST) Received: by mail-wm0-x22b.google.com with SMTP id g23so303695725wme.1 for ; Thu, 01 Dec 2016 07:53:32 -0800 (PST) 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=GHk+z9PwasvjJOkcrLq3ZqRkrUmgYevWASbPgZ8XoHk=; b=OkUilCkWwhbNsg3S99pCj9hLhexW7R23tQxfTEKEGFC4K8m3ZbSGmblXZVbmFNERfZ t4qltRxAb0/cUCJIoFfofnQHM/wvtSS/yi2nb+UKfLFsmtPCRPw22ov5B12T+SJG1mPb NtIRHTN9/+PXJS2kV9JLzJdZ7Jtn7mHIXcEX4= 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=GHk+z9PwasvjJOkcrLq3ZqRkrUmgYevWASbPgZ8XoHk=; b=AN8LhK8uAm5d+hLVEtYKDZLZnN969oEx9z8nUChqr/OWUVO7rKgBMxctM9OkJjtZ5v P8491sNsh4qCriPboL58zt51QPeGZztqyyjavudUPxif1kwDk98RGOJSflZ+Gkh6yRTm +1sl/qaFAHTZ/07gZR9d+3kz1e3ARnVlp59RdXf/asJsjrtRSh7nlG7ZL+G0TGBx8v9E 9LfM96hYI+yZoPsjw8E4I5Kf6yuG29B9v4oBWecSpO26cxj8iwePjbx7q5haV7vNxkgN LjqJ62+CrCncde/abjaGMBAqU6Q1Z/sYGFiDzm7ixaTrbhA0Ud1vzPq3iGjjgIw7iWBB 2uiw== X-Gm-Message-State: AKaTC03+uMCmcoBQiTMkOHPSArPz4xpJyyXfK4ZQkg/nogK9MsRMmXRA+ZBLOuU2rI67h1Nl X-Received: by 10.28.125.3 with SMTP id y3mr35704844wmc.30.1480607611303; Thu, 01 Dec 2016 07:53:31 -0800 (PST) Received: from mohikan.hemma.eciton.net ([2a01:348:6:8735:e23f:49ff:fe6d:9d26]) by smtp.gmail.com with ESMTPSA id i2sm850730wjx.44.2016.12.01.07.53.30 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 01 Dec 2016 07:53:30 -0800 (PST) From: Leif Lindholm To: edk2-devel@lists.01.org Cc: Ruiyu Ni , Jordan Justen , Andrew Fish , Laszlo Ersek , Michael D Kinney , Kelly Steele , David Wei , Mang Guo , Ard Biesheuvel Date: Thu, 1 Dec 2016 15:53:22 +0000 Message-Id: <20161201155326.21716-4-leif.lindholm@linaro.org> X-Mailer: git-send-email 2.10.2 In-Reply-To: <20161201155326.21716-1-leif.lindholm@linaro.org> References: <20161201155326.21716-1-leif.lindholm@linaro.org> Subject: [PATCH 3/7] BeagleBoardPkg: Remove use of IntelFrameworkModulePkg legacy libs X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Dec 2016 15:53:33 -0000 LzmaCustomDecompressLib and PeiDxeDebugLibReportStatusCode were copied from IntelFrameworkModulePkg to MdeModulePkg, but the originals were kept for compatibility. Since the libraries are identical, move BeagleBoardPkg to use the MdeModulePkg versions instead. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Leif Lindholm --- BeagleBoardPkg/BeagleBoardPkg.dsc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BeagleBoardPkg/BeagleBoardPkg.dsc b/BeagleBoardPkg/BeagleBoardPkg.dsc index f40095a..b074b92 100644 --- a/BeagleBoardPkg/BeagleBoardPkg.dsc +++ b/BeagleBoardPkg/BeagleBoardPkg.dsc @@ -141,7 +141,7 @@ [LibraryClasses.common.SEC] PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf - ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf + ReportStatusCodeLib|MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf @@ -163,7 +163,7 @@ [LibraryClasses.common.PEI_CORE] PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf - ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf + ReportStatusCodeLib|MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf [LibraryClasses.common.DXE_CORE] HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf -- 2.10.2