From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id A9442D802E7 for ; Thu, 20 Jun 2024 14:33:09 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=yz60cRNePLKdrWVmhHQlrgSM0U95Y3DRAF76wY6Sq6g=; c=relaxed/simple; d=groups.io; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding:Content-Type; s=20240206; t=1718893989; v=1; b=XInGVEs0ua2c91N45XtG81jxbi7KRU0WvgOoQs2ZGZEokNgkmKOG298oHPqAyln3wJUWeOeu mahVLYBur/jD/RNPoBeh+VfCDbuPZdoljEIjql0NW0xrpKBaFviqT291cIPPLMYvWF7V6YcinRY T/vRTj4h+ysy9zwjAeiASclIqJrSvJyzJ0PgG6+wOgdwOR7NygQvdbYWXSdSofp6D7Yg9p2wb3v 2aFBjVmuj2lKKjYC073h8TqJOMTmUKN34Pd2UmPmzTAKEuADsmKb4voauX6Cg/crLDHltrLgYfC 7BCW/RBXc2N6ZkkTgFkNDlCK9rI8YTqUlTpKDxJuDgDCQ== X-Received: by 127.0.0.2 with SMTP id zDhdYY7687511x38oBVKPCXD; Thu, 20 Jun 2024 07:33:08 -0700 X-Received: from mx0b-0031df01.pphosted.com (mx0b-0031df01.pphosted.com [205.220.180.131]) by mx.groups.io with SMTP id smtpd.web11.49003.1718893986297923964 for ; Thu, 20 Jun 2024 07:33:06 -0700 X-Received: from pps.filterd (m0279871.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 45K9v6B3009861; Thu, 20 Jun 2024 14:33:05 GMT X-Received: from nasanppmta03.qualcomm.com (i-global254.qualcomm.com [199.106.103.254]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3yv8h49sde-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 20 Jun 2024 14:33:05 +0000 (GMT) X-Received: from nasanex01c.na.qualcomm.com (nasanex01c.na.qualcomm.com [10.45.79.139]) by NASANPPMTA03.qualcomm.com (8.17.1.19/8.17.1.19) with ESMTPS id 45KEX4bR018740 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 20 Jun 2024 14:33:04 GMT X-Received: from qc-i7.qualcomm.com (10.80.80.8) by nasanex01c.na.qualcomm.com (10.45.79.139) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.9; Thu, 20 Jun 2024 07:33:03 -0700 From: "Leif Lindholm" To: CC: Marcin Wojtas , Narinder Dhillon Subject: [edk2-devel] [PATCH edk2-platforms 5/5] Silicon/Marvell: drop use of PcdArmArchTimerFreqInHz Date: Thu, 20 Jun 2024 15:32:43 +0100 Message-ID: <20240620143243.460947-6-quic_llindhol@quicinc.com> In-Reply-To: <20240620143243.460947-1-quic_llindhol@quicinc.com> References: <20240620143243.460947-1-quic_llindhol@quicinc.com> MIME-Version: 1.0 X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nasanex01c.na.qualcomm.com (10.45.79.139) X-QCInternal: smtphost X-Proofpoint-ORIG-GUID: Y572ABN60tide_q1k7FBouYW3VMCTOF9 X-Proofpoint-GUID: Y572ABN60tide_q1k7FBouYW3VMCTOF9 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Resent-Date: Thu, 20 Jun 2024 07:33:06 -0700 Resent-From: quic_llindhol@quicinc.com Reply-To: devel@edk2.groups.io,quic_llindhol@quicinc.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: HhLeKxlJqOOTnGvbEO965LjVx7686176AA= Content-Transfer-Encoding: 8bit Content-Type: text/plain X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=XInGVEs0; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=quicinc.com (policy=none) Armada7k8k.dsc.inc, used by several platforms, explicitly sets PcdArmArchTimerFreqInHz, however the intended effect of that is not possible from AArch64 EL2/1, and has never been performed unless built for ARM. The Pcd is now being deleted, so drop the setting. This has however affected timer timout calculations, so could lead to a change in platform behaviour. Cc: Marcin Wojtas Cc: Narinder Dhillon Signed-off-by: Leif Lindholm --- Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc b/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc index ab719f360eda..a7a19f5d4381 100644 --- a/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc +++ b/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc @@ -280,8 +280,6 @@ [PcdsFixedAtBuild.common] # gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0xF022F000 - # ARM Architectural Timer Support - gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|25000000 gEmbeddedTokenSpaceGuid.PcdMetronomeTickPeriod|1000 # ARM SBSA Watchdog -- 2.39.2 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#119658): https://edk2.groups.io/g/devel/message/119658 Mute This Topic: https://groups.io/mt/106780879/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-