Hi Pierre, Thank you for this patch series.
These changes look good to me. For this series, Reviewed-by: Sami Mujawar <[email protected]> Regards, Sami Mujawar On 10/06/2024, 10:34, "[email protected] <mailto:[email protected]>" <[email protected] <mailto:[email protected]>> wrote: From: Pierre Gondois <[email protected] <mailto:[email protected]>> Patches for the DynamicTablesPkg reorg branches are still sent through the mailing list for now. A branch with the patches is available at: https://github.com/pierregondois/edk2-platforms/pull/new/pg/Morello_N1Sdp_NXP_plat_reorg <https://github.com/pierregondois/edk2-platforms/pull/new/pg/Morello_N1Sdp_NXP_plat_reorg> References: - edk2 reorg branch: https://github.com/tianocore/edk2-staging/tree/dynamictables-reorg <https://github.com/tianocore/edk2-staging/tree/dynamictables-reorg> - edk2-platforms reorg branch: https://github.com/tianocore/edk2-platforms/tree/devel-dynamictables-reorg <https://github.com/tianocore/edk2-platforms/tree/devel-dynamictables-reorg> - Previous serie for FVP, Juno platforms: https://edk2.groups.io/g/devel/message/117001 <https://edk2.groups.io/g/devel/message/117001> 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. Update the following platforms which use the DynamicTablesPkg framework/objects: - Platform/ARM/N1Sdp - Platform/ARM/Morello - Platform/NXP/ConfigurationManagerPkg now that the following platforms have already been updated: - Juno - VExpress Cc: Sami Mujawar <[email protected] <mailto:[email protected]>> Cc: Pierre Gondois <[email protected] <mailto:[email protected]>> Cc: Yeo Reum Yun <[email protected] <mailto:[email protected]>> Cc: Sunil V L <[email protected] <mailto:[email protected]>> Cc: AbdulLateef Attar <[email protected] <mailto:[email protected]>> Cc: Jeshua Smith <[email protected] <mailto:[email protected]>> Cc: Jeff Brasen <[email protected] <mailto:[email protected]>> Cc: Girish Mahadevan <[email protected] <mailto:[email protected]>> Cc: Leif Lindholm <[email protected] <mailto:[email protected]>> Cc: Meenakshi Aggarwal <[email protected] <mailto:[email protected]>> Pierre Gondois (14): Platform/ARM: Morello,N1Sdp: Add Arch Common objects handler Platform/ARM: Morello,N1Sdp: Move Power Mgmt Profile info to Arch Common Platform/ARM: Morello,N1Sdp: Move Serial Port info to Arch Common Platform/ARM: Morello,N1Sdp: Move Fixed Feat Flags info to Arch Common Platform/ARM: Morello,N1Sdp: Move CmRef info to Arch Common Platform/ARM: Morello,N1Sdp: Move Pci Config Space info to Arch Common Platform/ARM: Morello,N1Sdp: Rename GicCToken Platform/ARM: Morello,N1Sdp: Move Proc Hierarchy info to Arch Common Platform/ARM: Morello,N1Sdp: Move Cache info to Arch Common Platform/ARM: N1Sdp: Move Memory Affinity info to Arch Common Platform/NXP: Add Arch Common objects handler Platform/NXP: Move Power Mgmt Profile info to Arch Common Platform/NXP: Move Serial Port info to Arch Common Platform/NXP: Move Pci Config Space info to Arch Common .../ConfigurationManager.c | 216 +++++++++----- .../ConfigurationManager.h | 20 +- .../ConfigurationManagerFvp.c | 65 +++- .../ConfigurationManagerFvp.h | 2 +- .../ConfigurationManager.c | 281 +++++++++++------- .../ConfigurationManager.h | 24 +- .../ConfigurationManager.c | 120 ++++++-- .../ConfigurationManager.h | 7 +- 8 files changed, 473 insertions(+), 262 deletions(-) -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#119547): https://edk2.groups.io/g/devel/message/119547 Mute This Topic: https://groups.io/mt/106589338/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
