diff options
author | Pierre Gondois <pierre.gondois@arm.com> | 2022-10-10 11:20:52 +0200 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-10-31 12:32:32 +0000 |
commit | 5acd6489df56f7ea61581e8dff808bb1100aa772 (patch) | |
tree | 7578601dd81ab46705f6ed962b3bf7bd0cb46c9d /DynamicTablesPkg/Library | |
parent | 0bcd3cc06e78618e1ff1e6bb6aba429a3057599c (diff) | |
download | edk2-5acd6489df56f7ea61581e8dff808bb1100aa772.tar.gz edk2-5acd6489df56f7ea61581e8dff808bb1100aa772.tar.bz2 edk2-5acd6489df56f7ea61581e8dff808bb1100aa772.zip |
DynamicTablesPkg: FdtHwInfoParserLib: Remove wrong comment
commit 13136cc3111f ("DynamicTablesPkg: FdtHwInfoParserLib:
Parse Pmu info")
adds support for pmu parsing. Thus, remove the wrong comment.
Signed-off-by: Pierre Gondois <pierre.gondois@arm.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
Diffstat (limited to 'DynamicTablesPkg/Library')
-rw-r--r-- | DynamicTablesPkg/Library/FdtHwInfoParserLib/Gic/ArmGicCParser.c | 3 | ||||
-rw-r--r-- | DynamicTablesPkg/Library/FdtHwInfoParserLib/Gic/ArmGicCParser.h | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/DynamicTablesPkg/Library/FdtHwInfoParserLib/Gic/ArmGicCParser.c b/DynamicTablesPkg/Library/FdtHwInfoParserLib/Gic/ArmGicCParser.c index fb01aa0d19..2c72bd0c58 100644 --- a/DynamicTablesPkg/Library/FdtHwInfoParserLib/Gic/ArmGicCParser.c +++ b/DynamicTablesPkg/Library/FdtHwInfoParserLib/Gic/ArmGicCParser.c @@ -785,9 +785,6 @@ GicCPmuNodeParser ( UINT32 AffinityFlags; // {default = 0}
} CM_ARM_GICC_INFO;
- The pmu information can be found in the pmu node. There is no support
- for now.
-
A parser parses a Device Tree to populate a specific CmObj type. None,
one or many CmObj can be created by the parser.
The created CmObj are then handed to the parser's caller through the
diff --git a/DynamicTablesPkg/Library/FdtHwInfoParserLib/Gic/ArmGicCParser.h b/DynamicTablesPkg/Library/FdtHwInfoParserLib/Gic/ArmGicCParser.h index fd980484a2..539f39cecb 100644 --- a/DynamicTablesPkg/Library/FdtHwInfoParserLib/Gic/ArmGicCParser.h +++ b/DynamicTablesPkg/Library/FdtHwInfoParserLib/Gic/ArmGicCParser.h @@ -41,9 +41,6 @@ UINT32 AffinityFlags; // {default = 0}
} CM_ARM_GICC_INFO;
- The pmu information can be found in the pmu node. There is no support
- for now.
-
A parser parses a Device Tree to populate a specific CmObj type. None,
one or many CmObj can be created by the parser.
The created CmObj are then handed to the parser's caller through the
|