From nobody Sun Apr 28 10:25:42 2024 Delivered-To: importer@patchew.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 1512753719704343.9528477234761; Fri, 8 Dec 2017 09:21:59 -0800 (PST) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 12B64221EA0BC; Fri, 8 Dec 2017 09:17:24 -0800 (PST) Received: from mail-wm0-x242.google.com (mail-wm0-x242.google.com [IPv6:2a00:1450:400c:c09::242]) (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 B79C121B0284C for ; Fri, 8 Dec 2017 09:17:22 -0800 (PST) Received: by mail-wm0-x242.google.com with SMTP id t8so4397679wmc.3 for ; Fri, 08 Dec 2017 09:21:57 -0800 (PST) Received: from localhost.localdomain ([160.171.158.223]) by smtp.gmail.com with ESMTPSA id 2sm8838660wre.17.2017.12.08.09.21.53 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 08 Dec 2017 09:21:54 -0800 (PST) X-Original-To: edk2-devel@lists.01.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; Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c09::242; helo=mail-wm0-x242.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=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; bh=Y6105I8aUlbDtt4JnBsHB1Lwhf6I/rVqw/qQB59ttIU=; b=Cpwi4Tfe88hq9V7nYbvHMbYjOaCf7D+NbfCIlhtAaHasdhLE+A2SmZEf/3OiRTRiC0 aK/lmHleHYMSzH8q+niGdNu0SWDQerv+RcDrq6GHL4JXmWv/BvYyhupS2TSMJNsjo+NA JmSJaNwVakfJ/G20WLBrhb05Cw9H+grb5t0e0= 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; bh=Y6105I8aUlbDtt4JnBsHB1Lwhf6I/rVqw/qQB59ttIU=; b=O11uybuq5XdfaJCBhudjW3ZGmJVrcr9rc0Q8J7GVK9gySI1W/jx6vOYR+v/FQW0G6v 1WTHzLgOfHYvPrRXCPjBlaC0d/hCstHjUIrRxBet2H+e4xtBVoltePXKPA8cC92A7juR CDb7b99B+mQ2mbsFbrtBvFnc0JFxzT+baxhVMXQ3wf2DIDmDCBoNJDvuos7bEzcarg1V HeNrIzgV2wadztHDXPqXjhzL48LumjgEzTFx8EN2ANvs9ENOwjq41t8UVRmKmQaDLS08 auua/uqLb/DtuTs5qEVbV2X1mnW2awNSXyPFC5Z/mgj40tfNnN8HBeLR2uSQed/izZNe KYTQ== X-Gm-Message-State: AKGB3mKsNk7M+WbFoqCQw4Bml/c0XzfV1fR4g2wpH8TNR9MqcD2TIKtc FzCNRyhZYBrZC7cKHjImxeXqJka2Xpw= X-Google-Smtp-Source: AGs4zMZcNU0fXZT1woRnYZdzj6CB75NIZdQSt5oQDf0SYHczT1midgtyi0dor31XOtBOcJyu02ALfA== X-Received: by 10.28.45.193 with SMTP id t184mr4976676wmt.140.1512753715433; Fri, 08 Dec 2017 09:21:55 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org Date: Fri, 8 Dec 2017 17:21:47 +0000 Message-Id: <20171208172147.21879-1-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.11.0 Subject: [edk2] [PATCH] Platform/ARM: retire duplicate LCD related PCDs 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: leif.lindholm@linaro.org, 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" In the rework between v1 and v2 of my ArmPlatformPkg cleanup series, I restored the LCD output graphics drivers in mainline EDK2, but forgot to restore some of the PCDs that now remain in ArmPlatformPkg as well. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm --- Platform/ARM/VExpressPkg/ArmVExpress-CTA15-A7.dsc | 4 ++-- Platform/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.dsc | 2 +- Platform/ARM/VExpressPkg/ArmVExpressPkg.dec | 2 -- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Platform/ARM/VExpressPkg/ArmVExpress-CTA15-A7.dsc b/Platform/A= RM/VExpressPkg/ArmVExpress-CTA15-A7.dsc index 3be4d9d25ff5..5c7137e77115 100644 --- a/Platform/ARM/VExpressPkg/ArmVExpress-CTA15-A7.dsc +++ b/Platform/ARM/VExpressPkg/ArmVExpress-CTA15-A7.dsc @@ -155,8 +155,8 @@ [PcdsFixedAtBuild.common] =20 !ifdef ARM_BIGLITTLE_TC2 ## PL111 Lcd & HdLcd - gArmVExpressTokenSpaceGuid.PcdPL111LcdBase|0x1C1F0000 - gArmVExpressTokenSpaceGuid.PcdArmHdLcdBase|0x2B000000 + gArmPlatformTokenSpaceGuid.PcdPL111LcdBase|0x1C1F0000 + gArmPlatformTokenSpaceGuid.PcdArmHdLcdBase|0x2B000000 gArmVExpressTokenSpaceGuid.PcdHdLcdVideoModeOscId|5 !endif =20 diff --git a/Platform/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.dsc b/Platfor= m/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.dsc index 3dc74ffe9df5..c7710564df5e 100644 --- a/Platform/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.dsc +++ b/Platform/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.dsc @@ -140,7 +140,7 @@ [PcdsFixedAtBuild.common] =20 !ifdef EDK2_ENABLE_PL111 ## PL111 Versatile Express Motherboard controller - gArmVExpressTokenSpaceGuid.PcdPL111LcdBase|0x1C1F0000 + gArmPlatformTokenSpaceGuid.PcdPL111LcdBase|0x1C1F0000 !endif =20 ## PL180 MMC/SD card controller diff --git a/Platform/ARM/VExpressPkg/ArmVExpressPkg.dec b/Platform/ARM/VEx= pressPkg/ArmVExpressPkg.dec index 4c004275d2e2..47cb05a6e265 100644 --- a/Platform/ARM/VExpressPkg/ArmVExpressPkg.dec +++ b/Platform/ARM/VExpressPkg/ArmVExpressPkg.dec @@ -47,11 +47,9 @@ [PcdsFixedAtBuild.common] # # For a list of mode numbers look in LcdArmVExpress.c # - gArmVExpressTokenSpaceGuid.PcdPL111LcdBase|0x0|UINT32|0x00000001 gArmVExpressTokenSpaceGuid.PcdPL111LcdMaxMode|3|UINT32|0x00000002 gArmVExpressTokenSpaceGuid.PcdPL111LcdVideoModeOscId|1|UINT32|0x00000003 =20 - gArmVExpressTokenSpaceGuid.PcdArmHdLcdBase|0x0|UINT32|0x00000004 gArmVExpressTokenSpaceGuid.PcdHdLcdVideoModeOscId|0|UINT32|0x00000005 =20 # --=20 2.11.0 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel