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.web09.4683.1646827234605515191 for ; Wed, 09 Mar 2022 04:00:35 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: rohit.mathew@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 D36C41688; Wed, 9 Mar 2022 04:00:33 -0800 (PST) Received: from usa.arm.com (R9115T5X.arm.com [10.1.197.38]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 3E7AE3FA4D; Wed, 9 Mar 2022 04:00:33 -0800 (PST) From: "Rohit Mathew" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Sami Mujawar Subject: [edk2-platforms][PATCH V1 0/2] Uart segregation patch series Date: Wed, 9 Mar 2022 12:00:23 +0000 Message-Id: <20220309120025.10754-1-rohit.mathew@arm.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable This patch series aims at routing uart logs via different sets of uart po= rts, 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 sgi5= 75, a hardcoded uart base address was being used within the DSDT which hinder= ed migration to the required uart ports. The addition of this patch solves t= his issue. The second patch deals with the migration and grouping of uart related PC= Ds for all Neoverese reference design platforms 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 | 8 +-- Platform/ARM/SgiPkg/SgiPlatform.dsc.inc | 6 +- 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 | 64 -------------------- 7 files changed, 12 insertions(+), 85 deletions(-) --=20 2.25.1