From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 2B3DE740035 for ; Fri, 12 Jan 2024 21:02:13 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=DavFKW306v0eq7zivxhEK8tFPqlvTkX3eLkmsOR5deE=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1705093331; v=1; b=QEHgu72ipMBw7S/lK/XZ4f3qxFEuxRZs17W6A1FdNVi19TyhesCEqkGs7er+NwkmASArWGeV fJ5NEmwvUa/43zKEIjSN8cZ9RzRlW8vl/LbPPo8J5JwVvlJB+EeMaD47DHBRQ2C9UMUP4h6cEoI kMvYf/wLPWMz0fDnUddwGUdM= X-Received: by 127.0.0.2 with SMTP id R1yuYY7687511xPa1GYxPICh; Fri, 12 Jan 2024 13:02:11 -0800 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.5694.1705093330915408292 for ; Fri, 12 Jan 2024 13:02:11 -0800 X-Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id B40E61FB; Fri, 12 Jan 2024 13:02:56 -0800 (PST) X-Received: from usa.arm.com (a076756.arm.com [10.162.16.85]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 854553F67D; Fri, 12 Jan 2024 13:02:08 -0800 (PST) From: "Himanshu Sharma" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Sami Mujawar , Himanshu Sharma Subject: [edk2-devel] [edk2-platforms][PATCH V2 1/1] Platform/ARM/N1Sdp: Route the Debug Serial Port to IOFPGA UART1 Date: Sat, 13 Jan 2024 02:32:02 +0530 Message-Id: <20240112210202.1268863-1-Himanshu.Sharma@arm.com> MIME-Version: 1.0 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 Reply-To: devel@edk2.groups.io,Himanshu.Sharma@arm.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: n23H72qOfUWQguK2lHfcdhU3x7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=QEHgu72i; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=arm.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io Update the RegisterBase and Clk for the Debug Serial Port (DBG2) to route it to the IOFPGA UART1 and make the SPCR and DBG2 Serial Ports exclusive. Signed-off-by: Himanshu Sharma --- Change-log: V2: - Reverse updating the IRQ ID for DBG2 UART. - Update the commit message. Platform/ARM/N1Sdp/N1SdpPlatform.dsc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Platform/ARM/N1Sdp/N1SdpPlatform.dsc b/Platform/ARM/N1Sdp/N1Sd= pPlatform.dsc index d04b22d3ef51..85a8cbddeae7 100644 --- a/Platform/ARM/N1Sdp/N1SdpPlatform.dsc +++ b/Platform/ARM/N1Sdp/N1SdpPlatform.dsc @@ -4,7 +4,7 @@ # This provides platform specific component descriptions and libraries tha= t=0D # conform to EFI/Framework standards.=0D #=0D -# Copyright (c) 2018 - 2021, ARM Limited. All rights reserved.
=0D +# Copyright (c) 2018 - 2024, ARM Limited. All rights reserved.
=0D #=0D # SPDX-License-Identifier: BSD-2-Clause-Patent=0D #=0D @@ -136,9 +136,9 @@ gArmPlatformTokenSpaceGuid.PL011UartInterrupt|95=0D =0D # PL011 Serial Debug UART (DBG2)=0D - gArmPlatformTokenSpaceGuid.PcdSerialDbgRegisterBase|gEfiMdeModulePkgToke= nSpaceGuid.PcdSerialRegisterBase=0D + gArmPlatformTokenSpaceGuid.PcdSerialDbgRegisterBase|0x1C0A0000=0D gArmPlatformTokenSpaceGuid.PcdSerialDbgUartBaudRate|gEfiMdePkgTokenSpace= Guid.PcdUartDefaultBaudRate=0D - gArmPlatformTokenSpaceGuid.PcdSerialDbgUartClkInHz|50000000=0D + gArmPlatformTokenSpaceGuid.PcdSerialDbgUartClkInHz|24000000=0D =0D # SBSA Watchdog=0D gArmTokenSpaceGuid.PcdGenericWatchdogEl2IntrNum|93=0D --=20 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#113776): https://edk2.groups.io/g/devel/message/113776 Mute This Topic: https://groups.io/mt/103691696/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-