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.6516.1655898997592650677 for ; Wed, 22 Jun 2022 04:56:38 -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 308CF13D5; Wed, 22 Jun 2022 04:56:37 -0700 (PDT) Received: from usa.arm.com (unknown [10.57.70.250]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 6094C3F534; Wed, 22 Jun 2022 04:56:36 -0700 (PDT) From: "Rohit Mathew" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Sami Mujawar Subject: [edk2-platforms][PATCH V3 0/2] Uart segregation patch series Date: Wed, 22 Jun 2022 12:56:30 +0100 Message-Id: <20220622115632.20490-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. Changes since V2: - Addressed comments from Thomas. 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 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(-) --=20 2.25.1