ArmVirtPkg: Kvmtool: Update Pci Config Space Info in Cfg Manager
The Pci Config Space Info object was moved from the Arm Namespace to the Arch Common namespace. Therefore, update the Kvmtool guest firmware configuration manager to reflect this change. Cc: Pierre Gondois <Pierre.Gondois@arm.com> Cc: Yeo Reum Yun <YeoReum.Yun@arm.com> Cc: AbdulLateef Attar <AbdulLateef.Attar@amd.com> Cc: Jeshua Smith <jeshuas@nvidia.com> Cc: Jeff Brasen <jbrasen@nvidia.com> Cc: Girish Mahadevan <gmahadevan@nvidia.com> Cc: Leif Lindholm <quic_llindhol@quicinc.com> Cc: Meenakshi Aggarwal <meenakshi.aggarwal@nxp.com> Signed-off-by: Sami Mujawar <sami.mujawar@arm.com> Reviewed-by: Sunil V L <sunilvl@ventanamicro.com>
This commit is contained in:
parent
93bb65dcfc
commit
ae1ba78718
|
@ -662,7 +662,9 @@ GetStandardNameSpaceObject (
|
|||
//
|
||||
Status = DynamicPlatRepoGetObject (
|
||||
PlatformRepo->DynamicPlatformRepo,
|
||||
CREATE_CM_ARM_OBJECT_ID (EArmObjPciConfigSpaceInfo),
|
||||
CREATE_CM_ARCH_COMMON_OBJECT_ID (
|
||||
EArchCommonObjPciConfigSpaceInfo
|
||||
),
|
||||
CM_NULL_TOKEN,
|
||||
&CmObjDesc
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue