diff options
author | Abdul Lateef Attar <AbdulLateef.Attar@amd.com> | 2024-08-01 10:49:20 +0000 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-08-02 08:05:57 +0000 |
commit | bc0fc7563780191622146593998b355f383041a2 (patch) | |
tree | 2ae3bbfc08de75dc56d324b1f604b2487e16591d /DynamicTablesPkg/Readme.md | |
parent | 967cbd87b7a1ebf01c12627f6099e785099bf85c (diff) | |
download | edk2-bc0fc7563780191622146593998b355f383041a2.tar.gz |
DynamicTablesPkg/AcpiFadtLib: Adds FADT X64 generator
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4781
Updates FADT X64 generator to collect below configuration
information and update the table accordingly.
- SCI interrupt
- SCI command
- PM Block
- GPE Block
- PM Block 64-bit
- GPE Block 64-bit
- Sleep block
- Reset block
- Miscellaneous legacy information
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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/DynamicTablesPkg/Readme.md b/DynamicTablesPkg/Readme.md index eebde70046..3b64bc857b 100644 --- a/DynamicTablesPkg/Readme.md +++ b/DynamicTablesPkg/Readme.md @@ -504,4 +504,13 @@ The CM_OBJECT_ID type is used to identify the Configuration Manager | ID | Description | Comments |
| ---: | :-------------------------- | :--- |
| 0 | Reserved | |
+| 1 | SCI Interrupt Info | |
+| 2 | SCI Command Info | |
+| 3 | Legacy Power Management Block Info | |
+| 4 | Legacy GPE Block Info | |
+| 5 | Power Management Block Info | |
+| 6 | GPE Block Info | |
+| 7 | Sleep Block Info | |
+| 8 | Reset Block Info | |
+| 9 | Miscellaneous Block Info | |
| `*` | All other values are reserved. | |
|