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.web10.6405.1655899805992896635 for ; Wed, 22 Jun 2022 05:10: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 C422713D5; Wed, 22 Jun 2022 05:10:05 -0700 (PDT) Received: from [10.57.70.141] (unknown [10.57.70.141]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 043EB3F534; Wed, 22 Jun 2022 05:10:04 -0700 (PDT) Message-ID: <09c9abe6-446f-2ce9-baff-a43c4af13ec4@arm.com> Date: Wed, 22 Jun 2022 13:10:04 +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-devel] [edk2-platforms][PATCH V3 0/2] Uart segregation patch series To: devel@edk2.groups.io, rohit.mathew@arm.com Cc: Ard Biesheuvel , Sami Mujawar References: <20220622115632.20490-1-rohit.mathew@arm.com> From: "Thomas Abraham" In-Reply-To: <20220622115632.20490-1-rohit.mathew@arm.com> Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 22/06/2022 12:56, Rohit Mathew via groups.io wrote: > Changes since V1: > - Rebased on top of latest master branch. > - Updated copyright and date. > > Changes since V2: > - Addressed comments from Thomas. > > This patch series aims at routing uart logs via different sets of uart ports, > namely secure port for secure partition logs and non-secure port for all other > logs. > > The first patch deals with removing redundant DSDT descriptions. For sgi575, > a hardcoded uart base address was being used within the DSDT which hindered > migration to the required uart ports. The addition of this patch solves this > issue. > > The second patch deals with the migration and grouping of uart related PCDs for > all Neoverese reference design platforms > > Dependency: > https://edk2.groups.io/g/devel/message/90674 > > Link to github branch with the patches in this series - > https://github.com/rohit-arm/edk2-platforms/tree/uart_segregation > > Rohit Mathew (2): > Platform/Sgi: Remove redundant platform description from DSDT > Platform/Sgi: Route logs to different sets of consoles > > Platform/ARM/SgiPkg/SgiMemoryMap.dsc.inc | 8 +-- > Platform/ARM/SgiPkg/SgiMemoryMap2.dsc.inc | 6 +- > Platform/ARM/SgiPkg/SgiPlatform.dsc.inc | 3 +- > Platform/ARM/SgiPkg/SgiPlatformMm.dsc.inc | 3 +- > Platform/ARM/SgiPkg/PlatformStandaloneMm.dsc | 4 +- > Platform/ARM/SgiPkg/PlatformStandaloneMm2.dsc | 4 +- > Platform/ARM/SgiPkg/AcpiTables/Sgi575/Dsdt.asl | 66 +------------------- > 7 files changed, 14 insertions(+), 80 deletions(-) > For this series - Reviewed-by: Thomas Abraham