From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id DD6477803D9 for ; Thu, 21 Mar 2024 17:18:30 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=cHOSeLwHiqxPGlE8hXl0a9XyqfDUhUvd8Z+gH3dMBq8=; 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:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20240206; t=1711041509; v=1; b=190S4zlVU7XQVgbvqoDULSMOA9ItEvbjkbMErUH1/m8duJzp+ZBcV+/Gt/l82GkbTh6RWYOF ATaurw5GJbfXq7k16Rf1lHhfMoteFloE/ZneB0x8p1RkDSUAU7dFqqB4ZTB3QQdoluSv4K3q3cY tzGPu9iMbjgaD891yTcDYBdYF71pZDfqKz6scuUdOoAFh6BSLsVUEaKMMi28vlGLgHAcILdTiHj Zhos6OPC+xcTTlQbWifY3H3HhqfPKdo1yrAxC4nDINyKpDhc7Eg/eOPkFzRb3FNgDZQQ2I0vEnL 4aPj07fNtg9Vt91YYjyeoFbXAPp+eSAsi0JKLOdJQeKfA== X-Received: by 127.0.0.2 with SMTP id fDn2YY7687511xyvHaYoZZzm; Thu, 21 Mar 2024 10:18:29 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.2721.1711041508868768880 for ; Thu, 21 Mar 2024 10:18:28 -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 C17A81007; Thu, 21 Mar 2024 10:19:02 -0700 (PDT) X-Received: from e126645.nice.arm.com (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id D49B23F67D; Thu, 21 Mar 2024 10:18:25 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io Cc: Pierre Gondois , Sami Mujawar , Pierre Gondois , Yeo Reum Yun , Sunil V L , AbdulLateef Attar , Jeshua Smith , Jeff Brasen , Girish Mahadevan , Leif Lindholm , Meenakshi Aggarwal Subject: [edk2-devel] [RESEND PATCH 00/14] Platform/ARM: FVP, Juno: Move DynamicTablesPkg obj to Arch Common Date: Thu, 21 Mar 2024 18:18:01 +0100 Message-Id: <20240321171815.781762-1-pierre.gondois@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, 21 Mar 2024 10:18:28 -0700 Reply-To: devel@edk2.groups.io,pierre.gondois@arm.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: nfo6zaPXj96V2qcBW69EcQnux7686176AA= 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=190S4zlV; 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 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io Resend this patch since 'more than 40 messages in 30 minutes' have been sent and the mailing list blocked/rejected some patches. Following [1] and [2], other architectures than Arm aim to leverage the DynamicTablesPkg. The package uses namespaces/domains to split objects IDs. Currently most of the objects are part of the Arm namespace. Some objects are generic enough to be re-used by other architectures. [3] and [4] moved the objects that could be re-used to an Arch Common namespace. Update the following platforms which use the DynamicTablesPkg framework/objects: - Juno - VExpress The following platforms were not updated yet: - Platform/ARM/N1Sdp - Platform/ARM/Morello - Platform/NXP/ConfigurationManagerPkg A branch holding the whole patchset is available at: - https://github.com/pierregondois/edk2-platforms/tree/pg/arch_common_obj= _sent [1] Branch to reorg Dynamic Tables & support other arch https://edk2.groups.io/g/devel/topic/104054584#116308 [2] DynamicTablesPkg: Arch Common Namespace https://edk2.groups.io/g/devel/message/116330 [3] https://edk2.groups.io/g/devel/message/116961 (first part) [4] https://edk2.groups.io/g/devel/message/116978 (second part) Cc: Sami Mujawar Cc: Pierre Gondois Cc: Yeo Reum Yun Cc: Sunil V L Cc: AbdulLateef Attar Cc: Jeshua Smith Cc: Jeff Brasen Cc: Girish Mahadevan Cc: Leif Lindholm Cc: Meenakshi Aggarwal Pierre Gondois (14): Platform/ARM: FVP,Juno: Add Arch Common objects handler Platform/ARM: FVP,Juno: Move Power Mgmt Profile info to Arch Common Platform/ARM: FVP,Juno:: Move Serial Port info to Arch Common Platform/ARM: FVP: Move Fixed Feat Flags info to Arch Common Platform/ARM: Juno: Move CmRef info to Arch Common Platform/ARM: FVP,Juno: Move Pci Config Space info to Arch Common Platform/ARM: Juno: Move Pci Address Map info to Arch Common Platform/ARM: Juno: Move Pci Interrupt Map info to Arch Common Platform/ARM: Juno: Move Lpi info to Arch Common Platform/ARM: Juno: Rename GicCToken Platform/ARM: Juno: Move Proc Hierarchy info to Arch Common Platform/ARM: Juno: Move Cache info to Arch Common Platform/ARM: Juno: Move Cpc info to Arch Common Platform/ARM: Juno: Move Psd info to Arch Common .../ConfigurationManager.c | 363 ++++++++++-------- .../ConfigurationManager.h | 38 +- .../ConfigurationManager.c | 169 +++++--- .../ConfigurationManager.h | 10 +- 4 files changed, 348 insertions(+), 232 deletions(-) --=20 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#117001): https://edk2.groups.io/g/devel/message/117001 Mute This Topic: https://groups.io/mt/105069934/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-