diff options
author | Abdul Lateef Attar <AbdulLateef.Attar@amd.com> | 2024-07-31 10:51:52 +0000 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-08-02 08:05:57 +0000 |
commit | 967cbd87b7a1ebf01c12627f6099e785099bf85c (patch) | |
tree | 2a05e54c8d2e10fce8ef96253f8fcaf39dfe80cb /DynamicTablesPkg/Readme.md | |
parent | 87d3a6272ca8637787813256c1a2435e89e326e2 (diff) | |
download | edk2-967cbd87b7a1ebf01c12627f6099e785099bf85c.tar.gz |
DynamicTablesPkg: Adds X64 namespace object
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4781
Adds empty X64 namespace object for future use.
Cc: Sami Mujawar <Sami.Mujawar@arm.com>
Cc: Pierre Gondois <pierre.gondois@arm.com>
Signed-off-by: Abdul Lateef Attar <AbdulLateef.Attar@amd.com>
Diffstat (limited to 'DynamicTablesPkg/Readme.md')
-rw-r--r-- | DynamicTablesPkg/Readme.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/DynamicTablesPkg/Readme.md b/DynamicTablesPkg/Readme.md index 7790b14636..eebde70046 100644 --- a/DynamicTablesPkg/Readme.md +++ b/DynamicTablesPkg/Readme.md @@ -421,6 +421,7 @@ The CM_OBJECT_ID type is used to identify the Configuration Manager | 0000b | Standard | |
| 0001b | Arch Common | |
| 0010b | ARM | |
+| 0011b | X64 | |
| 1111b | Custom/OEM | |
| `*` | All other values are reserved. | |
@@ -498,3 +499,9 @@ The CM_OBJECT_ID type is used to identify the Configuration Manager | 25 | P-State Dependency (PSD) Info | |
| `*` | All other values are reserved. | |
+#### Object ID's in the X64 Namespace:
+
+| ID | Description | Comments |
+| ---: | :-------------------------- | :--- |
+| 0 | Reserved | |
+| `*` | All other values are reserved. | |
|