[edk2-devel] [PATCH v4 0/3] DynamicTablesPkg: _CPC support

Jeff Brasen via groups.io posted 3 patches 1 year, 7 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
.../Include/ArmNameSpaceObjects.h             |  60 ++-
DynamicTablesPkg/Include/Library/AmlCpcInfo.h | 124 +++++
.../Include/Library/AmlLib/AmlLib.h           |  54 ++
.../SsdtCpuTopologyGenerator.c                | 133 ++++-
.../Common/AmlLib/CodeGen/AmlCodeGen.c        | 476 ++++++++++++++++++
.../ConfigurationManagerObjectParser.c        |  80 +++
6 files changed, 904 insertions(+), 23 deletions(-)
create mode 100644 DynamicTablesPkg/Include/Library/AmlCpcInfo.h
[edk2-devel] [PATCH v4 0/3] DynamicTablesPkg: _CPC support
Posted by Jeff Brasen via groups.io 1 year, 7 months ago
Add generator for creating the _CPC object for CPU nodes.

If viewing this review by a pull request is helpful one exists here:
https://github.com/NVIDIA/edk2/pull/12

Change Log:
v1 - Initial Revision
v2 - Added revision to object, improved error handling, changed to ACPI 6.4 structures.
v3 - Minor review feedback
v4 - Convert CpcInfo to structure and use that for APIs

Jeff Brasen (3):
  DynamicTablesPkg: Add CM_ARM_CPC_INFO object
  DynamicTablesPkg: AML Code generation to add _CPC entries
  DynamicTablesPkg: SSDT CPU _CPC generator

 .../Include/ArmNameSpaceObjects.h             |  60 ++-
 DynamicTablesPkg/Include/Library/AmlCpcInfo.h | 124 +++++
 .../Include/Library/AmlLib/AmlLib.h           |  54 ++
 .../SsdtCpuTopologyGenerator.c                | 133 ++++-
 .../Common/AmlLib/CodeGen/AmlCodeGen.c        | 476 ++++++++++++++++++
 .../ConfigurationManagerObjectParser.c        |  80 +++
 6 files changed, 904 insertions(+), 23 deletions(-)
 create mode 100644 DynamicTablesPkg/Include/Library/AmlCpcInfo.h

-- 
2.25.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#93969): https://edk2.groups.io/g/devel/message/93969
Mute This Topic: https://groups.io/mt/93792019/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-