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.web11.21489.1655738734797350372 for ; Mon, 20 Jun 2022 08:25:35 -0700 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 44D4E139F; Mon, 20 Jun 2022 08:25:34 -0700 (PDT) Received: from usa.arm.com (unknown [10.57.70.6]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 78DA83F534; Mon, 20 Jun 2022 08:25:33 -0700 (PDT) From: "Rohit Mathew" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Sami Mujawar Subject: [edk2-platforms][PATCH V2 0/2] Uart segregation patch series Date: Mon, 20 Jun 2022 16:25:22 +0100 Message-Id: <20220620152524.5745-1-rohit.mathew@arm.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Changes since V1: - Rebased on top of latest master branch. - Updated copyright and date. 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