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 23550AC0B0C for ; Thu, 21 Mar 2024 17:19:03 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=7asUkmXhO7RlB96u8Ll8ynOWgcMdyjCmLau6imt3f4U=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: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=1711041542; v=1; b=VRpfM+yKnI9K/pHHNSiw2gVdgUiApBrNiSlaB1V+3IH65yFXKPcj6YojgzUpin6SB1D3JwzX A2DFLTDbi3FJM3SSD+qyeNwtH6HUPyfw/Z+Mvlcg8Ibj45CErIL3SkT7yVdXLf3SBu1T1lPLHAz V+YbNy5srlknZSFNLPRpBXPf+IyWrtv6JHPzD7X+D96mKtG7w6sDmJJc9OCxS7dCasnJPVaTrkT HEHmkA2FaoIC9pizvHiVh6b2VEK1U7lG0IE73ESYWwym2dqgHWDs3L3Its5tWjoqwEsKjt8hg04 Yoi4W9fHlaQYfUF5lEHjPdmniK07bCiAjSVMujOMEGxzA== X-Received: by 127.0.0.2 with SMTP id xv5kYY7687511xHrrKLhHvhT; Thu, 21 Mar 2024 10:19:02 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.2745.1711041542144524220 for ; Thu, 21 Mar 2024 10:19:02 -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 11C4D1007; Thu, 21 Mar 2024 10:19:36 -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 24BAD3F67D; Thu, 21 Mar 2024 10:18:58 -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 11/14] Platform/ARM: Juno: Move Proc Hierarchy info to Arch Common Date: Thu, 21 Mar 2024 18:18:12 +0100 Message-Id: <20240321171815.781762-12-pierre.gondois@arm.com> In-Reply-To: <20240321171815.781762-1-pierre.gondois@arm.com> References: <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:19:02 -0700 Reply-To: devel@edk2.groups.io,pierre.gondois@arm.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: YILMgl5O2yC8XxtP0sGF75QEx7686176AA= 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=VRpfM+yK; 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 Some DynamicTables objects have been moved from the Arm namespace to a new Arch Common namespace. Reflect this change by renaming/moving the relevant object. This patch modifies the ConfigurationManager of the following platforms: - Juno for the following Arch Common object Id: - EArchCommonObjProcHierarchyInfo Cc: Sami Mujawar Cc: Pierre Gondois Cc: Yeo Reum Yun Cc: AbdulLateef Attar Cc: Jeshua Smith Cc: Jeff Brasen Cc: Girish Mahadevan Cc: Leif Lindholm Cc: Meenakshi Aggarwal Signed-off-by: Pierre Gondois --- .../ConfigurationManager.c | 20 +++++++++---------- .../ConfigurationManager.h | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Platform/ARM/JunoPkg/ConfigurationManager/ConfigurationManager= Dxe/ConfigurationManager.c b/Platform/ARM/JunoPkg/ConfigurationManager/Conf= igurationManagerDxe/ConfigurationManager.c index 54c71c11e656..fbcbe97bf02e 100644 --- a/Platform/ARM/JunoPkg/ConfigurationManager/ConfigurationManagerDxe/Con= figurationManager.c +++ b/Platform/ARM/JunoPkg/ConfigurationManager/ConfigurationManagerDxe/Con= figurationManager.c @@ -1742,6 +1742,16 @@ GetArchCommonNameSpaceObject ( );=0D break;=0D =0D + case EArchCommonObjProcHierarchyInfo:=0D + Status =3D HandleCmObject (=0D + CmObjectId,=0D + PlatformRepo->ProcHierarchyInfo,=0D + sizeof (PlatformRepo->ProcHierarchyInfo),=0D + ARRAY_SIZE (PlatformRepo->ProcHierarchyInfo),=0D + CmObject=0D + );=0D + break;=0D +=0D default: {=0D Status =3D EFI_NOT_FOUND;=0D DEBUG ((=0D @@ -1890,16 +1900,6 @@ GetArmNameSpaceObject ( );=0D break;=0D =0D - case EArmObjProcHierarchyInfo:=0D - Status =3D HandleCmObject (=0D - CmObjectId,=0D - PlatformRepo->ProcHierarchyInfo,=0D - sizeof (PlatformRepo->ProcHierarchyInfo),=0D - ARRAY_SIZE (PlatformRepo->ProcHierarchyInfo),=0D - CmObject=0D - );=0D - break;=0D -=0D case EArmObjCacheInfo:=0D Status =3D HandleCmObject (=0D CmObjectId,=0D diff --git a/Platform/ARM/JunoPkg/ConfigurationManager/ConfigurationManager= Dxe/ConfigurationManager.h b/Platform/ARM/JunoPkg/ConfigurationManager/Conf= igurationManagerDxe/ConfigurationManager.h index f34aa087aa31..8517eae3f8da 100644 --- a/Platform/ARM/JunoPkg/ConfigurationManager/ConfigurationManagerDxe/Con= figurationManager.h +++ b/Platform/ARM/JunoPkg/ConfigurationManager/ConfigurationManagerDxe/Con= figurationManager.h @@ -274,7 +274,7 @@ typedef struct PlatformRepositoryInfo { CM_ARM_GIC_MSI_FRAME_INFO GicMsiFrameInfo;=0D =0D // Processor topology information=0D - CM_ARM_PROC_HIERARCHY_INFO ProcHierarchyInfo[PLAT_PROC_HIERAR= CHY_NODE_COUNT];=0D + CM_ARCH_COMMON_PROC_HIERARCHY_INFO ProcHierarchyInfo[PLAT_PROC_HIERAR= CHY_NODE_COUNT];=0D =0D // Cache information=0D CM_ARM_CACHE_INFO CacheInfo[PLAT_CACHE_COUNT];=0D --=20 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#117012): https://edk2.groups.io/g/devel/message/117012 Mute This Topic: https://groups.io/mt/105069947/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-