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 6A9A4AC0E96 for ; Thu, 21 Mar 2024 16:08:56 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=1/+Es8E9vONgm9OxuO6Lj94nZg2UjsibPIjMqWVCgBI=; 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=1711037335; v=1; b=v8MvTeBmvge1tV9QrZDUwpK/szeV/HM6WWzCunup+rk2JAd4bDWoDv42asNdkgcLvhnPYk1n 6v7ikM3vZ9ST9XAEhQMV9ZC/KE5SlbRxV7vS/bhF6Y7zgt9rhvwT0QF9cdm7Ip441BkgcumDsfB oj1g9ug9Qu2t5UVxGolydbDA1ZW1ZIfDgtV84R0zCMlhWb1R+f8DJuJJ6BKzlLLsm8JHeBpOPgT P9cbJLQD2o27G7plfeizS4n76F0m6jydVVdmQzizh/vUSx08OkthGuxKAg/6iZOx1ZvTJNHPumN HL0XaSha7xOsPuXgA6/cOCSG7VLU34UI7QaTt3OVlaJTA== X-Received: by 127.0.0.2 with SMTP id yan0YY7687511x8AoCKXAXFk; Thu, 21 Mar 2024 09:08:55 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.822.1711037334347099300 for ; Thu, 21 Mar 2024 09:08:54 -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 523E41007; Thu, 21 Mar 2024 09:09:28 -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 125D93F67D; Thu, 21 Mar 2024 09:08:50 -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] [PATCH 00/14] Platform/ARM: FVP, Juno: Move DynamicTablesPkg obj to Arch Common Date: Thu, 21 Mar 2024 17:08:28 +0100 Message-Id: <20240321160842.717417-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 09:08:54 -0700 Reply-To: devel@edk2.groups.io,pierre.gondois@arm.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: cSgGiscfatbODp4tKgyaQk8Tx7686176AA= 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=v8MvTeBm; 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 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 (#116998): https://edk2.groups.io/g/devel/message/116998 Mute This Topic: https://groups.io/mt/105068390/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-