diff options
author | Sami Mujawar <sami.mujawar@arm.com> | 2024-03-08 12:06:59 +0000 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-07-29 13:44:55 +0000 |
commit | 11dcf74d4240c5627d88a627c671037b0faf1cb8 (patch) | |
tree | 3103291cc8d2a6f1f533caaa9c3fd1731e5be2ed /DynamicTablesPkg/Readme.md | |
parent | 4333f5c31630c316c13a6a4539613052a45266a5 (diff) | |
download | edk2-11dcf74d4240c5627d88a627c671037b0faf1cb8.zip edk2-11dcf74d4240c5627d88a627c671037b0faf1cb8.tar.gz edk2-11dcf74d4240c5627d88a627c671037b0faf1cb8.tar.bz2 |
DynamicTablesPkg: Move Pci Interrupt Map Info to Arch Common
Move Pci Interrupt Map Info object from Arm Namespace to the
Arch Common namespace.
Correspondingly also update the following modules to reflect the
changes introduced by the move:
- SSDT PCIe library
- ConfigurationManagerObjectParser
- Dynamic Plat Repo TokenFixer map
- FdtHwInfoParserLib/Pci/ArmPciConfigSpaceParser.
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>
Signed-off-by: Pierre Gondois <pierre.gondois@arm.com>
Reviewed-by: Sunil V L <sunilvl@ventanamicro.com>
Diffstat (limited to 'DynamicTablesPkg/Readme.md')
-rw-r--r-- | DynamicTablesPkg/Readme.md | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/DynamicTablesPkg/Readme.md b/DynamicTablesPkg/Readme.md index 0caae7d..558cf69 100644 --- a/DynamicTablesPkg/Readme.md +++ b/DynamicTablesPkg/Readme.md @@ -468,18 +468,17 @@ The CM_OBJECT_ID type is used to identify the Configuration Manager | 25 | Generic Initiator Affinity Info | Move to Arch Common NS |
| 26 | CMN 600 Info | |
| 27 | Low Power Idle State Info | Move to Arch Common NS |
-| 28 | PCI Interrupt Map Info | Move to Arch Common NS |
-| 29 | Reserved Memory Range Node | |
-| 30 | Memory Range Descriptor | |
-| 31 | Continuous Performance Control Info | Move to Arch Common NS |
-| 32 | Pcc Subspace Type 0 Info | Move to Arch Common NS |
-| 33 | Pcc Subspace Type 1 Info | Move to Arch Common NS |
-| 34 | Pcc Subspace Type 2 Info | Move to Arch Common NS |
-| 35 | Pcc Subspace Type 3 Info | Move to Arch Common NS |
-| 36 | Pcc Subspace Type 4 Info | Move to Arch Common NS |
-| 37 | Pcc Subspace Type 5 Info | Move to Arch Common NS |
-| 38 | Embedded Trace Extension/Module Info | |
-| 39 | P-State Dependency (PSD) Info | Move to Arch Common NS |
+| 28 | Reserved Memory Range Node | |
+| 29 | Memory Range Descriptor | |
+| 30 | Continuous Performance Control Info | Move to Arch Common NS |
+| 31 | Pcc Subspace Type 0 Info | Move to Arch Common NS |
+| 32 | Pcc Subspace Type 1 Info | Move to Arch Common NS |
+| 33 | Pcc Subspace Type 2 Info | Move to Arch Common NS |
+| 34 | Pcc Subspace Type 3 Info | Move to Arch Common NS |
+| 35 | Pcc Subspace Type 4 Info | Move to Arch Common NS |
+| 36 | Pcc Subspace Type 5 Info | Move to Arch Common NS |
+| 37 | Embedded Trace Extension/Module Info | |
+| 38 | P-State Dependency (PSD) Info | Move to Arch Common NS |
| `*` | All other values are reserved. | |
#### Object ID's in the Arch Common Namespace:
@@ -496,4 +495,5 @@ The CM_OBJECT_ID type is used to identify the Configuration Manager | 7 | CM Object Reference | |
| 8 | PCI Configuration Space Info | |
| 9 | PCI Address Map Info | |
+| 10 | PCI Interrupt Map Info | |
| `*` | All other values are reserved. | |
|