From patchwork Fri Dec 22 19:08:04 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Evan Lloyd X-Patchwork-Id: 122657 Delivered-To: patch@linaro.org Received: by 10.140.22.227 with SMTP id 90csp2628234qgn; Fri, 22 Dec 2017 11:08:32 -0800 (PST) X-Google-Smtp-Source: ACJfBotv77Thggnds73tCRprEk8W45aRQyS3ARRKJ4FVZLwBxyL3vE+r18Zfu9AyDKHFbVRtqXRD X-Received: by 10.99.53.71 with SMTP id c68mr13452953pga.165.1513969711952; Fri, 22 Dec 2017 11:08:31 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1513969711; cv=none; d=google.com; s=arc-20160816; b=ykaNP79B9qadBLO6Eu9P65mnbPc1lyS5Yw50ooOQ3H0A9/4K1ZM0mmIugEm//faecY ijRXqFo2/6WROfyxBo7k2b82gqmy56lHM9TO/5r6yuZy29ige73S7kJGmA6kKqCtk+IC sgBRWUw390EHhbFD/GTMgtqYGEWRtrW1/ReNs3mUd0eADu6KfQgYqoK3OqRNHgkikrC5 ji/0bSjS42pjLzqrf9Vellik6SC8DxuB92A2nnhazbV6OiE8hiHd/ddPN/JSzzk0EVmu vAReuULMfyrK/1tzkb9f9jf9Ry1U77cM6UFNNEPnqC21PXOlZX0lgQkNBpwGi6bKG/Qy 0s0w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:content-transfer-encoding:mime-version:cc :list-subscribe:list-help:list-post:list-archive:list-unsubscribe :list-id:precedence:subject:references:in-reply-to:message-id:date :to:from:delivered-to:arc-authentication-results; bh=af/KSa3oOdsjJquAL4YPK31ekVs1R+sE/i/FT45rjHM=; b=x/hpgRfzqfzt8iQmEyoTm2YToIVL2rGMtTX2RG8RVnq2AVbW4gq2n5uPunRAsd13xV 5+iA3nDaYJyvJ1pACCok2K32jt8yMRk6mGobxdmOxvqwFN2MGeT+t6Pla1HXV7b8tdNr N79Br5CjWrOWw/0ztrdhipLKg9noAiSqjpgHhCX3xok9Hwu+mhs1NCHlakzXhfgsc95R 2FyG48ckHU2KfFJYNr+zZLVxK4M76VkLdHLE7mYiCCt6DOZiBGUE/bd/StO1IJdF6NxY PFtOH0ZbWf1DoAbwsY5xJKU82+W8qrEkr5YHx3Q6hhiLE0vMrAfkizHRrYsFLLOxgCg3 KfAw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of edk2-devel-bounces@lists.01.org designates 2001:19d0:306:5::1 as permitted sender) smtp.mailfrom=edk2-devel-bounces@lists.01.org Return-Path: Received: from ml01.01.org (ml01.01.org. [2001:19d0:306:5::1]) by mx.google.com with ESMTPS id n28si17356818pfg.103.2017.12.22.11.08.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 22 Dec 2017 11:08:31 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of edk2-devel-bounces@lists.01.org designates 2001:19d0:306:5::1 as permitted sender) client-ip=2001:19d0:306:5::1; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of edk2-devel-bounces@lists.01.org designates 2001:19d0:306:5::1 as permitted sender) smtp.mailfrom=edk2-devel-bounces@lists.01.org Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id EA26322198F62; Fri, 22 Dec 2017 11:03:40 -0800 (PST) X-Original-To: edk2-devel@lists.01.org Delivered-To: edk2-devel@lists.01.org Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=217.140.96.140; helo=cam-smtp0.cambridge.arm.com; envelope-from=evan.lloyd@arm.com; receiver=edk2-devel@lists.01.org Received: from cam-smtp0.cambridge.arm.com (fw-tnat.cambridge.arm.com [217.140.96.140]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 351E322225C1B for ; Fri, 22 Dec 2017 11:03:38 -0800 (PST) Received: from E111747.Emea.Arm.com (e111747.emea.arm.com [10.1.25.75]) by cam-smtp0.cambridge.arm.com (8.13.8/8.13.8) with ESMTP id vBMJ8Qws005645; Fri, 22 Dec 2017 19:08:27 GMT From: evan.lloyd@arm.com To: edk2-devel@lists.01.org Date: Fri, 22 Dec 2017 19:08:04 +0000 Message-Id: <20171222190821.12440-2-evan.lloyd@arm.com> X-Mailer: git-send-email 2.14.1 In-Reply-To: <20171222190821.12440-1-evan.lloyd@arm.com> References: <20171222190821.12440-1-evan.lloyd@arm.com> Subject: [edk2] [PATCH edk2-platforms v2 01/18] ARM/VExpressPkg: Fix MODULE_TYPE of HDLCD/PL111 platform libraries X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "Matteo.Carlini@arm.com"@arm.com, "leif.lindholm@linaro.org"@arm.com, "nd@arm.com"@arm.com, Arvind Chauhan , Thomas Panakamattam Abraham , "ard.biesheuvel@linaro.org"@arm.com MIME-Version: 1.0 Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" From: Ard Biesheuvel This change fixes incorrect MODULE_TYPE of HDLCD and PL111 LcdPlatformLibs. Currently set MODUL_TYPE DXE_DRIVER is incorrect for these platform libraries. Hence set this to type BASE. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Girish Pathak --- Platform/ARM/VExpressPkg/Library/HdLcdArmVExpressLib/HdLcdArmVExpressLib.inf | 4 ++-- Platform/ARM/VExpressPkg/Library/PL111LcdArmVExpressLib/PL111LcdArmVExpressLib.inf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) -- Guid("CE165669-3EF3-493F-B85D-6190EE5B9759") _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel diff --git a/Platform/ARM/VExpressPkg/Library/HdLcdArmVExpressLib/HdLcdArmVExpressLib.inf b/Platform/ARM/VExpressPkg/Library/HdLcdArmVExpressLib/HdLcdArmVExpressLib.inf index fc51c781b45122eaf4f2269af61b44c8630cdfb8..18d210ce718db45e018681cd1ccdad48f4adc7f3 100644 --- a/Platform/ARM/VExpressPkg/Library/HdLcdArmVExpressLib/HdLcdArmVExpressLib.inf +++ b/Platform/ARM/VExpressPkg/Library/HdLcdArmVExpressLib/HdLcdArmVExpressLib.inf @@ -2,7 +2,7 @@ # # Component description file for HdLcdArmLib module # -# Copyright (c) 2011-2012, ARM Ltd. All rights reserved.
+# Copyright (c) 2011-2017, ARM Ltd. All rights reserved.
# # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -18,7 +18,7 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = HdLcdArmVExpress FILE_GUID = 535a720e-06c0-4bb9-b563-452216abbed4 - MODULE_TYPE = DXE_DRIVER + MODULE_TYPE = BASE VERSION_STRING = 1.0 LIBRARY_CLASS = LcdPlatformLib diff --git a/Platform/ARM/VExpressPkg/Library/PL111LcdArmVExpressLib/PL111LcdArmVExpressLib.inf b/Platform/ARM/VExpressPkg/Library/PL111LcdArmVExpressLib/PL111LcdArmVExpressLib.inf index fd83d2412d4fd2dfa59204f21626c62e377e3c55..335c84841a4ff4b57c0d495bc48e93579b5ce576 100644 --- a/Platform/ARM/VExpressPkg/Library/PL111LcdArmVExpressLib/PL111LcdArmVExpressLib.inf +++ b/Platform/ARM/VExpressPkg/Library/PL111LcdArmVExpressLib/PL111LcdArmVExpressLib.inf @@ -2,7 +2,7 @@ # # Component description file for ArmVeGraphicsDxe module # -# Copyright (c) 2011-2012, ARM Ltd. All rights reserved.
+# Copyright (c) 2011-2017, ARM Ltd. All rights reserved.
# # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -18,7 +18,7 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = PL111LcdArmVExpressLib FILE_GUID = b7f06f20-496f-11e0-a8e8-0002a5d5c51b - MODULE_TYPE = DXE_DRIVER + MODULE_TYPE = BASE VERSION_STRING = 1.0 LIBRARY_CLASS = LcdPlatformLib