From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web08.77505.1656970685560380848 for ; Mon, 04 Jul 2022 14:38:06 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: thomas.abraham@arm.com) 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 422572B; Mon, 4 Jul 2022 14:38:05 -0700 (PDT) Received: from [10.57.8.160] (unknown [10.57.8.160]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 0A5A53F70D; Mon, 4 Jul 2022 14:38:03 -0700 (PDT) Message-ID: Date: Mon, 4 Jul 2022 22:38:02 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Subject: Re: [edk2-platforms][PATCH 0/2] Platform/Sgi: Update serial port usage To: Rohit Mathew , devel@edk2.groups.io Cc: Ard Biesheuvel , Sami Mujawar , nd@arm.com, pierre.gondois@arm.com References: <20220704165909.17895-1-rohit.mathew@arm.com> From: "Thomas Abraham" In-Reply-To: <20220704165909.17895-1-rohit.mathew@arm.com> Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 04/07/2022 17:59, Rohit Mathew wrote: > Patch 433b5b1b0f7f ("Platform/Sgi: Route logs to different sets of > consoles") setup the routing of console messages to a different set > of UART ports. Following up with this change, this patch series updates > the ACPI tables to route the console messages to the console UART and > adds a device entry for the debug UART. > > Link to github branch for the patches in this series - > https://github.com/rohit-arm/edk2-platforms/tree/serial_port_acpi > > Rohit Mathew (2): > Platform/Sgi: Update ACPI tables to use console UART > Platform/Sgi: Add serial debug controller to SSDT > > .../SgiPkg/AcpiTables/RdE1EdgeAcpiTables.inf | 3 +++ > .../SgiPkg/AcpiTables/RdN1EdgeAcpiTables.inf | 3 +++ > .../SgiPkg/AcpiTables/RdN1EdgeX2AcpiTables.inf | 3 +++ > .../ARM/SgiPkg/AcpiTables/RdN2AcpiTables.inf | 3 +++ > .../SgiPkg/AcpiTables/RdN2Cfg1AcpiTables.inf | 3 +++ > .../ARM/SgiPkg/AcpiTables/RdV1AcpiTables.inf | 3 +++ > .../ARM/SgiPkg/AcpiTables/RdV1McAcpiTables.inf | 3 +++ > .../ARM/SgiPkg/AcpiTables/Sgi575AcpiTables.inf | 3 +++ > Platform/ARM/SgiPkg/AcpiTables/Spcr.aslc | 2 +- > Platform/ARM/SgiPkg/AcpiTables/SsdtRos.asl | 17 ++++++++++++++++- > 10 files changed, 41 insertions(+), 2 deletions(-) > For this series - Reviewed-by: Thomas Abraham Tested-by: Thomas Abraham Thanks.