From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id 58BCB740039 for ; Fri, 5 Jul 2024 06:12:19 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=ABlh0gok7bwk9efw8SVxDLJtlp0Pfmrf37p5TPrVJ9I=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20240206; t=1720159939; v=1; b=M8bVFHyGmOEkz9CHeeA+4TVN8RfGElztxc0O8WwoOMxzUCVw1p6Y1/HSE6SvNfd7fDkVSbIz WKLy8XIMj8VfSKRU5CuYgdnZ0Rp4pKBtOnGw4KmoBh6ueMna7WTp/oCQzT0EKrOrUPvK9dEHWr5 2B2qUnpcKku49VkN/1QZ6RjZG36C0ouoMuXwPtMWtDPnlEXDJ+1cuNi6QJZfxeJQ2GR1sofWEK6 Lm+jqSYTJ3593XgfdnxtwBc1FOAF191odQeZiPAfB59PaDVmaZXFIGbgjsCuyYdUIv382wuOwlC LxR6b9147iixl0kOfFOtcg1ExraIrlobtCBIORZa93cig== X-Received: by 127.0.0.2 with SMTP id 6Ra3YY7687511xZrX4hNnQah; Thu, 04 Jul 2024 23:12:17 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.11432.1720159936842563635 for ; Thu, 04 Jul 2024 23:12:17 -0700 X-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 1DE14367; Thu, 4 Jul 2024 23:12:41 -0700 (PDT) X-Received: from usa.arm.com (a079755.arm.com [10.162.46.129]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 3D3363F766; Thu, 4 Jul 2024 23:12:13 -0700 (PDT) From: "Prabin CA" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Sami Mujawar , Thomas Abraham Subject: [edk2-devel] [edk2-platforms][PATCH v1 0/1] Platform/Sgi: Rename RD-Fremont to RD-V3 Date: Fri, 5 Jul 2024 11:41:58 +0530 Message-Id: <20240705061159.3462942-1-prabin.ca@arm.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Resent-Date: Thu, 04 Jul 2024 23:12:17 -0700 Resent-From: prabin.ca@arm.com Reply-To: devel@edk2.groups.io,prabin.ca@arm.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: 50aS5oCEdke5yWCu9Tp5sAf4x7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=M8bVFHyG; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=arm.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io Change all occurrences of RD-Fremont to RD-V3 to align with the official platform name. Link to gitlab branch with the patches in this series - https://gitlab.arm.com/infra-solutions/reference-design/platsw/edk2-platf= orms/-/commits/topics/Rename_RdFremont_To_RdV3 Prabin CA (1): Platform/Sgi: Rename RD-Fremont to RD-V3 Platform/ARM/SgiPkg/{RdFremont/RdFremont.dsc =3D> RdV3/RdV3.dsc} = | 6 +++--- Platform/ARM/SgiPkg/AcpiTables/{RdFremontAcpiTables.inf =3D> RdV3AcpiTab= les.inf} | 8 ++++---- Platform/ARM/SgiPkg/Include/SgiPlatform.h = | 8 ++++---- Platform/ARM/SgiPkg/Drivers/SmbiosPlatformDxe/Type1SystemInformation.c = | 4 ++-- Platform/ARM/SgiPkg/Drivers/SmbiosPlatformDxe/Type4ProcessorInformation.= c | 2 +- Platform/ARM/SgiPkg/Drivers/SmbiosPlatformDxe/Type7CacheInformation.c = | 2 +- Platform/ARM/SgiPkg/Library/PlatformLib/PlatformLib.c = | 6 +++--- Platform/ARM/SgiPkg/AcpiTables/{RdFremont =3D> RdV3}/Dsdt.asl = | 0 Platform/ARM/SgiPkg/AcpiTables/{RdFremont =3D> RdV3}/Madt.aslc = | 0 Platform/ARM/SgiPkg/AcpiTables/{RdFremont =3D> RdV3}/Pptt.aslc = | 8 ++++---- Platform/ARM/SgiPkg/{RdFremont/RdFremont.fdf.inc =3D> RdV3/RdV3.fdf.inc}= | 2 +- 11 files changed, 23 insertions(+), 23 deletions(-) rename Platform/ARM/SgiPkg/{RdFremont/RdFremont.dsc =3D> RdV3/RdV3.dsc} = (88%) rename Platform/ARM/SgiPkg/AcpiTables/{RdFremontAcpiTables.inf =3D> RdV3= AcpiTables.inf} (92%) rename Platform/ARM/SgiPkg/AcpiTables/{RdFremont =3D> RdV3}/Dsdt.asl (10= 0%) rename Platform/ARM/SgiPkg/AcpiTables/{RdFremont =3D> RdV3}/Madt.aslc (1= 00%) rename Platform/ARM/SgiPkg/AcpiTables/{RdFremont =3D> RdV3}/Pptt.aslc (9= 4%) rename Platform/ARM/SgiPkg/{RdFremont/RdFremont.fdf.inc =3D> RdV3/RdV3.f= df.inc} (67%) --=20 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#119800): https://edk2.groups.io/g/devel/message/119800 Mute This Topic: https://groups.io/mt/107049624/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-